Api referenceCalendarsMembers
Accept an invitation to a member
Accept an invitation to a calendar
Accept an invitation to a calendar
AuthorizationBearer <token>
In: header
Path Parameters
calendarId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v2/calendars/string/members/accept-invitation" \ -H "Content-Type: application/json" \ -d '{ "token": "string" }'{}