# CalDAV Server Configuration CALDAV_SERVER_URL=https://your-caldav-server.com/dav/ CALDAV_USERNAME=your-username CALDAV_PASSWORD=your-password # Optional: Calendar collection path (if different from default) CALDAV_CALENDAR_PATH=/calendars/your-username/personal/ # Optional: Task/Todo collection path CALDAV_TASKS_PATH=/calendars/your-username/tasks/ # Development settings RUST_LOG=info