calmesh_start_credential_connection
Connect to a CalDAV server or iCal feed using credentials. Supply username/password for CalDAV or a public URL for iCal to enable calendar access.
Instructions
Connect a CalDAV server or iCal URL using credentials. For CalDAV: server URL, username, and password required. For iCal URL: only the public URL is needed. Requires "full" scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | CalDAV server URL or iCal feed URL. | |
| password | No | Password for CalDAV authentication. Required for caldav provider. | |
| provider | Yes | Connection type: 'caldav' or 'ical_url'. | |
| username | No | Username for CalDAV authentication. Required for caldav provider. |