# Yoga Email Finder — example configuration # Copy to config.yaml and fill in your credentials. imap: host: imap.example.com port: 993 # optional, default 993 ssl: true # optional, default true username: you@example.com password: your-imap-password folder: INBOX # optional, default INBOX caldav: url: https://caldav.example.com/dav/principals/users/you/calendars/ username: you password: your-caldav-password calendar_name: Yoga # optional — uses first calendar if omitted sender_filter: email: info@districtflowyoga.com name: District Flow Yoga # optional fallback check on the From display name # Optional settings timezone: America/New_York # IANA timezone for calendar events; omit to use system local time class_duration_minutes: 60 # assumed class length (default: 60) processed_ids_file: .processed_ids # tracks processed Message-IDs across restarts