caldav: added school
This commit is contained in:
@@ -24,3 +24,24 @@ type = "caldav"
|
||||
url = "https://drive.sakamoto.dev/remote.php/dav"
|
||||
username = "admin"
|
||||
password.fetch = ["shell", "cat ~/Dotfiles/.secrets/vdirsyncer_secret"]
|
||||
|
||||
# External
|
||||
[pair school]
|
||||
a = "school_local"
|
||||
b = "school_remote"
|
||||
collections = null
|
||||
# collections = ["from a", "from b"]
|
||||
|
||||
[storage school_local]
|
||||
type = "filesystem"
|
||||
path = "~/.calendars/school"
|
||||
fileext = ".ics"
|
||||
|
||||
[storage school_remote]
|
||||
type = "http"
|
||||
url.fetch = ["shell", "cat ~/Dotfiles/.secrets/school_ics"]
|
||||
# username = ""
|
||||
# password = ""
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user