Nabz
Nabz

Reputation: 390

Restoring an .ics file into an Android phone calendar

I have an ".ics" file(calendar file), which I am trying to restore into the phone calendar. Surfing the web, I didn't find any useful and workable code in Android. Can anyone help me in this issue ?

Best Regards

Upvotes: 1

Views: 284

Answers (1)

amalBit
amalBit

Reputation: 12181

  1. Parse the .ics file using ical4j library.
  2. Then you have to manually add the event to calendar.

Upvotes: 1

Related Questions