Skip to main content

max / goingson

277 B · 8 lines History Blame Raw
1 //! External calendar/contact sync: file import (vCard, iCalendar) and provider sync.
2 //!
3 //! Phase A: File import (vCard .vcf → contacts, iCalendar .ics → events).
4 //! Phase B+: Provider sync (Google, Apple, Microsoft) will add modules here.
5
6 pub mod ical;
7 pub mod vcard;
8