Individual event type
Below code snippet can be used to render the calendar view atom for an individual eventTeam event type
Below code snippet can be used to render the calendar view atom for a team event
Below is a list of props that can be passed to the create event type atom
Name | Required | Description | |
---|---|---|---|
username | Yes | Username of the person whose schedule is to be displayed | |
eventSlug | Yes | Unique slug created for a particular event | |
isTeamEvent | No | Boolean indicating if it is a team event, to be passed only for team events | |
teamId | No | The id of the team for which the event is created, to be passed only for team events |