summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2022-12-03 23:43:46 +0100
committerTobias Brox <tobias@redpill-linpro.com>2022-12-03 23:43:46 +0100
commit29fbaf54913ac493bb0406909c5efed9206c8e1c (patch)
treeedaf5643603afaf15dd09acd85142e851c64d2c2 /README.md
parentf8ed2e12c456abed6ce491f92e4e9784f9d0cf50 (diff)
downloadcalendar-cli-29fbaf54913ac493bb0406909c5efed9206c8e1c.zip
making calendar-cli useful, little by little (but sorting and templating is awkward - also, it depends on changes in caldav library that hasn't been committed yet)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0622e88..78c2abe 100644
--- a/README.md
+++ b/README.md
@@ -195,16 +195,16 @@ work-appointments:
calendar_url: mypatients
private-calendar:
caldav_url: "https://ecloud.global/remote.php/dav/"
- caldav_user: myhyde
+ caldav_user: mrhyde
caldav_pass: hunter2
calendar_name: goodgames
-sinuous-deeds:
+brothel-appointments
inheritate private-calendar
calendar_name: badgames
work:
contains: [ 'work-calendar', 'work-appointments' ]
private:
- contains: [ 'privat-calendar', 'sinous-deeds' ]
+ contains: [ 'privat-calendar', 'brothel-appointments' ]
```
Remember to `chmod og-r ~/.config/calendar.conf` or `chmod 0600 ~/.config/calendar.conf`