Improve config example

[ci skip]
This commit is contained in:
Markus Unterwaditzer 2014-04-11 15:58:55 +02:00
parent 65e6397806
commit 71015fc31b

View file

@ -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