Use CARDDAV_URL as address book URL
All checks were successful
Build And Test / publish (push) Successful in 49s
All checks were successful
Build And Test / publish (push) Successful in 49s
This commit is contained in:
@@ -91,13 +91,12 @@ ICS_CALENDAR_TIMEOUT=20
|
||||
ICS_CALENDARS=Team|https://example.com/team.ics,Family|https://example.com/family.ics
|
||||
ICS_CALENDAR_TIMEOUT=20
|
||||
|
||||
CARDDAV_URL=https://carddav.example.com/dav
|
||||
CARDDAV_URL=https://carddav.example.com/dav/addressbooks/users/you@example.com/contacts/
|
||||
CARDDAV_USERNAME=you@example.com
|
||||
CARDDAV_PASSWORD=your-password
|
||||
CONTACTS_ADDRESSBOOK_URL=https://carddav.example.com/dav/addressbooks/users/you@example.com/contacts/
|
||||
```
|
||||
|
||||
Contacts tools always use `CONTACTS_ADDRESSBOOK_URL` (full CardDAV address book URL). Listing address books is not exposed via MCP.
|
||||
Contacts tools always use `CARDDAV_URL` as the full CardDAV address book URL. Listing address books is not exposed via MCP.
|
||||
|
||||
ICS calendars are optional and read-only. Set `ICS_CALENDARS` to a comma-separated list of entries, each as `name|url` or just `url` if you want the name inferred.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user