mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue