|
|
- [general]
- status_path = "~/.cache/vsync-status/"
-
- [pair nx_calendar]
- a = "nx_calendar_local"
- b = "nx_calendar_remote"
- collections = ["from a", "from b"]
-
- [storage nx_calendar_local]
- type="filesystem"
- path="~/.local/share/calendars/nx_calendar"
- fileext = ".ics"
-
- [storage nx_calendar_remote]
- type = "caldav"
- url = "https://drive.yigitcolakoglu.com/remote.php/dav/calendars/yigitcolakoglu/"
- username = "yigitcolakoglu"
- password.fetch = ["command", "pass", "show", "Server/drive.yigitcolakoglu.com/yigitcolakoglu"]
-
- [pair tudelft]
- a = "tudelft_local"
- b = "tudelft_remote"
- collections = null
-
- [storage tudelft_local]
- type = "filesystem"
- path = "~/.local/share/calendars/tudelft"
- fileext = ".ics"
-
- [storage tudelft_remote]
- type = "http"
- url = "https://mytimetable.tudelft.nl/ical?6194c418&group=false&eu=eWNvbGFrb2dsdUB0dWRlbGZ0Lm5s&h=QIWV7_uozTp9uex7WnUfPwqbM79lmdtiZEbRRWK7pto="
-
- [pair holidays]
- a = "holidays_remote"
- b = "holidays_local"
- collections = null
-
- [storage holidays_remote]
- type = "http"
- url = "https://www.mozilla.org/media/caldata/TurkeyHolidays.ics"
-
- [storage holidays_local]
- type = "filesystem"
- path = "~/.local/share/calendars/holidays"
- fileext = ".ics"
|