Cleanup calendars in vdirsyncer

This commit is contained in:
Daniel Siepmann 2023-02-27 11:16:31 +01:00
parent 366652d452
commit 38234650f6
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -27,19 +27,6 @@
start_date = "datetime.now() - timedelta(days=60)"
end_date = "datetime.now() + timedelta(days=365)"
[pair holidays]
a = "holidays_calendar_private"
b = "holidays_calendar_public"
collections = null
[storage holidays_calendar_private]
type = "caldav"
url = "https://nextcloud.daniel-siepmann.de/remote.php/dav/calendars/dsiepmann/feiertage-synced/"
username = "dsiepmann"
password.fetch = ["command", "${pkgs.libsecret}/bin/secret-tool", "lookup", "account", "app-dsiepmann@nextcloud.daniel-siepmann.de"]
[storage holidays_calendar_public]
type = "http"
url = "https://feiertage.ics.tools/nordrhein-westfalen.ics"
[pair company_calendar]
a = "company_calendar_local"
b = "company_calendar_remote"