Compare commits
No commits in common. "0b317f491f3b68248f0a1fa700aca31fda753972" and "7de996bb25694e324e5be0b8e4526481a3830f88" have entirely different histories.
0b317f491f
...
7de996bb25
|
@ -7,14 +7,6 @@ color = dark green
|
||||||
path = "~/vdir/calendar/band"
|
path = "~/vdir/calendar/band"
|
||||||
color = light cyan
|
color = light cyan
|
||||||
|
|
||||||
[[pco]]
|
|
||||||
path = "~/vdir/calendar/pco"
|
|
||||||
color = yellow
|
|
||||||
|
|
||||||
[[school]]
|
|
||||||
path = "~/vdir/calendar/school"
|
|
||||||
color = dark red
|
|
||||||
|
|
||||||
[locale]
|
[locale]
|
||||||
timeformat = %H:%M
|
timeformat = %H:%M
|
||||||
dateformat = %Y-%m-%d
|
dateformat = %Y-%m-%d
|
||||||
|
|
|
@ -16,16 +16,6 @@ a = "band_calendar_local"
|
||||||
b = "band_calendar_remote"
|
b = "band_calendar_remote"
|
||||||
collections = null
|
collections = null
|
||||||
|
|
||||||
[pair pco_calendar]
|
|
||||||
a = "pco_local"
|
|
||||||
b = "pco_remote"
|
|
||||||
collections = null
|
|
||||||
|
|
||||||
[pair school_calendar]
|
|
||||||
a = "school_local"
|
|
||||||
b = "school_remote"
|
|
||||||
collections = null
|
|
||||||
|
|
||||||
[storage contacts_local]
|
[storage contacts_local]
|
||||||
type = "filesystem"
|
type = "filesystem"
|
||||||
path = "~/vdir/people/main"
|
path = "~/vdir/people/main"
|
||||||
|
@ -41,16 +31,6 @@ type = "filesystem"
|
||||||
path = "~/vdir/calendar/band"
|
path = "~/vdir/calendar/band"
|
||||||
fileext = ".ics"
|
fileext = ".ics"
|
||||||
|
|
||||||
[storage pco_local]
|
|
||||||
type = "filesystem"
|
|
||||||
path = "~/vdir/calendar/pco"
|
|
||||||
fileext = ".ics"
|
|
||||||
|
|
||||||
[storage school_local]
|
|
||||||
type = "filesystem"
|
|
||||||
path = "~/vdir/calendar/school"
|
|
||||||
fileext = ".ics"
|
|
||||||
|
|
||||||
[storage contacts_remote]
|
[storage contacts_remote]
|
||||||
type = "carddav"
|
type = "carddav"
|
||||||
|
|
||||||
|
@ -63,16 +43,6 @@ type = "http"
|
||||||
|
|
||||||
url = "https://calendar.google.com/calendar/ical/i6bong6iferbcuf1u25jg47t7k%40group.calendar.google.com/public/basic.ics"
|
url = "https://calendar.google.com/calendar/ical/i6bong6iferbcuf1u25jg47t7k%40group.calendar.google.com/public/basic.ics"
|
||||||
|
|
||||||
[storage pco_remote]
|
|
||||||
type = "http"
|
|
||||||
|
|
||||||
url.fetch = ["command", "rbw", "get", "pco-ical-sync"]
|
|
||||||
|
|
||||||
[storage school_remote]
|
|
||||||
type = "http"
|
|
||||||
|
|
||||||
url.fetch = ["command", "rbw", "get", "school-ical-sync"]
|
|
||||||
|
|
||||||
[storage calendar_remote]
|
[storage calendar_remote]
|
||||||
type = "caldav"
|
type = "caldav"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue