--- id: vdirsyncer version: "0.20.0" license: BSD-3-Clause license_treatment: permissive maintenance: aging --- # vdirsyncer — Synchronize calendars and contacts License: permissive · Maintenance: aging · Downloads: 159.1K/mo ## What it is and what it does Vdirsyncer is a command-line synchronization tool designed to keep calendars and addressbooks in sync across multiple sources—typically a server and your local filesystem, or two servers directly. It works by pulling calendar and contact data from remote servers, storing it locally, allowing you to edit it with your preferred local tools, and then pushing changes back to the server. The package depends on click, click-log, requests, aiohttp, and aiostream to handle CLI interaction, HTTP communication, and asynchronous operations. The tool is positioned as the calendar-and-contacts equivalent of OfflineIMAP for email: it enables an offline-first workflow where you maintain a local copy of your calendar and contacts, work on them with any compatible application, and let vdirsyncer handle the bidirectional synchronization. It supports a variety of server types and can also synchronize between two servers without a local copy, making it flexible for different workflow needs. Use it for: - Synchronize a CalDAV server calendar to a local folder, edit events with a local calendar app, then sync changes back. - Keep an addressbook from a CardDAV server in sync with local contact files for offline access and editing. - Mirror calendars or addressbooks between two different servers without storing a local copy. - Maintain an offline backup of calendars and contacts while working with them in local tools. - Integrate calendar and contact synchronization into a personal data management workflow using command-line automation. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Vdirsyncer is a command-line tool that synchronizes calendars and addressbooks between servers and the local filesystem, or between two servers directly. Yes, if you need reliable calendar and addressbook synchronization between servers and local storage. The low install friction, permissive license, and support for modern Python versions make it straightforward to set up. However, the aging maintenance status (351 days since last release) means you should verify compatibility with your specific servers and be prepared for slower issue resolution if problems arise. ## Install pip install vdirsyncer uv add vdirsyncer poetry add vdirsyncer ## Installing vdirsyncer Before you install: Low install friction with a pure-Python wheel. Maintenance status is aging—the latest release was 351 days ago—so expect slower response to issues, though the package remains functional across modern Python versions (3.8–3.13). License in practice: Licensed under BSD-3-Clause (permissive), so you can use, modify, and redistribute vdirsyncer freely in both open and closed projects, provided you include the license notice. Quickstart: pip install vdirsyncer vdirsyncer discover vdirsyncer sync Requires Python 3.8 or later; also requires network access to the calendar/addressbook servers you intend to synchronize with. Verify before relying: - Whether the aging maintenance status (351 days since last release) affects reliability with newer CalDAV/CardDAV server implementations. - Specific server types and authentication methods supported beyond the general 'variety of servers' claim in the description. ## Package facts - License: BSD-3-Clause (permissive) - Python support: supports_current - Install friction: low - Maintenance: aging - Downloads: 159.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags calendar sync tool, addressbook synchronization, caldav carddav sync, offline calendar contacts, calendar server sync, contact synchronization cli, vcard icalendar sync, calendar-sync, offline-first, cli-tool [View on SkillFed](https://skillfed.io/packages/vdirsyncer) · [View on PyPI](https://pypi.org/project/vdirsyncer/)