ποΈCalendars
π§Bubble.io Plugin
Natively - Calendar
!!! YOU NEED TO SET "CalendarObject (Natively - ... " into element field

Events:
Get Calendars Success
Get Calendars Failed
Create Event Success
Create Event Failed
States:
Get Calendars Result - list of CalendarObject's
CalendarObject:
id - unique calendar identifier on these device.
Create Event Calendar ID - Calendar ID where the new event was created
Create Event/Get Calendsr Status - Result status after calling Create Event or Get Calendars
Event Title - Event title that was created
Event End Date - Event end date in ISO 8601 format
Event Start Date - Event start date in ISO 8601 format
Error - error message is exists. Examples:
add_calendar_event_failure -> something went wrong on app side
start_date_missing
end_date_missing
no_available_calendars -> user doesnβt have available calendars
cannot_retrieve_calendars -> something went wrong on app side
calendar_permission_missing -> no permission
timezone_missing
Message - message about the current stage of the process if exists
Actions:
Get Calendars - response: list of CalendarsObject's
Create Event - response: Event Calendar ID, Event Title, Event End Date, Event Start Date
Title - Required
End Date - Required
Start Date - Required
Timezone - Required. ISO 8601 format
Description
π JavaScript SDK
Last updated
Was this helpful?