mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-26 09:05:50 +00:00
More improvements
[ci skip]
This commit is contained in:
parent
71015fc31b
commit
c83ff40d7b
1 changed files with 4 additions and 1 deletions
|
|
@ -28,7 +28,8 @@ fileext = .vcf
|
|||
type = carddav
|
||||
#item_types = VTODO,VEVENT
|
||||
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
|
||||
|
||||
#true: The NSA can spy on you with some effort
|
||||
|
|
@ -51,6 +52,7 @@ fileext = .ics
|
|||
[storage bob_calendar_remote]
|
||||
type = caldav
|
||||
url = https://owncloud.example.com/remote.php/caldav/calendars/bob/
|
||||
#auth = basic
|
||||
#username =
|
||||
#password =
|
||||
#verify = True
|
||||
|
|
@ -72,6 +74,7 @@ url = https://owncloud.example.com/remote.php/caldav/calendars/bob/
|
|||
[storage bob_calendar_remote]
|
||||
type = http
|
||||
url = https://example.com/holidays.ics
|
||||
#auth = basic
|
||||
#username =
|
||||
#password =
|
||||
#verify = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue