I want to hook up an application to work with the iCalendar format for calendering. Is there native support in the Android SDK for this? If not, is there an open source library anyone is familiar with?
Thanks
I want to hook up an application to work with the iCalendar format for
Share
There is ical4j to parse ics file in java. see https://ical4j.github.io/ (or google it if they move again and the link is no longer valid)
As far as I know there is nothing to prevent it from working with android