I am getting ready to launch my app, so I am going through and double checking that everything is working properly. Unfortunately, while conducting these tests, I found that when i create an event it does add to my google calendar, but in the app it isn’t showing up. Also, if I add an event on the google calendar app, it does not show up on the app. Does anyone know what the issue might be?
I do not have any errors anywhere, but this is all the APIs I have set up and what my work flow looks like for my “Save Event” Button.
I am displaying the calendar events through the Calendar Element and since this is a native mobile app, I have the calendar on a web view, but put the web view on the mobile page. No, when I refresh the page it does not show up. It has been a few hours and it still isn’t showing.
Also, all of this was working last week, and I haven’t changed anything with the personal calendar.
Maybe an auth token expired? Not sure why it would create the event but not let you view them. Can you share a screenshot of the datasource so we can check it out?
Can you go into your database and check that the token hasn’t expired? Don’t screenshot it, just verify it.
Have you tried connecting to Google Calendar again to refresh the token to see if more data comes in?
Side note. I typically do refresh tokens and handle those type of things on the backend workflows to handle the security for it. You wouldn’t want to accidentally leak tokens.
Also, double check your privacy rules to make sure you aren’t leaking those either.