Calendar
The Calendar API provides endpoints for retrieving calendar information from the system. These endpoints allow you to fetch details about specific calendars and list calendars with various filtering options.
π Authenticationβ
All Calendar API endpoints require authentication using the ONLIVESITE authentication scheme. Include the following header in all requests:
Authorization: ONLIVESITE Credential:ONLIVEAccessKeyId, Signature=CalculatedSignature
π Available Endpointsβ
Calendar Operationsβ
- Get Calendar - Retrieve a specific calendar's details by ID
- List Calendars - Get a paginated list of calendars with filtering options
π‘ Common Use Casesβ
- View agent calendar availability
- Search for available resources
- Calendar information retrieval
- Resource capacity checking
- Team calendar discovery
- Asset calendar lookup
π Access Controlβ
- Read access is organization-scoped
- Type-based visibility (agent vs. asset calendars)
- Group-based access restrictions
- Calendar-specific view permissions
π Integration Featuresβ
- Timezone-aware calendar data
- Flexible calendar filtering
- Tag-based calendar search
- Pagination support for large datasets
- Custom field querying
For detailed information about the available operations, please refer to the individual endpoint documentation sections.