Ios 7 calendar bug meeting passing midnight

I am running a Mac Mini Mountain Lion server with calendar for my wife and I. we both have iPhone with IOS 7
My wife writes her work hours, since there are night shifts, in her calendar to let me know when she is working.
After IOS 7 the calendar app is showing her work time all wrong if it passes midnigt.
Example: She is to go to work on the 27th at 23:00 and get off work at 07:00 the next morning. The problem is that the calendar looks like she is going to work at 07:00 on the 27th and getting off work at 07:00 on the 28th. Conclusion: It respects start-date, end-date, end-time, but ignores start-time and substitutes it with end-time, when the appointment streteches across midnight.
It does not forget the correct times, because they are still there if I try to edit the appointmen, and other iPhone Calendar apps show the appointments correctly. Mavericks Calendar also shows it correctly.

Well, with that, the only way I would know to troubleshoot if a reset does not help would be a restore. A restore will reload the OS, and the calendar app is part of the OS. Create a backup of the device, then restore the device as new. Try to enter an event in the calendar as you describe and see if it works. If it does, then try restoring to your backup and see if that changes it. If you have an Apple store close by, you could always make an appointment there and see what they have to say, and even try the event on a display device to see how it acts.
I cannot say anything about the timezone and regional settings. Like you say, we are on two different groupings. I'm in the US in the Central time zone.
Good luck in your troubleshooting.

Similar Messages

  • Exchange iOS calendar sync 4 cancellations & accepted meetings

    Using corporate Exchange 2010 servers for calendar and email me and my co-workers experience the following annoyance.
    When a meeting in outlook is cancelled and this is accepted using the windows client, the cancelled meeting is still shown in de ios calendar. It is noted cancelled using strikethrough, but it still clutters my calendar. As my calendar is a battlefield these cancellations make it hard to see which meetings I do have... How can I change this behaviour?
    Similarly for accepted meetings, these (with cancellations aswell) remain unprocessed in my ios calendar tray while I allready accepted or rejected the invitations using outlook in windows.
    I'm referring to ios because I have this problem with both my iPhone (4S on ios5, no iCloud sync for calendar) and iPad (2 on ios5, no iCloud sync for calendar).
    Result: cancelled meetings have to be removed manually on iphone en ipad, invitations in outlook have to be processed three times (pc, iphone, ipad).
    My questions: is this behaviour recognized? (i.e. is our Exchange setup different or is this a general problem).
    Any tips/hints how to solve these bugs? or should I try to accept them as features...
    Thx!
    Mike

    Having same issue with following equipment:  PC (standard corp issue laptop), BB (Blackberry phone), Tablet (Blackberry Playbook tablet)
    Here are the steps:
    Send out 3 meeting invites
    The emails shows up on all 3 devices, PC, BB, Tablet
    Before you open the email and accept/tentative/decline that invite...all 3 devices show the 3 "unaccepted" meetings on the calendar
    Then accept meeting invite #1 on the PC, accept meeting #2 on the BB, and accept meeting #3 on the Tablet
    After the acceptance all 3 meetings they show up fine in the calendars on the PC and BB...no problem here.
    But only meeting number 3 which was accepted on the Tablet shows on the Tablet
    The problem is that the other 2 meetings which were on the Tablet before being accepted, are removed when accepted.

  • IOS Calendar not displaying recurring appointment on the correct date

    I have a recurring appointment set up in Microsoft Outlook, with the following settings:
    In Microsoft Outlook, this appointment is correctly displayed on 2 May 2013 at 8:30am.
    But, in iOS Calendar, this appointment appears on 8 May 2013 at 8:30am. 
    In June 2013, Outlook correctly shows this on the 4 June, but iOS Calendar shows this on the 10 June.
    Pretty sure this is a bug in iOS Calendar, but maybe I'm doing something wrong.

    Maybe it wasn't receiving the correct info from your carrier. You're supposed to turn your phone off once in a while so the carrier can update stuff. I had originally heard that you should do it once a day but I never did that.

  • Who can receive iOS Calendar invites?

    Sounds quite basic I know but this has been bugging me. If I have e-mail addresses for two contacts, one running Windows Phone and one running Android, who will be able to receive my iOS Calendar invite
    Thank you in advance for your time…

    Calendar: Reply to an event or calendar invitation

  • Recurring event times wrong by 1 hr only in iOS calendar

    I just noticed that all my recurring events seemt to be one hour later in the Calendar app on my iPhone (iOS 5.1). In the iCloud calendar (on the web site) the times are correct.  I don't know if this happened right after the recent "spring forward" daylight savings time change, or right after the update to iOS 5.1.
    All my other events are showing the correct time. Only the recurring events are shifted one hour to the future in the iOS calendar.
    Is anyone else seeing this problem? Any ideas for a fix?
    (And, before you ask, my iPhone has the correct time zone setting and is configured to automatically set the time; and I haven't left my timezone in over two months.)
    Dave Hein

    I found the problem. When the tasks were initially created, I did not have Time Zone Support turn on in iCloud (the website) or on my iPhone or in iCal on my Mac.  The events were all created over the winter, not during daylight savings time.
    I turned on Time Zone support in iCloud, on my iPhone, and in iCal. That did not fix the problem. But I noticed that, in iCloud, when I turned on Time Zone support, the initial time zone it selected was "Central Standard Time".  But I'm now in Central Daylight Time; so I tried setting the time zone (using the little popup map widget is tricky!) and found I could also set the Time Zone to "Central Time" -- no 'daylight' or 'standard' distinction. So I set it to Central Time.
    Still no joy.  But then, still in iCloud Calendar, I double clicked on one of the offending events and in the set of properties display was now a Time Zone property ... and it was still set to Central Standard Time.  So I went into each event that was at the wrong time and changed the time zone from Central Standard Time to Central Time.
    My guess it that "Central Time" is a time zone designation that means it will automatically switch between standard time and daylight savings time.
    So, everything is working again. Hope this helps someone.

  • My britness on my iphone 5 was on 100 % and I turn my screen off and after ten min I turn it back on and the screen was on 0% while the britness line on settings was on 100% is it an IOS 6 bug or is my iphone borking???

    My britness on my iphone 5 was on 100 % and I turn my screen off and after  10min i turn it back on and the screen was on 0% while the britness line on settings was on 100% is it an IOS 6 bug or is my iphone broking???

    I've seen that happen sometimes. For me, pressing the lock button to lock it, and then pressing the home button to get to the lock screen reverts it back. If that doesn't work, just move your brightness slider lower and then higher again.

  • Another iOS packager bug

    Came across another bug in iOS packager. In my project I have a function looking like this:
    private function sample():Object
         var iValue:int = 10;
          return false ? iValue : null;
    It correctly returns 'null' if packaged in ipa-debug-interpreter, apk-captive-runtime modes or if running in ADL. But it returns '0' if packaged in ipa-ad-hoc mode. I had to spend a whole day to figure out where is the problem. This is not the first type cast issue I came across. And it takes a lot of effort everytime to debug (10 minutes to build the project!). I'm breaking a dead line giving my customer an excuse that 'Adobe packager for iOS does not work right'. Which sounds like total BS of course. Adobe, please, get this straight. It is hard enough to develop with AIR for mobile. Bugs like this one make it much worse. Either way, I'm planning to advocate for using native tools in our next projects.

    I'm still using AIR 3.2. Unfortunately, I don't have a chance to try latest AIR 3.4 at the moment. But I will check the same code when I update AIR SDK.
    The code I posted is not a real code of course. I had to strip some logic and modify operators a bit. But I had hoped the bug would still reproduce. From my experience, most of the iOS packager bugs are caused by the rules of type casting that are not AS3 compliant. I have an impression that type casting rules used in the packager are more like classic C type casting rules. As the result, same code executes differently on iOS and Android|Windows. And it has being a huge problem for me.

  • Possibly one of the biggest iPhone 5 or iOS 6 bugs - Misuse of Data

    My iPhone 5 keeps sending and receiving data when an iCloud account is configured on the device. It never stops to receive and send data; therefore, this is causing Verizon data overages. The cellular data counter in settings just keeps going up. This occurs when no apps are active. I am averaging about 2 to 3 kb of data a second being used, which adds up. Is this an iOS 6 bug?
    Resetting the phone to factory defaults or uninstalling third party apps does not resolve the issue.

    Just do the Verizon update - Settings > General > About then accept the update & reboot your phone. It should fix your problem

  • Any solution to the iOS 6 bug for auto lock function for the iPhone 4S

    Any solution to the iOS 6 bug for auto lock function for the iPhone 4S

    My guess is they don't care. Most likely they're illiterate and don't know what a colon is for. They probably think it's a little-used character. Remember: these are the people who don't know the difference between "deprecate" and "depreciate".
    I have the same colon problem as you do. But it's not the biggest problem I have encountered in Lion. If it was only that I'd be Mr. Delighted with Lion. There's worse than having a colon - uh -  that won't cooperate. A lot worse, in Lion.

  • CalDAV invitations not showing up in iOS calendar

    I'm trying to get my CalDAV based calendar invitations to show up in the iOS calendar. For some reason, iOS Mail doesn't recognize them them as invites in my inbox. I'm using two separate CalDAV calendars here, one is coming from Google, the other from my private CalDAV server. Both accounts are syncing just fine, but invitations sent via email do not get recognized and aren't ending up in the calendar inbox.
    I'm missing meetings because of this, is there any way to fix this?

    Oh? May I ask what it was and perhaps how it was fixed?
    I am running into the same problem.
    Thanks!

  • HT5642 I get a unable tO download messge when i try to download ios6.1. I need ios612 to fix calendar bug....the message i get says that unable to download because no longer connected to internet....i am connected to the internet all along

    I get a unable tO download messge when i try to download ios6.1. I need ios612 to fix calendar bug....the message i get says that unable to download because no longer connected to internet....i am connected to the internet all along

    1. Try reinstall iLIfe 09 from your install disk
    To re-install iPhoto
    1. Put the iPhoto.app in the trash (Drag it from your Applications Folder to the trash)
    2. Download it from the App Store to reinstall It's on your Purchases List* there.
    For older versions that have been installed from Disk you'll need these additional steps:
    2a: On 10.5:  Go to HD/Library/Receipts and remove any pkg file there with iPhoto in the name.
    2b: On 10.6: Those receipts may be found as follows:  In the Finder use the Go menu and select Go To Folder. In the resulting window type
    /var/db/receipts/
    2c: on 10.7 or later they're at
    /private/var/db/receipts
    A Finder Window will open at that location and you can remove the iPhoto pkg files.
    3. Re-install.
    If you purchased an iLife Disk, then iPhoto is on it.
    If iPhoto was installed on your Mac when you go it then it’s on the System Restore disks that came with your Mac. Insert the first one and opt to ‘Install Bundled Applications Only.
    *Sometimes iPhoto is not visible on the Purchases List. it may be hidden. See this article for details on how to unhide it.
    http://support.apple.com/kb/HT4928
    One question often asked: Will I lose my Photos if I reinstall?
    iPhoto the application and the iPhoto Library are two different parts of the iPhoto programme. So, reinstalling the app should not affect the Library. BUT you should always have a back up before doing this kind of work. Always.
    If that fails, then you're reinstalling the OS.

  • IOS Calendar - Google CalDAV Alerts Disappear

    So I'll make this brief and succint. I have daily alerts set up in my sync'd Google calendar using the native iOS Calendar.
    What happens is that I hear the noise on my device (Alert for Calendar event), but when you look at your phone or iPad, the event is gone. As some of these are daily reminders, I know what they are, so I know what I missed. I then started watching my phone during the time change. Sure enough, at the date/time of an event, I would briefly see the alert and it would disappear instantly. This is really frustrating, as at times I have other events that are not daily and those disappear too. I have to go open up the Calendar app to find out what it is. It used to be that the alert would stay up on my screen until I could dismiss/OK it.. so I didn't miss it.
    I have a single Google account that I used to add 'CalDav' sync to my iPhone and iPad.
    My Google account has 3 calendars (Personal, Family, Good Habits).
    These 3 calendars show up, and sync properly with the Calendar app. I see them in there no problem, and it updates.
    I have it set up on my iPhone (4s/iOS 6.1) and iPad 3 (iOS 6.1) the same way.
    Does anybody else have problems with their Calendar Alerts disappearing from the screen?
    For now, the only way I've found to resolve it is to use Google.com/calendar to set up important events to also send me an SMS. This way I at least get a solid notification I can't miss.
    I would really love to have the pop-up alerts work properly though. Combing the internet has not yielded help. Using other calendar apps does not help.
    Should I be using Exchange to sync my Google Calendars instead of CalDAV? As Exchange support is being dropped by Google, this is not an option.
    Thank you all for taking the time to read this, and for any help you can lend.

    I recall a couple years ago when I set it up there were limitations, I forget what they were now, to using active sync and people recommended using cardav and caldav.  I have a Google Apps for Domains account that I’m using.  At this point I see no reason to investigate further.
    Thanks again!

  • IOS Calendar Synch Issue with Google - iOS 8.1.3

    I upgraded to iOS 8.1.3 a few days ago, and since then, am finding that my iPhone is not synching properly with changes to my Google calendar made on other devices. Opening iOS calendar presents me with the spinning wheel for several minutes. To rectify the problem, I have to reboot or shut down the device entirely. When it comes back on, everything works fine.
    If this happened just once, I would have chocked it up to an anomaly. However, the behavior I described just happened for the second time in three days. First time was on LTE and this morning while my device was on my home FiOS WiFi.
    Nothing else appears awry, and upon reboot via a "soft" shut-down or hard reboot, calendar functions return to normal.
    Appreciate some input ....
    Many thanks.
    - David

    I Found if I do a soft reset it triggers my phone to start working though it lasts for 20-30 minutes and resorts back to issue again. I've also noticed AirPlay no longer functions properly which I realized after I updated my iPad to 8.1.3 which I regularly used for AirPlay so I tried it on my iPhone and it didn't work as well I tried it on my wife's iPhone and hers no longer works either. Wow! Disappointed to say the least. I know I can't be the only one frustrated with these 8+ updates as I've read it seems to be ongoing with thousands of others reporting online. It's not just the hard earned money spent on Apple products though when life becomes dependent upon using the products it seriously interfere with use

  • IPhone apps not resuming after phone call - iOS 7 bug

    iPhone apps not resuming after phone call - iOS 7 bug
    With iOS 6, while playing music on Spotify or playing Candy Crush, etc, if the phone rang and I answered, or if I made a call, once the call was ended, the app I was using would resume. The music would start playing again or the game would resume.
    In iOS 7 this isn't working. Listening to music, I answer a call, music stops and when call is ended, nothing! the phone stays on the phone app.
    anybody else see this behaviour?
    thanks!

    Any ideas anyone?
    thanks

  • TS3920 Weather day is one day slow and even though it is pass midnight it still shows the yesterday's weather. Could any one help? Thanks. I phone 4

    Weather day is one day slow and even though it is pass midnight it still shows the yesterday's weather. Could any one help? Thanks. I phone 4

    Pay no attention to iinami, the amount of replies to people saying their handsets must have been jailbroken everytime iTunes throws out an error is tremendous. (Clearly you don't need to have any real knowledge to get to level 3 on these forums, let's hope apple's geniuses know a lot more than some of their customers.)
    http://support.apple.com/kb/TS3694
    Solution below.
    Error 9
    This error occurs when the device unexpectedly loses its USB connection with iTunes. This can occur if the device is manually disconnected during the restore process. This issue can be resolved by performing USB troubleshooting, using a different USB dock-connector cable, trying another USB port, restoring on another computer, or by eliminating conflicts from third-party security software.

Maybe you are looking for

  • How to edit a movie from an .img file

    Hi all! I've got a movie in .img format. What I'd like to do is cut off ten seconds of the movie, but I don't know how to do it. I've tried opening the file in Quicktime Pro (wouldn't open), iMovie (wouldn't open) VLC (opened just fine but couldn't e

  • Change the order of boxes in different media queries

    How can I change the order of boxes in different media queries? Is the only work around to copy one box to the other order position and switch the Display attribute in the different media queries?

  • Error or tickets

    please correct me if i were wrong. after implementation if there is problem or error in handling transations in MM, does a end user raise a ticket or does a support team analyse the problem and raise ticket. does end user inform the trouble through o

  • Macbook Pro Won't Run Past 1GHz Without Its Battery

    Hello, I've been using a Macbook Pro 2.16GHz for half a year. I just realized that the computer will never get beyond 1GHz, both in Windows and Mac OS (I checked with Sisoft, CPU-Z, and CoreDuoTemp) when I remove the battery and run on AC Adapter. Ho

  • Upgrade License Question

    Hi, Sorry... didn't know where else to post this. I am considering upgrading to CS5 'Producer'?  from CS4. When I upgrade, does the license allow me to continue to use CS4 -independently-. I ask for two reasons: 1. In case of'glitches', can I keep CS