mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Sync calendar
This commit is contained in:
parent
9d5e77587e
commit
3b03e39056
@ -43,21 +43,22 @@ password.fetch = ["command", "getpassword", "ryankes"]
|
|||||||
read_only = true
|
read_only = true
|
||||||
|
|
||||||
# CALDAV
|
# CALDAV
|
||||||
#[pair bob_calendar]
|
[pair personal_calendar]
|
||||||
#a = "bob_calendar_local"
|
a = "personal_calendar_local"
|
||||||
#b = "bob_calendar_remote"
|
b = "personal_calendar_remote"
|
||||||
#collections = ["from a", "from b"]
|
collections = ["from a", "from b"]
|
||||||
|
|
||||||
# Calendars also have a color property
|
# Calendars also have a color property
|
||||||
#metadata = ["displayname", "color"]
|
#metadata = ["displayname", "color"]
|
||||||
|
|
||||||
#[storage bob_calendar_local]
|
[storage personal_calendar_local]
|
||||||
#type = "filesystem"
|
type = "filesystem"
|
||||||
#path = "~/.calendars/"
|
path = "~/.local/share/calendars/personal"
|
||||||
#fileext = ".ics"
|
fileext = ".ics"
|
||||||
|
|
||||||
|
[storage personal_calendar_remote]
|
||||||
|
type = "caldav"
|
||||||
|
url = "https://dav.mailbox.org/caldav"
|
||||||
|
username = "ryan@ryankes.eu"
|
||||||
|
password.fetch = ["command", "getpassword", "ryankes"]
|
||||||
|
|
||||||
#[storage bob_calendar_remote]
|
|
||||||
#type = "caldav"
|
|
||||||
#url = "https://nextcloud.example.com/"
|
|
||||||
#username =
|
|
||||||
#password =
|
|
||||||
|
Loading…
Reference in New Issue
Block a user