I've upgraded to WatchOS 2 (13S5254w) and I'm unable to see my Gmail calendar events on my watch. I can still see my iCloud calendar events, but not any third-party calendar.On my iPhone 5 (iOS 9 beta), I can see all the events from my different calendars just fine.I have already added the UUID of both my iPhone and Watch to the developer devices list. And I have tried restarting both devices. I have also tried removing/adding the calendar glance, and customizing the calendar glance. But nothing seems solve my issue.
Search results for
calendar
1,863 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I have an app that has lots of booking dates. I need a quick way to open the Mac Calendar on the date of the booking just so the user can cross check the dates for clashes. At this stage, I don't need to build UI into my app that shows the dates. What is already in Calendar is sufficient - don't reinvent the wheel. A long time ago, calshow seemed to be the way to do this. But that seems to have withered away. Opening a URL with ical:// opens calendar, but not at the date required since there seems to be no URL scheme defined. I could query Event Kit, but that means building unnecessary UI at this time. There's possibly a way to do this with Scripting Bridge and probably a way to do this with a call to an AppleScript. Is there no simpler way to do this in 2023 on a Mac?
I'm seeing this error reported by a lot of my users. I have a pretty simple EventKit integration where a user can add an event to their calendar. I offer this functionality by pre-populating an EKEvent with some data, and then present it to the user via an EKEventEditViewController. This mostly works just fine, but every so often a user runs up against a Cannot save Event - No Calendar has been set alert presented when trying to save from the EKEventEditViewController.It's surprising that this error would be seen at all, since the EKEventEditViewController documentation states at the top If the new event has no calendar, the default calendar is used. Regardless of that, when I create the EKEvent object, I assign the calendar manually by querying EKEventStore's defaultCalendarForNewEvents property.It's very difficult to reproduce the alert myself. The only thing I've been able to do is erase all content and settings from a phone, do some combination of logging into
After upgrading to watch OS 2.0, calendar is not syncing. Also 'Reset sync data' on watch does not work any more. I am using iPhone 6 iOS 9. Please help
Wanted to check if anyone else is having issues with the Birthday Calendar not showing birthdays. I have tried to disable and re-enable it and it is checked, but doesn't show. Had this issue in Beta 1 and still in Beta 2. I have not logged a bug report yet until I can confirm it is more than just me. Thanks.
Hi, I'm facing an issue where I try to store the calendarItemExternalIdentifier in order to retrieve an EKEvent for later use. the problem is the following.When using a local calendar, the identifier never changes, so I can retrieve the EKEvent quite easily.However, when using a EKCalendarTypeExchange calendar, I firstly get an id after saving, and once the calendar app is syncyng, the event has a new calendarItemExternalIdentifier.Could someone could try to help me figuring out if a reliable method exist in uniquely identifying an Event in the calendar?
Hi, i develop an PHP Script, where users can create an event in the iCloud Calanders directly. Now i would like to sync these events with the iCloud Calendars. Is that possible? Is there any API or Docomentation. Thanks 🙂
The Calendar of Date picker is not show the select month instead shows a pervious month calendar on first time open Below is the code: CGRect frame = CGRectMake(0.0, 0.0, 96.0, self.stdUTCDateField.layer.frame.size.height); self.stdUTCDateField.subviews[0].layer.frame = frame; self.stdUTCDateField.contentHorizontalAlignment = UIControlContentHorizontalAlignmentFill; NSLocale *locale = [[NSLocale alloc] initWithLocaleIdentifier:@en_GB]; NSTimeZone *timezone = [[NSTimeZone alloc] initWithName:@UTC]; NSDateFormatter *formatter = [[NSDateFormatter alloc] init]; [formatter setDateFormat:@ddMMMyyy HHmm]; [self.stdUTCDateField setLocale:locale]; [self.stdUTCDateField setTimeZone:timezone]; Date set was in UTC e.g 2023-03-09 23:45:00 UTC
After iphone and ipad updated to iOS 11.3.1, Safari has problem of downloading and opening .ics file to add event to Calendar. 'Add to calendar' page unexpected quit in a second.If I remove a url from an existing page and paste the link which with download .ics file, all work fine and I am able to add event to calendar, but if open a new blank tab and paste the link, the page will quit unexpectedly.I tried many devices which using iSO11.3.1 include iphone 7+, iphone8, ipad mini4, same problem occured.Do you have any idea to solve this issue? Thanks in advance.Following is the 'Add to calendar' page that quit unexpectedly
Hi, I am trying to create a DatePicker in a Form that behaves the same as the new event page in the calendar. Here's the code I have now: Form { tt Section { tttttDatePicker(Starts, selection: self.$request.startDate.onChange({_ in ...})) tt } } By default, the date picker date format for me in Australia is dd/m/yyyy, whereas in the calendar app it's dd MMMM yyyy. How can I change the format to be like that? Secondly, how can I change the colour of the date when it is out of range (e.g. in the calendar app it turns red)? Thanks
Since numerous weeks, I assume since iOS 9.3 Beta, I experience problems with synching my calendar, task list and contacts via iCloud. However, notes and mail work fine. However, I can sync calendar and tasks manually by opening the Calendar app, pressing calendars and dragging the list of all available calendars down. The described issue can be reproduced on iPhone 6 and iPad Air.It seems that Mac computers are not affected by the problem. My Macs sync everything without any problem.Is this a common issue among all iOS users, or is this specific to iOS 9.3 Beta, or is this something specific for me? If yes, how can I fix this problem?Thanks for advice!
Hi ! We are using EventKit in our app and we let the user pick which calendar(s) to use to choose their event using EKCalendar Chooser. However, if the user presses on a calendar's edit button ( (i) button ) and decide to delete the calendar, our app crashes. It seems like EKCalendarChooser has an issue presenting an alert. It doesn't happen in iOS14 as the calendar editing button does not exist anymore. Terminating app due to uncaught exception 'NSGenericException', reason: 'Your application has presented a UIAlertController () of style UIAlertControllerStyleActionSheet from UINavigationController (). The modalPresentationStyle of a UIAlertController with this style is UIModalPresentationPopover. You must provide location information for this popover through the alert controller's popoverPresentationController. You must provide either a sourceView and sourceRect or a barButtonItem. If this information is not known when you present the alert controller, you may provide it i
Phone: 15 Pro 128GB Updated it to iOS 18.0 (beta) this morning. Calendar app freezes if I swipe left and go to June 2024. The calendar app has used over 50% of the battery in 6 hrs after ios 18 was installed. See attached screen shot. The device is way too hot now.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Hi, I noticed that the iOS calendar understands URL's of video conferencing app meetings (e.g. Webex, Zoom, Microsoft Teams, Google Meet etc.). Even when I have the app not installed on the iPhone, it knows from the URL that this is a videoconferencing app meeting link, so it show a section with the URL and a 'Join' button. If the app is installed, it shows the app icon (e.g. Webex), otherwise it shows a video icon. The calendar event was created outside of any of these apps and was simply a copy-paste of the meeting URL in the calendar event (created using Outlook), so nothing was done within the videoconferencing app to associate it with the calendar event. iOS Calendar seems to understand this from the meeting URL I'm not sure if this is some capability of Universal links on iOS, but I have not found anything related to that in the documentation. Does anyone know how to achieve this effect of making the iOS calendar show a 'Join' button next to meeting
Accepted Exchange calendar invitations do not show on calendar.Calendar entries until beta 2 still show up, but nothing accepted in Beta 3.