dotfiles

My configuration files.
git clone https://git.svenmoeller.xyz/dotfiles.git
Log | Files | Refs | README

commit b6129bf1bdb6a548a5102f14af6cbd80acd47273
parent b0e1d4bbdaaab2acbb3c2271d8680747d6ac8e59
Author: Sven Möller <sven@svenmoeller.xyz>
Date:   Thu, 22 Dec 2022 18:38:43 +0100

Add konzertmeister calendar

Diffstat:
Mkhal/.config/khal/config | 4++++
Mvdirsyncer/.config/vdirsyncer/config | 14++++++++++++++
2 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/khal/.config/khal/config b/khal/.config/khal/config @@ -13,6 +13,10 @@ color = dark blue path = ~/.holidays color = yellow +[[mvi_calendar]] +path = ~/.mvi_calendar +color = dark red + [locale] timeformat = %H:%M dateformat = %d.%m.%Y diff --git a/vdirsyncer/.config/vdirsyncer/config b/vdirsyncer/.config/vdirsyncer/config @@ -50,3 +50,17 @@ url = "https://www.thunderbird.net/media/caldata/GermanHolidays.ics" type = "filesystem" path = "~/.holidays/" fileext = ".ics" + +[pair mvi_calendar] +a = "mvi_calendar_public" +b = "mvi_calendar_private" +collections = null + +[storage mvi_calendar_public] +type = "http" +url = "https://rest.konzertmeister.app/api/v1/ical/8796fd5f-550d-4c7f-9905-4e7ac9a242ed?hideNegative=false" + +[storage mvi_calendar_private] +type = "filesystem" +path = "~/.mvi_calendar/" +fileext = ".ics"