IPhone Leap year calendar issues anyone?

Is anyone having a problem with scheduling meetings in outlook for February 29th and then they show up on the iPhone as March 1st instead?  Is there something that is not configured right because of leap year?

I have a reoccurring appoint that happens every wednesday. But I noticed yesterday that it put that appointment on  Tuesday - Feb 28th instead of Feb 29th. When you open up the event it says:
"Tuesday, 28 Feb, 2012
from 6:30 PM to 8:30 PM
repeats every week on Wednesday"
I'm quite sure I didn't add a single instance of this event on the Tuesday. I'm a software developer and took a guess that the weekly event falling on Feb 29th of a leap year was the most likely culprit of this bug.
Note that I used the iCloud control panel to push out my events from Outlook to iCloud a couple of weeks ago. So the logic error could be in that software. Or in Outlook, or in Google (as I used to synch my google calendar to outlook before going to iCloud). But I doubt it was caused by Outlook or Google calendar. No proof of that, just my gut feeling.

Similar Messages

  • Leap Year Calendar

    I am working on a project where the user enters a year. The string is then converted into an int and goes through a series of tests to see if it is a leap year or not. The problem I am having is when the user inputs letters when they are supposed to enter numbers. This gives the "java.lang.NumberFormatException" error. I used the try and catch code to make the user re input a year, but how do you make that into a loop. I want to make it so if the user keeps putting in letters, the computer keeps asking for numbers.
    this is my code so far:
    import javax.swing.JOptionPane; //import this at top
    public class finding_the_leap_year {
    public static void main(String[]args){
    int year = 0;
    {color:#ff0000}
    try{
    String inputValue = JOptionPane.showInputDialog("Input a year");
    year = Integer.parseInt(inputValue);
    catch(java.lang.NumberFormatException ex){
    while(????????????????????){
    System.out.println("Please enter a year");
    String inputValue = JOptionPane.showInputDialog("Input a year");
    year = Integer.parseInt(inputValue);
    }          }{color}
    if(year % 4 == 0)
    System.out.println(year + " is a leap year.");
    if(year % 100 == 0)
    if(!(year%400==0)){
    System.out.println(year + " is a leap year.");
    else{
    System.out.println(year + " is not a leap year.");
    Edited by: chibioj on Sep 29, 2007 12:50 PM
    Edited by: chibioj on Sep 29, 2007 12:51 PM

    Put more in the while loop. I sometimes use a boolean value such as dataValid or inputValid and set it to false. I only set it to true if the input entered is ok. It is set to true in the try block but AFTER the data is obtained and parsed. The code will only reach that line if the input is valid.
            String inData = "";
            boolean dataValid = false;
            while (!dataValid) // while we don't have a correct answer yet
                try
                    inData = JOptionPane.showInputDialog("Input a number");
                    if (inData != null)  // if they didn't press the cancel button
                        year = Integer.parseInt(inData);                   
                    dataValid = true; // won't get here if numberformatexception tripped
                catch (java.lang.NumberFormatException ex)
                    JOptionPane.showMessageDialog(null, "You didn't enter a valid year.  Please try again.");
            if (inData != null) // if cancel button not pressed on input dialog
                if (......Also, you have some logic errors in the rest of your code that need fixing.
    Good luck!

  • Sync iphone and icloud calendar issues

    I have the iphone 4s. I have switched to using the icloud calendar because my phone would not sync with my pc. Data entered into the icloud calendar syncs to my iphone, but data entered into my iphone calendar does not sync to my icloud calendar. Can anyone help

    Hi KStover05,
    Welcome to Apple Support Communities.
    It sounds like you're seeing an issue when trying to sync your iPhone. The article linked below describes why those alert messages appear and how to resolve issues related to them.
    iOS: "Not enough free space" alert when trying to sync
    http://support.apple.com/kb/TS1503
    I hope this helps.
    -Jason

  • IPhone / iCal /itunes calendar issue

    Hi all,
    since updating to the latest iTunes / iPhone OS I have an issue synching the phone. It takes hours(!) when it comes to sync the calendar (I have 6 or 7, all local on my macbook pro). Contacts work fine, same with apps and music, just the calendar is going to make me crazy now.
    Any suggestions?

    Don't know exactly what you mean. However - it seemed as if a stuck isync process was responsible. After a reboot everything worked fine again.
    Sick I simply don't reboot enough...

  • IPhone and Google Calendar issue

    I'm going mental trying to figure something out here and I hope that someone can help me.
    My wife and I both have an iphone, and, gmail accounts and wanted to have a calendar used by both of us so we can update different reminders and events and have them sync over the air. easy enough. Right ?
    I created my calender under gmail. Set it up on my iphone, and, all is working fine. If I create an event on the gmail calendar, it gets pushed to my phone, and, it happens the other way around also. perfect. that part is good.
    Now, I get my wife's phone and set hers up to "subscribe" to my calendar. All seems to work fine, but, for some reason, she isn't getting pop-up alerts on her phone when an event happens.
    If I update something on my calendar, and, she opens up my calendar on her iphone, she can see that there is a new event, but, it doesn't pop-up a reminder on her phone when it's time. It kinda defeats the purpose of this utility.
    I made sure on her gmail page that she has pop-up reminders on. am I missing something?
    I've been subscribing and unsubscribing to my calender (with her phone for hours now) trying to figure out what Im doing wrong, and Im about to go mad.
    Any ideas?

    I got it figured out. Thanks for your quick and detailed help "Randy Fast"

  • Iphone and gmail calendar issues

    My gmail account is no longer connect to my iphone 5. My previous employer uses corporate gmail. I am with a new employer and when I create an event, it sends it to my old employer. I have tried several things. There contact information is not stored in my phone. Any Suggestions?

    Hello servergirl,
    You may need to remove the old account from the list of calendar servers in Settings -> Mail, Contacts, Calendars.
    iPhone User Guide - Use multiple calendars
    http://help.apple.com/iphone/7/
    Cheers,
    Allen

  • IPhone 4; ios5 camera issues - anyone's camera freeze, goes dark, or shows random pink lines?

    I've an iPhone 4, running ios5, and just this morning I noticed that when taking a picture the camera is freezing (unresponsive) as well as getting pink lines across the photo I'm trying to take before it crashes. Anyone else getting the same thing? I've tried turning HDR off, so as to try & eliminate that as a possibility,but it still happens. Even after rebooting iPhone. (Screenshot attached)

    WOW that could produce some interesting images!
    Try a hardware reset on your iPhone (hold sleep and home buttons down together until the iPhone reboots). If this doesn't help, you will have to try a restore of your iPhone.
    If neither helps solve the problem, you'll have to make an appointment with an Apple Genius at your local Apple Store, so they can have a look and see what the problem is.

  • Leap Year Date Issue (Example provided)

    Please see link for document:
    Dropbox - DateIssue.pdf
    When the FROM dropdown has 02/28/2016 selected, the date for Monday throws an error.
    The rest of the dates change but Monday does not change because it is supposed to be 02/29 (See Screenshot). Any help is appreciate! Thanks!!

    First I would cleanup any errors that appear in the JavaScript console:
    DeptData[cDeptName] is undefined
    5:AcroForm:FromDate:Keystroke
    TypeError: DeptData[cDeptName] is undefined
    5:AcroForm:FromDate:Keystroke
    I would next learn how to convert a date string to the date object.
    Since you are formatting using the util.printd method, you can leave the days of the week field format to None.
    The setFieldValues function:
    function SetFieldValues(cDeptName)
      this.getField("ToDate").value = event.target.value;
    The custom calculation for the days of the week:
    var f = this.getField("txtDate1");
    // var d = new Date(f.value);
    // convert the date value with format to date object;
    var d = util.scand("mm/dd/yyyy", f.value);
    // advance by 1 day;
    d.setDate(d.getDate()+1);
    event.value = util.printd("mm/dd", d);
    Adjust the number of days to advance as needed.
    Assuming that JavaScript is going always interpret the date string format may not always be a good approach.

  • Fiscal Year Calendar - OB29

    Hello SAP Gurus,
    Could you please take a look at the below fiscal year calendar and let me know if it looks correct. I am seeing a problem in my transferred assets when the are transferred in period 11. It's not calculating correctly. I am thinking is it could be because of the fiscal year calendar issues.
    1     1     3     0
    1     29     4     0
    2     26     5     0
    4     2     6     0
    4     30     7     0
    5     28     8     0
    7     2     9     0
    7     30     10     0
    8     27     11     0
    10     1     12     0
    10     29     1     +1
    11     26     2     +1
    12     31     3     +1
    Please advice.
    Thanks

    Dear mafzal1
    were you properly defined Open and closing posting periods  (OB52) you have to define next year. 2012
    Regards
    shankar

  • I updated my iphone to OS 5.0.1 and i can not add events to my iphone calendar- does anyone know how to fix this issue?

    I updated my iphone to OS 5.0.1 and i can not add events to my iphone calendar- does anyone know how to fix this issue?

    I updated today to the 5.0.1 and now when I try to sync to ITunes, it doesn't recognize my phone and an error message comes up saying that "This iPhone cannot be used because the Apple Mobile Device service is not started.'  What does this mean?  Never mind - I found an article in the Support about this very thing!  Thanks!
    Message was edited by: Peytsmom

  • Leap year issues

    how do you corr5ect leap year issues with calendar?

    I have a reoccurring appoint that happens every wednesday. But I noticed yesterday that it put that appointment on  Tuesday - Feb 28th instead of Feb 29th. When you open up the event it says:
    "Tuesday, 28 Feb, 2012
    from 6:30 PM to 8:30 PM
    repeats every week on Wednesday"
    I'm quite sure I didn't add a single instance of this event on the Tuesday. I'm a software developer and took a guess that the weekly event falling on Feb 29th of a leap year was the most likely culprit of this bug.
    Note that I used the iCloud control panel to push out my events from Outlook to iCloud a couple of weeks ago. So the logic error could be in that software. Or in Outlook, or in Google (as I used to synch my google calendar to outlook before going to iCloud). But I doubt it was caused by Outlook or Google calendar. No proof of that, just my gut feeling.

  • 7970G, CM 3.3.3 - leap year issue

    Hi,
    We`re having a issue with 7970G phones, which are not registering correctly. As its a leap year we expect the issue is related to that. All other phones are OK.
    Has anyone else come across this ?
    Appload - 70.63.0-1-4
    JVM 70.603ES1R4.bin
    OS 70.63.0-1.4.sbn
    Boot 7970_64060118.bin

    thanks, we got round this by upgrading to the latest firmware. Changing the date on the server would habe probably caused a lot of other issues...at least for us anyway.
    Tip for everyone...don`t give the execs latest and greatest :)

  • I bought a iphone 4 32gb verizon from apple store 4-7-11 had problem receaver exchanged 12-11 next one died no battery power works with cord dead without so 4-6-12 made apointment apple store emeryville ca they said leap year too late out of warrenty,

    i bought a iphone 4 32gb verizon from apple store 4-7-11 3:00pm,  had problem with  receaver no sound could not hear person i called  exchanged 12-11 exchanged iphone 4 32gb verizon died no battery power works with cord dead without so 4-6-12 made next available apointment apple store bay st.  emeryville ca for 4-7-12 1:15pm
    they said leap year added extra day so too late out of warrenty, sorry but can sell you new one  i called apple said same , a company that big should take care of customers the origanel receipt should of said under date of purchess warrnty to end date following year,

    That's strange, because no where in the iPhone's limited warranty does it state "365 days", but it does state 1 year. I think the only way they could get out of that is because of the battery, which is not covered by the warranty. HOWEVER, it is stated on AT&T's website that claims are handled from 31-365 days, which would explain why the Apple people acted as such. I know you have Verizon, but since it is (essentially) the same device, it's under the same warranty.
    http://www.att.com/esupport/article.jsp?cv=820&sid=KB64687#fbid=MG9VDbF7hX1
    Many people have had stories about issues happening as soon as their warranty expires, with products in general.
    I'd just consider upgrading, and selling your old one.

  • I have made a calendar in iCal on my MacBook Pro, but I cannot seem to find out how I can 'download' that same calendar on my iPhone and iPad. Does anyone know how to do this? Thanks in advance.

    I have made a calendar in iCal on my MacBook Pro, but I cannot seem to find out how I can 'download' that same calendar on my iPhone and iPad. Does anyone know how to do this? Thanks in advance.

    I have made a calendar in iCal on my MacBook Pro, but I cannot seem to find out how I can 'download' that same calendar on my iPhone and iPad. Does anyone know how to do this? Thanks in advance.

  • IPhone to Exchange calendar sync issues

    OK, I have read through many posts on here, but have yet to find a post that describes my situation. If someone has seen this answered in other places, please let me know.
    I currently have the following setup:
    iPhone 2.2.1, using OTA sync with Exchange
    Entourage 2008 (not Outlook/Windows)
    Exchange server 2007 (at work, I am not the guy who runs it)
    My mail and contacts work fine.
    CALENDAR issue for me is something I can't quite wrap my head around:
    I get syncs fine for calendar when accepted through Entourage - but when they are updated by the original senders I get multiple entries for every event showing up on my phone (the old events aren't removed). In addition, my phone does not sync back to the Exchange server when I accept invitations, nor when I create entries in my calendar.
    Thoughts?

    This problem is only something I've had problems with recently. Previously entries in the Calendar would sync OK regardless of where they were created or accepted. So appointments I logged on the road into the phone would work back into Exchange and onto Entourage.
    Two things have changed. Our Exchange server was upgraded and how has Active Sync which means I now get push notifications which is great. I've also gone up to the 3.01 software on the iPhone.
    Now, it seems I am ONLY getting push from Exchange to the iPhone. Calendar entries from Entourage appear on the phone.
    Any calendar entries created on the phone or invites accepted on the phone stay on the phone. They are not synced back to Exchange and onto my Entourage calendar.
    As someone who is office based for only a few days a month, effective Calendar sync is vital.
    If the problem is with the OS update on the phone then this fix needs to be part of 3.02. If the problem lies with the Active Sync setup then I need some instructions to go back to our Sys Admins with.
    Thanks!

Maybe you are looking for

  • Error Message when creating a planning view in EXCEL

    Hi everyone, after activating the planning Area I succesfully uploaded a sample of  time series, master data and key figure. I get the following error when I try to create a new planning view with my set of data in EXCEL. I am still waiting from the

  • How to stop this nightmare

    Hallo We are with BT for most of our lives. We connected internet on our address around 10 years ago and at the tome we ordered 2MB fixed line. It was best possible speed at the time, tut as a time goes by it got worst and worst and the it should be

  • Poster frame different once published

    Hi, I set my poster frame in a few seconds on my video clip .mov (because of the cool picture)... but when I publish to my site http://www.sarau.co.nz/Sarau_Media/Home.html the poster frame is at the beginning of the clip where there is no picture an

  • Registered CS6 Master Collection comes sundenly with the message that my trial will expire.

    My registered CS6 Master Collection comes sundenly with the message that my trial will expire. Can anyone help me with this problem?

  • Future direction of Reports product wrt Oracle Applications

    Hi, Has Oracle come out with a document that shows the future direction of the Oracle Deveoper Reports product with respect to Oracle Applications? I believe that Forms may not be required in the future as ADF will be the basis for Fusion. Currently,