Add useCalendars hook for CalDAV calendar management and
useCalendarLocale for locale-aware date formatting.
Remove obsolete modal hooks replaced by Scheduler.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add React context for managing calendar state including
selected calendars, events, CalDAV service instance and
synchronization status.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add Jest unit tests for CalDAV helper functions, ICS
parsing/generation and event-calendar conversions.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add EventCalendarAdapter for converting between CalDAV
events and scheduler-compatible format. Include VCard
component for contact handling in calendar invitations.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add CalDavService class providing high-level API for
CalDAV operations including calendar CRUD, event management,
synchronization and attendee handling via tsdav.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add utility functions for DAV operations including ICS
parsing/generation, event-calendar conversions, timezone
handling and type helpers.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add helper functions for CalDAV operations including
date formatting, property extraction and default
values for calendar configuration.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add TypeScript type definitions for CalDAV service including
calendar, event, addressbook and options types. Add global
type declarations for tsdav and ical.js libraries.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add tsdav, ical.js, ts-ics and related libraries for CalDAV
protocol support and ICS file handling.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This repository was forked from Drive in late December 2025 and
boostraped as a minimal demo of backend+caldav server+frontend
integration. There is much left to do and to fix!