Calendar
Integration Provider | Event |
---|---|
Google Calendar | ✅ |
Don't see the integration provider or resource you want? Let us know and we will build it out ASAP!
Event: calendar-event
calendar-event
{
"title": {
"title": "Title",
"type": "string",
"description": "The title of the event."
},
"description": {
"title": "Description",
"type": "string",
"description": "The description of the event."
},
"start": {
"title": "Start",
"type": "string",
"format": "date-time",
"description": "The date and time that the event begins."
},
"end": {
"title": "End Date",
"description": "The date and time that the event ends.",
"type": "string",
"format": "date-time"
},
"event_type": {
"enum": [
"DEFAULT",
"OUT_OF_OFFICE",
"FOCUS_TIME",
"WORKING_LOCATION"
],
"title": "Event Type",
"type": "string"
},
"location": {
"title": "Location",
"type": "string"
},
"status": {
"enum": [
"CONFIRMED",
"TENTATIVE",
"CANCELLED"
],
"title": "Status",
"type": "string"
},
"organizer_display_name": {
"title": "Organizer Display Name",
"type": "string"
},
"organizer_email": {
"title": "Organizer Email",
"type": "string",
"format": "uri"
}
}
{
"title": "Endgrate Co-working",
"description": "Working hard",
"start": "2024-01-01 00:00:00",
"end": "2024-01-02 00:00:00",
"event_type": "WORKING_LOCATION",
"location": "New York"
}
Updated 6 months ago