Users need to avoid double bookings by adding events from the app to their Google Calendar.
App users who want to manage their schedules and avoid missing special events.
Implement a manual option to add events to Google Calendar from the event details page.
Given A user is on the event details page When They click the 'Add to Calendar' button Then Google Calendar opens with the event title, description, location, and a deeplink to the app pre-filled.
This feature includes adding events to Google Calendar only, with event title, description, location, and a deeplink. It does not include integration with other calendar platforms.
How should the event's timezone be handled?
Default to the user's device timezone.
Simplifies the process and aligns with user expectations.