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