Booking Channels
Difference from Property Booking Channels
| Aspect | Property Booking Channel | Calendar Booking Channel |
|---|---|---|
| Resources | One | Multiple |
| URL | Auto-generated | Freely customizable |
| Creation | Automatic (5 per resource) | Manual |
Features
- Custom URL: Freely selectable link name (e.g. timum.de/your-name/project-xyz)
- Multi-Resource: Clients choose from multiple properties/staff members
- Full Configuration: All BookingJS options available
- Embeddable: Usable both as a link and as a widget
Use Cases
- Team Booking: Clients choose an available staff member
- Multiple Locations: Booking at different locations
- Project Landing Pages: Dedicated pages for development projects
Embed Widget
Calendar Booking Channels can be embedded as a widget on your website.
<div id="timumContainer-<provider-channel-uuid>"></div>
<script
type="module"
src="https://www.timum.de/<provider-uuid>/<provider-channel-uuid>/widget.js">
</script>
Live Updates
Changes to the Calendar Booking Channel settings take effect immediately in the embedded widget — without any code changes.
Related Topics
For Developers
- Embed widget
- Widget configuration
- API documentation
