Webcal / .ics subscribe to a channel from an Android application

For a recent application, I want to provide the ability to subscribe to a calendar channel while staying on an Android device. Switching to calendar.google.com and manually adding the http (ics) link is not an option. I can not find much information on this topic. Since this is a brand new application, it does not have to be ics. Just everything that works fine on iOS and Android.

In iOS, it’s as simple as you can just make a call programmatically using the .ics link, and the user will have a question about the subscription. Android ICS also introduced a calendar API, but in fact I have not found any clues on how you can subscribe to a publication with this. I don’t think it’s possible, because it’s just a way to create a new calendar or add / change events, but not subscribe to the changing .ics feed.

In any case, I just want to be sure that this is true and simply not an option. (This, in my opinion, is a defect in Android in 2014.)

There is another SO question that is related to CommonsWare's answer. But getting a user to install another application along with my application is simply not an option, and it is too cumbersome. Only a library that could make a subscription really make this process acceptable for use in an application.

+8
android calendar feed icalendar subscribe
source share

No one has answered this question yet.

See similar questions:

29th
webcal: // support on Android does not work - is there a supported calendar channel alternative

or similar:

1111
Is abandonment of an application incredulous?
191
Make a link in the Android browser, start my application?
29th
webcal: // support on Android does not work - is there a supported calendar channel alternative
5
How can I help a user sign up for an external calendar in a Google calendar on an Android device?
2
Is there a way to cancel a signed calendar channel on a device?
0
subscribe to an Android feed for email
0
How to make iCalendar subscriptions on websites cross-platform?
0
How to write a link to several ICS files?
0
make an Android app for free for one year, then make a choice to sign up for the app
0
Sync iCal (.ics) with Android Android Application

All Articles