unical 0.1.0
unical: ^0.1.0 copied to clipboard
One resilient API over device calendars and CalDAV for events and tasks with progress. Prefers native VTODO / invisible X- properties and degrades gracefully so task metadata (percent-complete, tags) [...]
0.1.0 #
- Initial release.
- Pure-Dart core:
UnicalEvent,UnicalTask(withPERCENT-COMPLETE),TaskMeta,Capabilities,MetadataStrategyladder. - Codecs: invisible
X-STABILITAS-*properties (XPropCodec), an opt-in description block (DescriptionCodec) hardened against iCalendar line folding / CRLF / user edits / corruption, and iCalendar text helpers (Ical). CalendarBackendinterface,InMemoryBackendreference/fake,MappingStore(+ in-memory),SyncEngine(strategy selection, push/pull, last-write-wins), and the fail-safeUnicalClientfacade.