caldav: added school
This commit is contained in:
@@ -24,8 +24,8 @@ path = ~/.calendars/E93F5723-B305-4FAD-8EAD-49DAEE1EAB63
|
|||||||
type = calendar
|
type = calendar
|
||||||
color = light magenta
|
color = light magenta
|
||||||
|
|
||||||
[[mcmurry]]
|
[[school]]
|
||||||
path = ~/.calendars/mcmurry
|
path = ~/.calendars/school
|
||||||
type = calendar
|
type = calendar
|
||||||
color = brown
|
color = brown
|
||||||
|
|
||||||
|
|||||||
@@ -24,3 +24,24 @@ type = "caldav"
|
|||||||
url = "https://drive.sakamoto.dev/remote.php/dav"
|
url = "https://drive.sakamoto.dev/remote.php/dav"
|
||||||
username = "admin"
|
username = "admin"
|
||||||
password.fetch = ["shell", "cat ~/Dotfiles/.secrets/vdirsyncer_secret"]
|
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