IMAP_CalDAV_Daemon/config.example.yaml
Thomas Faour 37b032771f Initial commit: IMAP IDLE to CalDAV daemon
Monitor an IMAP mailbox via IDLE for iMIP emails (invitations, RSVPs,
cancellations) and ICS attachments, then update a CalDAV calendar.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 19:40:17 -05:00

16 lines
329 B
YAML

imap:
host: imap.example.com
port: 993
username: user@example.com
password: secret
folder: INBOX # folder to monitor
ssl: true
caldav:
url: https://caldav.example.com/dav/calendars/user/calendar/
username: user@example.com
password: secret
logging:
level: INFO # DEBUG, INFO, WARNING, ERROR