eventkit
detecting and preventing crashed on older iOS (Suspecting EventKit)
Dear Scholars. I have created a simple application using the latest SDK (4.2.1), Which runs smoothly and error free on all devices with iOS 4.x.x.[详细]
2023-02-05 00:07 分类:问答How can my app get a list of calendars on user's iPhone
I\'m writing an iPhone app that will use the EventKit framework to create new events in the user\'s Calendar.That part works pretty well (except for the wonky way it handles the timezone -- but that\'[详细]
2023-02-03 09:35 分类:问答a question regarding iPhone Calendar (Kal)
I was wondering if Kal supports adding events? Like if I wish to support scheduling events within my app, does Kal support adding/editing events and开发者_运维问答 showing it on the month view it has?[详细]
2023-02-02 09:36 分类:问答date problem while adding Event to iPhone calendar
while adding an event to the calendar of an iphone, the date is going to be reseted to 1.1.2001 and i have no idea why.[详细]
2023-01-31 20:02 分类:问答iPhone: How to detect if an EKEvent instance can be modified?
While working with the EventKit on iPhone I noticed that some events can开发者_Python百科 exist which cannot be modified. Examples I encountered so far are birthdays and events synced with CalDAV. Whe[详细]
2023-01-30 23:53 分类:问答Store a custom value in a EKEvent (iPhone Calendar)
My app integrates with the device calendar.When a new item is added t开发者_如何转开发o my app we create a calendar entry for this item.If the item is edited we need to update the calendar item.[详细]
2023-01-30 07:00 分类:问答How to use EventKit (Calendar) integration and still support iOS 3.x (MonoTouch)?
I would like to use EventKit to integrate the Calendar in my iPhone and iPad apps.However, when I include this code such as using MonoTouch.EventKit the app will not run on my OS 3.x device (iPod touc[详细]
2023-01-24 15:51 分类:问答EventKit in Universal app (OS3.2)
I made iPhone app with eventkit framework. However, i upgrade to universal app, app can\'t run in ipad.开发者_开发知识库 I got error message[详细]
2023-01-21 05:33 分类:问答Adding Event Kit.Framework results in 1000+ Errors When Deployed to Device!
I need to add a calendar event to the user\'s Calendar when they click a button. This works in the simulator, but when I attempt to deploy to开发者_如何学Python my 3GS running iOS 4.01, XCODE throws[详细]
2023-01-15 15:56 分类:问答Adding EKParticipants to an EKEvent in EventKit
I\'d like to programaticall开发者_C百科y add a participant to an EKEvent on the iPhone. EKParticipant\'s class reference states \"You do not create EKParticipant objects directly. Send attendees to a[详细]
2023-01-15 13:38 分类:问答