-> Add the element named "Master-Cal" in the design section of your bubble app.
-> Before using the API, you have to generate an authorization code using the action named "Get G-Cal/O-Cal Auth Code" where it will need client ID, and redirect URI for Google Calendar API that you can get in the Google Cloud Project. Watch the tutorial link to understand how to create one.
-> In the same action, you will get the Sign-in URL as the response that will help you sign in to receive the authorization code. After redirecting to your app, the code will be saved in the element's state named "gCal/mCal auth code".
-> You can use the element's state containing the code in the code parameter of the action named as "Get Access token from Auth Code". After performing the action, you will get access and refresh token as response.
-> After getting the access token, you can start using all the APIs of the plugin in which you have to use the access token in the Authorization parameter.
-> The access token will expired after 1 hour, so you can use the refresh token to generate a new access token using the action called "Get Access Token from Refresh Token".
*************--------------------------------*************
Note: Watch the videos to understand how to use the plugin:
-> Create Microsoft Azure app and fetch the required values:
https://scribehow.com/shared/Azure_Workflow__3qAJYQS4QPWJ--3-ksP2qA-> To understand how to create Google Cloud Project and where to get the Client-ID and Client-secret, visit the link:
https://scribehow.com/shared/Google_Cloud_Project_for_G-Calendar__aIPp7fb1RAi20JFLAGgHgw-> Using the Outlook Calendar plugins actions:
https://videos.ritz7.com/conversations/3a211eb4-9b2c-546b-9fbf-8378de0d109d-> Using the Google Calendar plugin actions:
https://videos.ritz7.com/conversations/39c7433c-d7c4-5868-872f-fb5f32462b11