Creating Calendar Events - AddEvent 3 | Bubble.io Tutorials | Planetnocode.com
PlanetNoCode
0:00 / 0:00
Creating Calendar Events - AddEvent 3 | Bubble.io Tutorials | Planetnocode.com
51 просмотр · 3 месяца назад
PlanetNoCode
36,3 тыс. подписчиков
51 просмотр · 3 месяца назад
Watch all our Bubble tutorials at https://www.planetnocode.com/tutorials
Watch our complete Bubble.io and AddEvent API series: https://www.planetnocode.com/bubble/a...
In this educational video, we continue to explore Bubble.io and its integration with the AddEvent API. We focus on creating events within the app and learn how to use the events endpoint to provide essential details for each event. By following the API documentation, we set up a POST request to create an event, including the event's title, calendar ID, and start date.
Join our FREE Facebook Community: / 1237710303452504
Follow us on Twitter: / planetnocode
00:38 - Introduction to API documentation layout
00:59 - Using a third-party service for reminders
01:34 - Creating a new API call for creating events
02:02 - Making the endpoint part of the API call dynamic
02:23 - Explaining the required format for the start date
02:47 - Initializing the API call and adding the calendar id
03:10 - Displaying the current user's calendar id
03:35 - Error message for a missing calendar id
04:12 - Explanation of calendar id and unique key
04:41 - Updating app to account for unique key and calendar id
05:21 - Updating privacy rule for accessing calendar id
05:37 - Linking the calendar id in the user data
06:03 - Initializing the API call for creating an event
06:29 - Checking if the event shows up in the Bubble app
06:45 - Acknowledging the incomplete previous video and next steps