From 71015fc31ba547d21e78743c022d64568c6abbd4 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 11 Apr 2014 15:58:55 +0200 Subject: [PATCH] Improve config example [ci skip] --- example.cfg | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/example.cfg b/example.cfg index c081558..3a61fdc 100644 --- a/example.cfg +++ b/example.cfg @@ -47,13 +47,13 @@ type = filesystem path = ~/.watdo/tasks/ fileext = .ics +# for caldav... [storage bob_calendar_remote] type = caldav url = https://owncloud.example.com/remote.php/caldav/calendars/bob/ -#username = # blabla -#password = # blabla - -# similar parameters as carddav... +#username = +#password = +#verify = True # Optional: Specify a time range which should be synchronized. Either both # start_date and end_date or neither have to be set. The default is to @@ -67,3 +67,11 @@ url = https://owncloud.example.com/remote.php/caldav/calendars/bob/ # Here, start_date is also in the namespace. #end_date = datetime.now() + timedelta(days=365) + +# for raw .ics files on the web... +[storage bob_calendar_remote] +type = http +url = https://example.com/holidays.ics +#username = +#password = +#verify = True