eventkit
create a VCALENDAR parser for iPhone
I am creating an calendar based application in that I want to send all the details to server in the VCALENDAR formate to the server and in the same way need to re开发者_开发知识库ad it.[详细]
2023-02-28 12:56 分类:问答Add an event into iCal in iPhone application
I want to be able to add the dat开发者_如何转开发e and notes of a doctor\'s appointment into the calendar in an iPhone app.[详细]
2023-02-26 05:20 分类:问答Unable to save event on iPhone's eventkit
I keep getting an error when I try to set my startDate and endDate. What am I doing wrong here? Here\'s my code:[详细]
2023-02-24 06:53 分类:问答Kal showing 2 cells for the same event
I have created an iphone application which utilises the Kal framework within a tab bar environment. I create a new event using the EVENTKIT framework and it shows up to the user like this:[详细]
2023-02-21 12:44 分类:问答Does the iOS SDK give access to the Calendar picker used by iPhone's built-in Calenar app?
I\'ve dug around a bit in the Eventkit/EventkitUI docs and couldn\'t find an answer.Does the iOS SDK provide a way to display the Calendar chooser view that the built-in Calendar app uses when you wan[详细]
2023-02-18 02:09 分类:问答Snooze method in EventKit Framework?
I am able to access all functionality of EKEventStore like save any event or remove any event from Calendar.[详细]
2023-02-16 11:40 分类:问答Getting "Undefined symbols" when trying to use EventKit?
I am trying to use EventKit based around the doco & SimpleEKDemo application, however I am getting the following single error.[详细]
2023-02-14 04:53 分类:问答iPhone simulator - how to detect when app is running on simulator (so can setup test data)?
Any sample code that would show me how to, in my iPhone application code: How to detect if the application has just been DEPLOYED to be run to a simulator (and not a device)[if \"Deployed\" isn\'t a[详细]
2023-02-13 06:40 分类:问答Monotouch EKEvent Notes not being saved
What am I doing wrong here? currentEvent.Title prints correctly. currentEvent.Notes is always blank..[详细]
2023-02-06 19:37 分类:问答EKEventViewDelegate didCompleteWithAction not getting called
I don\'t get a call to my eventViewController:didCompleteWithAction: when the EKEventViewController finishes edting an event.[详细]
2023-02-05 16:33 分类:问答