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
Search results for
calendar
1,863 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi there,I am working on a website project and would like to know if possible.How would I send and retrieve calendar events from iCloud to display and edit on a website? Do you have REST API for this purposes
Is there any way that I can integrate apple calendar in my website to add, edit or delete event using api or any sdk in php?
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!
Hi, the calendar doesn’t work, when you are trying to view it, and look the same in the apple watch
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.
Hi! I have code likelet calendars = EKEventStore().calendars(for: entityType) for calendar in calendars { ... createListFrom(calendar: calendar, entityType: entityType) } ... newList.name = calendar.titleIn iOS 10 calendar.title is real name but in iOS 11 it is null always.
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
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?
Hello, I need to get icloud calendars data in my web app. Is there an api like Google or Microsoft to fetch calendars using oauth 2.0? or any other solution. Thanks.
In my app we want to subscribe the person to an .ics calendar file that lives on our server. I can't for the life of me figure out how to do this.
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?
Hello, I would like to make a calendar. Is there a way to obtain the holiday schedule for a year per country? For example, is there a way my app retracts that info from the stock apple calendar? Thanks.
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?
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?