Search results for

calendar

1,863 results found

Post

Replies

Boosts

Views

Activity

About Calendar Events
Description: Fetching and modifying calendar events and remindersCome here to learn and share best practices for:Calendar events: creating, modifying, and fetching events in the user's calendarsReminders: creating, modifying, and fetching reminders in the user's reminder listsEventKitUI: showing a picker for calendars and reminder lists; showing a detail view or editor for a calendar eventFor other calendar-related APIs, use:Cocoa Touchfor Foundation (e.g., NSCalendar, NSDateComponents, NSDate) and UIKit (e.g., UIDatePicker, UIEvent) APIsLocalization for region-specific encodingsCollaboration Serverfor the CalDAV APIs used by OS X Server's Calendar ServerApple Push Notification for UILocalNotificationResourcesDocumentation EventKit framework referenceEventKitUI reference…Calendar and Reminders programming guide…Example code: SimpleEKDemoWWDC Videos Calendar Integration with Event KitEvents and Reminders in Event Kit
0
0
1k
Jun ’15
How to create an iCloud Calendar?
I'm trying to create a calendar for my iOS app to place events into. I've seen some people simply grab all the calendars on the device and write to the first one that is writable, but I really dislike that. I don't want to screw around with my users' existing calendars.In pseudocode, this is what I want:if (calendar exists) {add event}else {create calendaradd event}That create calendar line is really giving me trouble. I can't find anything online or in the documentation to do that with swift. Any help?Thanks!
1
0
1.8k
Jun ’15
Calendar Widget
Is there any one who have problem with Calendar and Reminders widgets? like Widgets was not working efficient. Also there is no directly access to reminders in widgets like on previous versions.
0
0
172
Sep ’20
Google calendar
Ever since iOS 10.3 beta 1 and macOS 10.12.4 beta 1 my Google calendar will no longer synchronize with my iCloud calendar. In macOS I get a dark triangle with exclamation point without any further explanation. in iOS I get no error message at all.Removing the Google-account and adding it again is not the solution.Anyone has any ideas ?Regards,Berry
1
0
313
Jan ’17
permission to modify calendar
In the document Reading and Writing Reminders, at https://developer.apple.com/library/ios/documentation/DataManagement/Conceptual/EventKitProgGuide/ReadingAndWritingReminders/ReadingAndWritingReminders.html#//apple_ref/doc/uid/TP40009765-CH5-SW1, in the section Saving and Removing Reminders, it says:Important: If your app modifies a user’s Calendar database, it must get confirmation from the user before doing so. An app should never modify the Calendar database without specific instruction from the user.When the code to access the user's calendar ran, a message box automatically came up to ask the user for permission to access their calendar.But there is no message box that shows when the code to save a reminder runs.How do I write code to ask the user for permission to modify their calendar? Is it possible to show a message box using code similar to the one asking the user to give permission to access the calendar?
1
0
887
Jul ’16
Local notifications for calendar
I'm trying to implement an in-app calendar that doesn't tie into the iOS calendar itself. I was thinking that I'd simply create local notifications to handle the calendar alarms, but then I noticed in the docs that you can only have something like 40ish notifications. That wouldn't be a problem if I could assume that people were opening the app regularly, as I could just schedule the next set of alarms, but what happens when I need that 50th notification, or whatever the magic number is?
0
0
177
Nov ’15
syncing calendars with iTunes
I upgraded to beta 3 and my calendars are missing on my iPhone. In iTunes it says I am syncing my calendars with an exchange server over the air. You calendars will also sync directly with this computer. this may result in duplicate data showing on your device.I have no data on my device and all my clendars are up to date on my mac.Anyone having this problem?
0
0
1.2k
Jul ’18
Calendar and ios15
Ever since update to iOS 15 and 15.1 I can not type in my calendar anymore. I create an event and maybe get up to 3 letters in and it freezes. I’ve tried closing and reopening & rebooting, and does not change anything. anyone else experience this?
0
0
274
Dec ’21