I’m having trouble with calendar feed integration on Android devices
I’m working on testing calendar functionality using an Android emulator (Pixel 8 running Tiramisu). When I try to open calendar feeds through webcal protocol URLs, I run into issues.
Here’s what happens: I have calendar URLs that use the webcal format like https://www.google.com/calendar/render?cid=webcal%3A%2F%2Fexample.domain.com%2Fcalendar-feed. When users click these links, the Google Calendar app launches as expected, but then displays an error message saying ‘Calendar no longer exists’ instead of loading the calendar feed.
The expected behavior should be that the app opens and either adds the calendar subscription or at minimum shows the calendar events from the feed. Has anyone encountered this issue before? Is there a different URL format or approach I should be using for Android calendar integration?