Hi, I'm a software developer. I have a web application where users receive event invitations via email. In the email, I would like to have an iCal Calendar icon that when a user clicks it, it opens up the Create Event page within their Calendar. And it would be populated with the data passed in the URL parameters like event start and end date, timezone, title, description, Link to the event, etc.
I have already done this with Google Calendar and Outlook Calendar.
For example, the Google API URL looks something like this: Add to my calendar
Does apple have a link similar this? Or is the only way to create an .ics file and have the User download and import it into their Calendar?