calcurse-caldav: Document configuration for Yahoo

Suggested-by: Tony Barganski <tonybarganski@outlook.com>
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lukas Fleischer 2019-11-09 09:06:28 -05:00
parent d8d7dce2b8
commit 41143c5a83

View File

@ -90,7 +90,7 @@ will need to:
oauth2client`) or your distribution's package manager
Synchronization With Google Calendar
-------------------------------------
------------------------------------
You will need to use your Google account to create a Google API project and
enable both the CalDAV API and the Google Calendar API. We will be doing this to
@ -167,7 +167,7 @@ calcurse-caldav --init keep-remote --authcode '4/Ok6mBNW2nppfIwyL-Q1ZPVkEk3zZdZN
```
Troubleshooting
---------------
~~~~~~~~~~~~~~~
### 403 (Forbidden) When Submitting Auth Code for Google Calendar
@ -175,3 +175,26 @@ Troubleshooting
your Google Developer project
- Ensure that your authcode consists of only the `code` parameter's value when
extracting from the returned URL
Synchronization With Yahoo's Calendar Server
--------------------------------------------
The following configuration has been reported to work with Yahoo's calendar
server:
```
[General]
Binary = calcurse
Hostname = caldav.calendar.yahoo.com
Path = dav/*YOUR_USERNAME*/Calendar/*YOUR_CALENDAR_NAME*/
AuthMethod = basic
InsecureSSL = No
[Auth]
Username = *<username>*
Password = *<password>*
[CustomHeaders]
Scope = https://caldav.calendar.yahoo.com/
User-Agent = Mac_OS_X/10.15.1 (13C64) CalendarAgent/176
```