How do I create a Subscribe to Calendar ’link to an ics file that runs on Google Calendar on Android?

I have a web application that creates custom ics files that users can then sign up with a file link. On OS X and iOS, iCal processes the ics file and asks if the user wants to subscribe to the calendar. On the Google Calendar desktop (in the browser), I can use the following format:

https://www.google.com/calendar/render?cid=http://example.com/calendarfile.ics

However, on Android, by opening this link, I get the following:

"You are trying to use the desktop version of Google Calendar in a mobile browser. Some features may not work correctly. Would you like to switch to the desktop version?"

How can I structure the link so that on Android it automatically opens the Calendar application and allows the user to subscribe - or alternately open the mobile calendar and allow the subscription of the subscriber without prior warning?

+4
source share
1 answer

As far as I know, it is currently not possible to subscribe to ics files on Android. You can download the file and import it into the calendar application (but it will not be automatically updated).

0
source

All Articles