vote up 2 vote down star

Is there any way to add iCal event to the iPhone Calendar from the custom App?

flag

5 Answers

vote up 6 vote down check

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/

link|flag
vote up 1 vote down

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?

link|flag
developer.apple.com/bugreporter is the best answer ) – Stream Jan 25 at 19:02
vote up 0 vote down

I guess your app could talk to a server which modified a calendar that got published back to the phone using Mobile ME !!!

Rather you than me.

link|flag
vote up 0 vote down

Does anyone know if 3.0 included the ability to launch the calendar application to the new event screen with select properties pre-populated (i.e. the date and a title)? This would be very useful as a button in a custom application I'm building.

link|flag
vote up 0 vote down

If you use Google Calendar to sync you IPhone calendar you can use the Google Data Calendar API to add an event to Google Calendar and this is pushed to you IPhone calendar

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.