eventkit
XCode: Why is my event not being added to the calendar?
I have added the following code to my app: NSDate * selected = [DatePicker date]; NSString * date = [selected description];[详细]
2023-04-12 14:57 分类:问答EKAlarm will not set in iOS 5
I wrote the following snippet to create an event. Setting the alarm works fine in iOS 4, but in iOS 5 it doesn\'t get set.[详细]
2023-04-12 09:43 分类:问答which is better - EventKit or LocalNotification for reminders to app users
I am building an app that reminds users when it\'s time to do something. I was planning on using EventKit to add events to calendars, which could make for a very cluttered calendar as there could be m[详细]
2023-04-11 12:11 分类:问答How to programmatically add calendar subscriptions on iOS?
Via the settings panel of your iPhone, you can add a subscription to a remote .ics calendar format. I have a Dutch iPhone app that does this from within the app (see the screenshot below, \"abonneren[详细]
2023-04-09 02:01 分类:问答iPhone - Is there any way to cancel a request to the EventKit database?
I am trying to figure out if it is possible to cancel a query to the EventKit database. I query the EventKit with a predicate that matches all events in a certain week. This query can take some time d[详细]
2023-04-08 11:45 分类:问答Create event based on dates in a text field
How can I create an event w开发者_StackOverflow中文版ith the iPhone\'s calendar, getting the start and end dates from a UITextField?To add an event programmatically, read Apple\'s Event Kit Programmin[详细]
2023-04-03 02:40 分类:问答EventKit problems with custom timezone
EKEventEditViewController\'s datepicker displays incorrect time (with incorrect offset) if I set custom timezone for the app:[详细]
2023-04-02 18:08 分类:问答EKEventEditViewController timezone problem
I have a strange problem with EKEventEditViewController when using it with custom timezones. It behaves differently in two situations:[详细]
2023-03-31 17:44 分类:问答EventKit Predicate Choices
The app I\'m developing will write events to a calendar on the user\'s phone. I was thinking of preceeding my app\'s event with a prefix like myapp: so I can find my events in the event store to displ[详细]
2023-03-31 17:36 分类:问答Tapku Calendar Events [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-26 16:51 分类:问答