diff options
author | Oscar Najera <hi@oscarnajera.com> | 2024-02-12 14:35:24 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2024-02-12 14:35:24 +0100 |
commit | 91dfceda49bf20f1d91fd9f2a60ecd8225bec9f0 (patch) | |
tree | 784b8a49036adef4e2c8260728c6217387e5898f /config | |
parent | d95bddf2af14e8ac5cc147903435a005039c173e (diff) | |
download | dotfiles-91dfceda49bf20f1d91fd9f2a60ecd8225bec9f0.tar.gz dotfiles-91dfceda49bf20f1d91fd9f2a60ecd8225bec9f0.tar.bz2 dotfiles-91dfceda49bf20f1d91fd9f2a60ecd8225bec9f0.zip |
move calendars config
Diffstat (limited to 'config')
-rw-r--r-- | config/calendars.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/calendars.conf b/config/calendars.conf new file mode 100644 index 0000000..f09945f --- /dev/null +++ b/config/calendars.conf @@ -0,0 +1,14 @@ +[DEFAULT] +ahead=90 +back=28 + +[catalyst] +url=https://calendar.google.com/calendar/ical/c_jvsrkmkigu6ibgkmk5dr86bd7g@group.calendar.google.com/public/{}.ics +calendars = basic + +[personal] +user = oscar +passwordstore=CS_storage/cloud.oscarnajera.com/oscar +url=https://cloud.oscarnajera.com/remote.php/dav/calendars/oscar/{}?export +calendars = habitual personal-1 + |