What the connected CalDAV server can do
get_server_infoCheck CalDAV server capabilities and compatibility to diagnose unexpected behavior. Reports DAV compliance tokens, supported calendar components, and optional feature status.
Instructions
Reports the DAV compliance tokens, which components each calendar accepts, and whether the optional features this server relies on actually work here. The first thing to run when something behaves differently than expected — CalDAV implementations differ more than the specification suggests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dav | Yes | DAV compliance tokens from the OPTIONS response. | |
| url | Yes | ||
| notes | No | ||
| features | Yes | ||
| withheld | Yes | ||
| calendars | Yes | ||
| principal | No | ||
| scheduling | Yes | True when the server advertises calendar-auto-schedule, which means replying to an invitation sends mail to the organiser. | |
| calendar_homes | Yes | ||
| self_addresses | Yes | Addresses respond_to_event would act as. Empty means it cannot identify you — set CALDAV_USER_EMAIL. | |
| allowed_methods | Yes |