khal, todoman, vdirsyncer: added

This commit is contained in:
dogeystamp 2024-12-21 12:11:30 -05:00
parent 7c61357140
commit 3a28bee3bf
No known key found for this signature in database
4 changed files with 45 additions and 0 deletions

View File

@ -81,6 +81,10 @@ tinyxxd
fcitx5
fcitx5-chinese-addons
fcitx5-configtool
# calendaring/todo management
khal
todoman
vdirsyncer
# in the aur
tmsu

View File

@ -0,0 +1,15 @@
[calendars]
[[calendar_local]]
path = ~/.local/share/vdirsyncer/cal/*
type = discover
[locale]
timeformat = %H:%M
dateformat = %Y-%m-%d
longdateformat = %Y-%m-%d
datetimeformat = %Y-%m-%d %H:%M
longdatetimeformat = %Y-%m-%d %H:%M
[default]
default_calendar = Personal

View File

@ -0,0 +1,5 @@
path = "~/.local/share/vdirsyncer/cal/*"
date_format = "%Y-%m-%d"
time_format = "%H:%M"
default_list = "Personal"
default_due = 48

View File

@ -0,0 +1,21 @@
[general]
status_path = "~/.local/share/vdirsyncer/status"
[pair calendar]
a = "calendar_local"
b = "calendar_remote"
conflict_resolution = "b wins"
collections = ["from a", "from b"]
metadata = ["color", "displayname"]
[storage calendar_local]
type = "filesystem"
path = "~/.local/share/vdirsyncer/cal/"
fileext=".ics"
[storage calendar_remote]
type = "caldav"
url = ""
username = "user"
password = ""