0

How can I add an event to the native Android calendar app from web URL?

In IOS it's working fine with just linking to an ICS file. But in Android I couldn't find any solution!

I do NOT want to use Google calendar. I don't even want to just download the ics file.

Dharman
  • 26,923
  • 21
  • 73
  • 125
ishan shah
  • 395
  • 2
  • 7
  • 21
  • Refer [This question](https://stackoverflow.com/questions/47450529/how-to-highlight-multiple-dates-in-a-android-calendarview-programmatically) may be this can resolve your query –  Feb 05 '19 at 07:13
  • Irrelevant. @TestProject – ishan shah Feb 05 '19 at 08:41

1 Answers1

0

You can use the tool that provides by Google for generating the URL which adds some calendar event into Android devices. Here is the link of the tool:

https://decomaan.github.io/google-calendar-link-generator/

SamiAzar
  • 1,161
  • 10
  • 27