calcurse-caldav: document Hostname and Path better

Add some clarification on the expected format for the Hostname and Path
options in the sample configuration file.

Addresses GitHub issues #95, #138, and #354.

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lukas Fleischer 2021-04-03 18:07:53 -04:00
parent be5cf3578d
commit f41955e491

View File

@ -11,10 +11,12 @@
# Path to the calcurse binary that is used for importing/exporting items. # Path to the calcurse binary that is used for importing/exporting items.
Binary = calcurse Binary = calcurse
# Host name of the server that hosts CalDAV. # Host name of the server that hosts CalDAV. Do NOT prepend a protocol prefix,
# such as http:// or https://. Append :<port> for a port other than 80.
Hostname = some.hostname.com Hostname = some.hostname.com
# Path to the CalDAV calendar on the host specified above. # Path to the CalDAV calendar on the host specified above. This is the base
# path following your host name in the URL.
Path = /path/to/calendar/on/the/server/ Path = /path/to/calendar/on/the/server/
# Type of authentication to use. Must be "basic" or "oauth2" # Type of authentication to use. Must be "basic" or "oauth2"