The Calendar API allows you to integrate with calendar platforms like Google Calendar and Microsoft Outlook. You can create calendar connections, manage OAuth credentials, and sync calendar data.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/sam-ayo/recall_sdk/llms.txt
Use this file to discover all available pages before exploring further.
Supported Platforms
The Calendar API supports the following platforms:- Google Calendar (
google_calendar) - Microsoft Outlook (
microsoft_outlook)
Calendar Status
Calendar connections can have the following statuses:connecting- Initial connection is being establishedconnected- Successfully connected and syncingdisconnected- Connection has been terminated or failed
Authentication
All calendar integrations use OAuth 2.0 for authentication. You’ll need to provide:- OAuth client ID
- OAuth client secret
- OAuth refresh token
- OAuth email (optional)
Available Methods
Create Calendar
Connect a new calendar integration
List Calendars
Retrieve all calendar connections
Retrieve Calendar
Get details of a specific calendar
Update Calendar
Update calendar OAuth credentials
Delete Calendar
Remove a calendar connection