unical_serverpod_server 0.1.0-beta.0
unical_serverpod_server: ^0.1.0-beta.0 copied to clipboard
Reusable Serverpod module that provides calendar services: securely stored calendar accounts (CalDAV credentials), server-side CalDAV sync of events and tasks (built on unical + unical_caldav), and mu [...]
0.1.0-beta.0 #
- Initial release. Reusable Serverpod module for calendar services.
- Models:
UnicalCalendarAccount,UnicalSyncMapping,UnicalTaskState,UnicalTaskDto,UnicalEventDto, enums andUnicalCalendarException. - Endpoints:
CalendarAccountEndpoint(link/list/unlink) andCalendarSyncEndpoint(push/pull/list/delete + multi-device state). - Server-side CalDAV sync via
unical+unical_caldav; credentials encrypted at rest (AES-256-GCM, key fromunicalSecretKey). Private and public calendars. Google sync not yet implemented.