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
  • 30,962
  • 25
  • 85
  • 135
ishan shah
  • 455
  • 2
  • 8
  • 23
  • 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,260
  • 13
  • 29