Is there any way to add iCal event to the iPhone Calendar from the custom App?
|
You can do this using the Event Kit framework in OS 4.0. Right click on the FrameWorks group in the Groups and Files Navigator on the left of the window. Select 'Add' then 'Existing FrameWorks' then 'EventKit.Framework'. Then you should be able to add events with code like this:
|
|||||||||||||||||
|
|
Yes there still is no API for this (2.1). But it seemed like at WWDC a lot of people were already interested in the functionality (including myself) and the recommendation was to go to the below site and create a feature request for this. If there is enough of an interest, they might end up moving the ICal.framework to the public SDK. https://developer.apple.com/bugreporter/ |
|||
|
|
|
Calendar access is being added in iPhone OS 4.0:
|
|||
|
|
|
Currenctly there is no API for manipulating calendars from your own application on the phone. There is an API for the address book. Anyone know if this is going to be addressed? |
|||||
|
|
|
You can add the event using the Event API like Tristan outlined and you can also add a Google Calendar event which shows up in the iOS calendar. using Google's API Objective-C Client
|
|||
|
|
|
Simple.... use tapku library.... you can google that word and use it... its open source... enjoy..... no need of bugging with those codes.... |
|||||||||
|
|
The Google idea is a nice one, but has problems. I can successfully open a Google calendar event screen - but only on the main desktop version, and it doesn't display properly on iPhone Safari. The Google mobile calendar, which does display properly on Safari, doesn't seem to work with the API to add events. For the moment, I can't see a good way out of this one. |
|||
|
|
protected by Will♦ Jan 19 '11 at 15:27
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.