The community member is working to integrate Google Calendar using Forge, and has set up the backend with an OAuth callback handler to allow users to log in via their Google accounts. However, they are facing difficulties with the Forge platform, as it does not allow the use of client-side code, and redirection to the Google login page is proving challenging.
In the comments, another community member notes that OAuth support is planned to be added to Forge in the future, but is not currently available. The original poster acknowledges this update.
I am working to integrate google calendar i have made the integration using forge also i have made the backend like O auth callback handler to login user via google account but in forge it doesn't let me use client side code like its new technology mostly server side is allowed, so things like redirection to google page for login account is very difficult. Can you guide me. Thanks