James Stewart
James Stewart

Reputation: 1054

Adding event to calendar app from website?

sorry for the relatively vague question - it's more of a "can you do this" because I couldn't find a suitable answer via Googling.

If I see a phone number on a website, I can usually click it and my phone is smart enough to know it's a phone number and brings up the call app/function.

If I have a collection of timestamps to represent a series of event start and ends, can I programatically get it to add the events to the calendar on my phone?

If anyone has any links to tutorials on how this could be achieved then I'd love to see them!

Upvotes: 0

Views: 1390

Answers (1)

André
André

Reputation: 326

Yes, you can. Take a look at Apple's Event Kit

Here is an example of how to do it.

Upvotes: 1

Related Questions