Compare commits

...

2 Commits

Author SHA1 Message Date
joelchrono12 26fff92b5c
khal 2022-01-18 12:01:57 -06:00
joelchrono12 9f07f7b8fb
vdirsyncer 2022-01-18 12:00:35 -06:00
2 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,33 @@
[calendars]
[[private]]
path = /home/joel/.local/share/khal/calendars/private
type = calendar
[[my_calendar]]
path = ~/.local/calendars/my_calendar/personal
type = calendar
color = light blue
[[birthdays]]
path = ~/.local/calendars/my_calendar/contact_birthdays
type = calendar
color = light magenta
[[escolar]]
path = ~/.local/calendars/my_calendar/escolar
type = calendar
color = light green
[locale]
timeformat = %I:%M %p
dateformat = %Y-%m-%d
longdateformat = %Y-%m-%d
datetimeformat = %Y-%m-%d %I:%M %p
longdatetimeformat = %Y-%m-%d %I:%M %p
[view]
theme = dark
[default]
timedelta = 2d

View File

@ -0,0 +1,25 @@
[general]
status_path = "~/.local/calendars/status"
# nextcloud
[pair personal_sync]
a = "personal"
b = "personallocal"
collections = ["from a", "from b"]
conflict_resolution = "a wins"
# Calendars also have a color property
metadata = ["color", "displayname"]
[storage personallocal]
type = "filesystem"
path = "~/.local/calendars/my_calendar"
fileext = ".ics"
[storage personal]
type = "caldav"
url = "http://100.114.188.127/nextcloud/remote.php/dav"
username = "admin"
password.fetch = ["command", "pass", "personal/caldav"]