
Cloud
Securely and reliably hosted by Kloudless — the quickest way to start building integrations.
- Fully managed by Kloudless
- Pre-configured connectors to get started quickly
- 99.9% uptime
- Bank-level encryption both in transit and at rest
In addition to letting your users connect to any calendar service, you can utilize endpoints from the underlying RESTful API to enable more complex functionality and add even more value to your users’ booking and scheduling workflows.
Explore the Unified Calendar APIEnable your users to set up an event on any calendar service, indicate their availability, and then share a public scheduling URL with an unique event ID.
Schedule an event
Connect any calendar service and create an event
Availability
Indicate time slots that a user is available to meet
Booking
Choose from the event's available time slots to book
Try out the Meeting Scheduler below to see how your users can set up meetings that others can book with them.
Organizers can connect their calendar account and configure availability for new events.
Launch Setup ViewUsers can select an available time slot to book an event with an organizer.
Launch Schedule View
const scheduler = new window.Kloudless.scheduler();
scheduler.launch({
"element": "#kloudless-meeting-scheduler",
"appId": "xD7lMAqUMqblIJtsd0egWALmabbmLmFS4gyaXtQwC8lIqoQw"
});
const scheduler = new window.Kloudless.scheduler();
scheduler.launch({
"element": "#kloudless-meeting-scheduler",
"eventId": "TRkzenY3DUQoNDloQ15fJT2dB4EpDe"
});
An embedded, streamlined user experience gives your users the ability to create and book events.
Modify the look and feel of the Meeting Scheduler to fit your branding. Use your own logo and OAuth keys.
The Meeting Scheduler is open source and actively supported and improved by our product team as well as the community.
Authentication (OAuth 2.0), token management, full CRUD functionality, Search
Live monitoring event endpoints gives you the ability to track real-time activity and changes.
Get admin access to an entire organization’s data, users, and groups with our Team API endpoints.
We unify objects into a single representation for each category of services.
Obtain data in its original format if you need access to unique objects that do not appear in our Unified Data Models.
Access the full functionality of supported services with default values correctly added to your requests.