More improvements

[ci skip]
This commit is contained in:
Markus Unterwaditzer 2014-04-11 16:01:22 +02:00
parent 71015fc31b
commit c83ff40d7b

View file

@ -28,7 +28,8 @@ fileext = .vcf
type = carddav type = carddav
#item_types = VTODO,VEVENT #item_types = VTODO,VEVENT
url = https://owncloud.example.com/remote.php/carddav/addressbooks/bob/default/ url = https://owncloud.example.com/remote.php/carddav/addressbooks/bob/default/
#username = # blabla #auth = basic # basic|digest
#username = # for http auth, if empty, no auth will be used
#password = # can also be fetched from the system password storage or netrc #password = # can also be fetched from the system password storage or netrc
#true: The NSA can spy on you with some effort #true: The NSA can spy on you with some effort
@ -51,6 +52,7 @@ fileext = .ics
[storage bob_calendar_remote] [storage bob_calendar_remote]
type = caldav type = caldav
url = https://owncloud.example.com/remote.php/caldav/calendars/bob/ url = https://owncloud.example.com/remote.php/caldav/calendars/bob/
#auth = basic
#username = #username =
#password = #password =
#verify = True #verify = True
@ -72,6 +74,7 @@ url = https://owncloud.example.com/remote.php/caldav/calendars/bob/
[storage bob_calendar_remote] [storage bob_calendar_remote]
type = http type = http
url = https://example.com/holidays.ics url = https://example.com/holidays.ics
#auth = basic
#username = #username =
#password = #password =
#verify = True #verify = True