Add ICS calendar support
All checks were successful
Build And Test / publish (push) Successful in 48s
All checks were successful
Build And Test / publish (push) Successful in 48s
This commit is contained in:
@@ -86,12 +86,18 @@ SMTP_FROM_NAME=Your Name
|
||||
CALDAV_URL=https://caldav.example.com/dav
|
||||
CALDAV_USERNAME=you@example.com
|
||||
CALDAV_PASSWORD=your-password
|
||||
ICS_CALENDARS=Team|https://example.com/team.ics,Family|https://example.com/family.ics
|
||||
ICS_CALENDAR_TIMEOUT=20
|
||||
ICS_CALENDARS=Team|https://example.com/team.ics,Family|https://example.com/family.ics
|
||||
ICS_CALENDAR_TIMEOUT=20
|
||||
|
||||
CARDDAV_URL=https://carddav.example.com/dav
|
||||
CARDDAV_USERNAME=you@example.com
|
||||
CARDDAV_PASSWORD=your-password
|
||||
```
|
||||
|
||||
ICS calendars are optional and read-only. Set `ICS_CALENDARS` to a comma-separated list of entries, each as `name|url` or just `url` if you want the name inferred.
|
||||
|
||||
### Email notifications (Poke webhook)
|
||||
|
||||
Enable notifications to send new-email alerts to Poke. The server will use IMAP IDLE when available and fall back to polling.
|
||||
|
||||
Reference in New Issue
Block a user