add readonly calendars for stellaris
This commit is contained in:
parent
b60fbc0650
commit
708cedfe43
@ -17,6 +17,10 @@ path = /data/calendar/twist
|
|||||||
[[food]]
|
[[food]]
|
||||||
path = /data/calendar/food
|
path = /data/calendar/food
|
||||||
|
|
||||||
|
[[readonly]]
|
||||||
|
path = /data/calendar/readonly
|
||||||
|
color = dark green
|
||||||
|
|
||||||
[locale]
|
[locale]
|
||||||
timeformat = %H:%M
|
timeformat = %H:%M
|
||||||
dateformat = %Y-%m-%d
|
dateformat = %Y-%m-%d
|
||||||
|
@ -65,3 +65,17 @@ type = "carddav"
|
|||||||
url = "https://posteo.de:8843/addressbooks/felix.vanderjeugt/default"
|
url = "https://posteo.de:8843/addressbooks/felix.vanderjeugt/default"
|
||||||
username = "felix.vanderjeugt@posteo.net"
|
username = "felix.vanderjeugt@posteo.net"
|
||||||
password.fetch = ["command", "pass", "other/vdirsyncer"]
|
password.fetch = ["command", "pass", "other/vdirsyncer"]
|
||||||
|
|
||||||
|
[pair stellaris]
|
||||||
|
a = "stellaris_remote"
|
||||||
|
b = "readonly_local"
|
||||||
|
collections = null
|
||||||
|
|
||||||
|
[storage readonly_local]
|
||||||
|
type = "filesystem"
|
||||||
|
path = "/data/calendar/readonly"
|
||||||
|
fileext = ".ics"
|
||||||
|
|
||||||
|
[storage stellaris_remote]
|
||||||
|
type = "http"
|
||||||
|
url = "https://cloud.rxn.be/remote.php/dav/public-calendars/fzNBCHE6EBffA6Ft?export"
|
||||||
|
Loading…
Reference in New Issue
Block a user