Skip to content

Endpoint

  • Method: POST
  • Path: /calendars/{id}/integrations/remote-calendars/cal-dav-auth
  • Edition: Pro
  • Controller: IntegrationSettingsController@addCalDavCredential
  • Route source: fluent-booking-pro/app/Http/Routes/api.php:42
  • Policy: CalendarPolicy

Add Cal Dav Credential

POST
/calendars/{id}/integrations/remote-calendars/cal-dav-auth

Handler: IntegrationSettingsController@addCalDavCredential. Source: fluent-booking-pro/app/Http/Routes/api.php:42.

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Parameters

Path Parameters

id*

Id path parameter.

Type
string
Required

Request Body

application/json
JSON
{
}

Responses

Resource created.

application/json
JSON
{
"message": "string"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI