Skip to main content
The calendar view atom is a weekly calendar where users see the entire week at a glance, with available and unavailable time slots clearly marked. It has two modes: an event type view that shows the bookable slots of one event type, and a users view that overlays the busy times and shared availability of a set of users so a meeting can be placed between them.

Event type view

Pass isEventTypeView together with the event slug and either a username (individual event) or a team id (team event).

Individual event type

Team event type

For a demonstration of the event type view, please refer to the video below.

Props accepted in the event type view:

Users view

Without isEventTypeView, the atom renders the busy times of the given users, colored by their order in userIds, and their intersected availability as clickable slots. Omit userIds to show the authenticated user’s own calendar.
Props accepted in the users view. All of them are optional.