Ical mini calendar view is off by a day

In mini calendar view, when I use the left or right arrows the date moves properly.  But when I click on a specific date in the mini calendar it brings up the calendar for the day before.  In other words, if I click on July 11, it returns with the full calendar for July 10, etc. 

I have solved this issue.
Credit this thread:
https://discussions.apple.com/message/10478653#10478653
The root cause is a mis-match between time zone locations in iCal vs. System Preferences.
In System Preferences, I changed time zones, since I traveled to another state. I changed the time zone in System Preference from Pacific to Mountain.
In iCal preferences, I have "Turn on time zone support" checked.
To solve my issue, I needed to go to iCal calendar view and look for the time zone drop down selector in the top right corner. Once I changed it from Pacific to Mountain, my view problem (off by a day) went away.

Similar Messages

  • Ical mini calendar loss

    I am really annoyed with Apple over the loss of the mini calendar view in Lion. This is (amongst other issues) a huge step backward in terms of functionality. Please reeinstate this as a matter of urgency as it makes planning a nightmare. I am now being pushed to the dreaded Microsoft solution or at the very least another calendar app.

    I just switched to Lion today (because of the loss of sync options with the closing of MobileMe), and I really miss the mini calendars and the sidebar. I just sent the feedback form to Apple also asking for the option to see mini calendars and the sidebar again. I am so disappointed that it's been almost a year of people asking for such a basic thing. I also dislike the "leather" look, and would like an option to make it a plain window like before, but the mini calendar loss afects my daiy use of it so much. I do switch to the year view to see the months but it's a pain because when you are in the edit window of an event then switch view to yearly then back to weekly the edit window closes an you have to start over again. I just like to see it all at once so I can plan things out. I don't want to lose something so basic to the use of any calendar. I am posting this in the hope that Apple will see it and change iCal, but also so that others might be inspired to submit a feedback form about this issue if it affects them. It's hard to believe though that after a year of people complaining about it and nothing changing, that we have any hope of getting mini calendars again. People keep saying "Just use BusyCal", and it looks like a nifty product, but paying an additional $50 to fix what we lost in Lion is so disappointing. Why is iCal not improved in Lion, made more like BusyCal or something amazing? Instead it's cut in half and looks so lame now.

  • ICal Mini-Month View question

    A quick question.
    Using iCal on Leopard...I noticed the mini-month view doesn't show any marks on it for days that have events. I seem to remember a little dot on the days, in Tiger. Or am I just spoilt looking at the month view on the iPhone, or iPod Touch?
    Is there anyway of having it have little dots or halos or anything to indicate when I have an event on a certain day in the mini-month view?

    Last thing about iCal which I think could be fixed, is that it would be easier to type down events and making line-breaks if one whouldn't have to hold 'Alt' in while doing it.  I make line-breaks much more often than I finish editing an event (in which case you just press enter or click outside the event you were editing).  It would be better to press 'alt' + 'enter' in order to finish editing an event, and reserve the action of just pressing 'enter' for line-breaks.  This, btw, was also this way in iCal 4.
    Ok, last last thing: in the preferences of iCal one can add a default alert to all new timed events and invitations and one can specify how many minutes before one wants to be alerted.  I do not want to add a default alert to all new events/appointments, but I would like to be able to specify the default number of minutes put on all new alerts that I put on events.  It seems quite intuitive to me that the default number of minutes one can specify for every alarm added to events by defult (if that option is checked in the preferences), should be the defult number of minutes set to alarms one manually puts on events, in stead of the '15 minutes before' default that is in the system and which seems to be unchangable.
    If it says '0 minutes before the start time' there, then all alerts that I manually put on events should have this value put to zero by default! 

  • Sync of iCal to Calendar in iPhone off by 1 hour

    This problem has just come up in a 2 week old iPhone 3GS. When I enter new events in iCal and sync with iPhone, the times are one hour later in Calendar. Appears to match the advance in 1 hour of Daylight Savings Time from Nov. - March. So, entering event on Dec. 1 at 8 AM in iCal yields 9 AM event in Calendar. Help!

    I had the same problem of a 1 hour offset between events on iCal/MobileMe calendars and the iPhone Cal. iCal and MobileMe calendars were right with respect to each other but the iPhone would show that event as an hour later.
    I seem to have solved this issue by the following:
    Go to iPhone Settings>Mail,Contacts,Calendars>Calendars>Time Zone Support
    Change Time Zone Support selector to "OFF" then back to "ON".
    Exit Settings
    NB: NOT Settings>General>Date & Time
    My Time Zone Support selector was "on", however Time Zone showed Etc/GMT -4
    When I selected Time Zone Support to "off" and then back to "on", Time Zone changed to show "New York" (my local area). Calendar events then displayed the same times as iCal/MobileMe.
    Rob

  • Birthday Calendar in ios4 off by 1 day

    Subject says it all...

    found a solution on a fluke. the 1-day-off problem only happens to existing birthdays. i put in my sister-in-law's birthday today as a new birthday entry and it came up correct.
    so i went to a contact with an existing birthday entry, and selected:
    'edit' -> 'birthday' -> a different date/month/year -> back to the correct date/month/year -> 'done'.
    and voila... it worked. now to start working on my other contacts.

  • Ical 5 where is mini calendar

    Did they take away the conenient little mini calendar view feature? Can't find it

    Yes, they took it away.

  • Mini Month views

    I seem to be able to only view the mini months as previous month>current month. Is there a way to show current month>next month?

    Joe,
    Navigating in a calendar, and Choosing the days and times you see on the calendar should help describe how to manipulate the mini-calendar view.
    ;~)

  • Calendar off by 1 day

    This has been dogging me for a couple days now. Does anybody know why my calendar would be off by 1 day?
    These are the declarations:
    PTO currentPTO = (PTO)session.getAttribute("currentPTO");
    GregorianCalendar cal = new GregorianCalendar();
    cal.setTime(currentPTO.getEmploymentDate());
    GregorianCalendar todayCal = (GregorianCalendar) Calendar.getInstance();
    int addYears = todayCal.get(Calendar.YEAR) - cal.get(Calendar.YEAR);
    Calendar annivCal = new GregorianCalendar(cal.get(Calendar.YEAR)+addYears, cal.get(Calendar.MONTH)+1, 1);
    This is from the jsp:
    <table>
    <tr>
    <% for(int m=0; m < 12; m++){ %>
    <% String months = StringUtil.whatMonthIsIt(annivCal.get(Calendar.MONTH)); %>
    <td><table border=1>
    <tr>
    <td colspan=7>
    <%=months %> <%=annivCal.get(Calendar.YEAR)%>
    </td></tr>
    <% // Get the number of days in that month
    int days = annivCal.getActualMaximum(Calendar.DAY_OF_MONTH);
    for(int b = 0; b < days; b++){
    annivCal.add(Calendar.DAY_OF_MONTH, 1);
    int day = annivCal.get(Calendar.DAY_OF_WEEK);
    if (day == Calendar.SUNDAY){       %>
    <tr>
    <% } %>
    <td><%=b+1%></td>
    <% if (day == Calendar.SATURDAY) { %>
    </tr>
    <% } %>
    <% } //close days %>     
    </tr><% //close each month      %>
    </table> 
    <% if(m == 2 || m == 5 || m == 8) { //go to next row with the table %>
         </td></tr>
    <% } %>
    <% } %>
    </table>

    Maybe a little help would be nice instead of being mean all the time. Mean all the time. Yep, that's me all right. Mr. Meanie.
    What are your suggestions?Don't use scriptlets in a JSP. Write your application logic in a Java class. At this point, that's the single most important suggestion I can give you. And regardless of what you might think as a result of your apparent hypersensitivity, that's not a "mean" suggestion. You're embarking down a well-known path of bad design practices. If you correct that now, you'll find development to be easier and more productive.
    Or, you can ignore that advice, think I'm being "mean" and continue to struggle with brittle, ugly design. Your call.
    ~

  • 10.6 iCal week view and mini calendar are out of sync-how to fix?

    How does one re-establish "sync" between the large window week view and the small mini calendar month view displayed on the lower left side? Mine is out of sync by a month. Thanks!

    Are they off by always the same amount of time or they drift apart over time?
    If the former, you may try a quick adjustment, though it is a manual affair. Control-click on the clip in the browser, choose "Open in Timeline" and try moving the audio to match.
    If I remember correctly, DV tape audio could be recorded in 32KHz or 48KHz. The latter is the one that should be used, always.
    Maybe this one was recorded at 32KHz?

  • Mini Month View in iCal

    Can't say I like the new iCal running on Lion. One feature that I can't seem to find is the mini month view. I did away with my paper calendar for viewing full months because of the mini month calendars on my Macs.
    Is that functionality gone? I've searched preferences and menus and can't find a way to turn it on.
    So many things about this new iCal that I find I do not like. I sure hope updates are coming to fix it.
    CJ

    Last thing about iCal which I think could be fixed, is that it would be easier to type down events and making line-breaks if one whouldn't have to hold 'Alt' in while doing it.  I make line-breaks much more often than I finish editing an event (in which case you just press enter or click outside the event you were editing).  It would be better to press 'alt' + 'enter' in order to finish editing an event, and reserve the action of just pressing 'enter' for line-breaks.  This, btw, was also this way in iCal 4.
    Ok, last last thing: in the preferences of iCal one can add a default alert to all new timed events and invitations and one can specify how many minutes before one wants to be alerted.  I do not want to add a default alert to all new events/appointments, but I would like to be able to specify the default number of minutes put on all new alerts that I put on events.  It seems quite intuitive to me that the default number of minutes one can specify for every alarm added to events by defult (if that option is checked in the preferences), should be the defult number of minutes set to alarms one manually puts on events, in stead of the '15 minutes before' default that is in the system and which seems to be unchangable.
    If it says '0 minutes before the start time' there, then all alerts that I manually put on events should have this value put to zero by default! 

  • ICal's Mini-Calendar Confused as to Month -- creates "offsets"

    This is the second time in a week I've run into this problem. A cursory look at recent threads doesn't seem to show anyone else with the problem, although I easily could have missed it.
    Occasionally, when I open iCal, it is "confused" as to the month. That is, even though right now it is 12/29, opening iCal and viewing the mini calendar in the lower left hand corner shows that it is the 29th -- but on the *November 2009* calendar. This persists if you advance the calendar ahead or back months. For example, in January, the 19th is supposed to be a Tuesday, but the mini calendar does not reflect it as such.
    I've found that a way to fix the problem is to have the main calendar go to the "monthly" view, and then advance it. That seems to reset the mini-calendar.
    Weird, right? Anyone else seeing this?
    FWIW, I do use an iPhone.

    Brian,
    Welcome to Apple Discussions.
    Often iCal display problems can be corrected by refreshing the the com.apple.iCal.plist file. You will find the com.apple.iCal.plist file in your Macintosh HD/Users/yourusername/Library/Preferences Folder. Quit iCal, drag the com.apple.iCal.plist file to your Desktop, log out/in or restart and check iCal for normal behavior.
    ;~)

  • Turning off iCal subscribed calendars on iPhone

    I have a number of calendars that I subscribe to in iCal on my computer. These are calendars I choose to leave turned off in iCal - and simply turn them on if I need to know the details - for example appointments being made by staff etc.
    I note since Snow Leopard and/or 3.1 on my iPhone that these calendars are being pushed to my iPhone. I am having difficulty working out how to turn them off on the iPhone. It makes it near impossible to view my own calendars easily.
    Is there a way of choosing which calendars you want 'pushed' to your iPhone? Or can you turn certain calendars on or off? I know I can select one calendar at a time on the phone - but that's not sufficient.
    Thanks.

    I have a similar problem.
    One of my calendars that's subscribed to on iCal continually wants a user name and password. I type then in correctly, but it doesn't work ultimately. So i just want it off. I cannot, however, figure out how to.

  • ICal and calendar lists in calendar view

    The calendar lists no longer appear in the calendar view of iCal. I was having a problem so deleted ical from the macbook, then did a complete reinstall with an archive and save old settings, THEN updated all the software, THEN deleted the user account that does not show the calendar lists. THEN went to the admin account which has iCal working well with all views and did a reset of my .mac info so that it was/should be just as the correct one was. THEN set up another user account and reloaded the data on inital sync to overwrite data in the new user account. I thought that all these steps should have my calendar lists back BUT not so! Interestingly when i make the calendar list window smaller the scroll bar appears. Any assistance with this will be appreciated

    There is now a new app doing exactly that. ReplyAll app is a new iPhone app which allows to reply to all attendees of a calendar events or forward it to a new invitee as well as replying by SMS to the event organizer. It was created mainly for users who use their iPhone to manage their events. The app was build based on iOS 7 Look and Feel.https://itunes.apple.com/us/app/replyall/id749454893

  • HT2513 how do I get the mini calendar flap on iCal 5.0.3

    how do I get the mini calendar flap on iCal 5.0.3. Lion 10.7.5

    I finally did get the issues resolved by going here: http://blogs.adobe.com/cssdk/2011/10/fix-for-extension-signature-bug-on-mac-os-10-7.html and using that fix.
    It took several tires but I finally got it to work correctly.
    I tried using the update I downloaded from the Adobe updates page and that was what giving the error in my original post. Also, if I tried using the "get Updates" directly out of Extensions Manager, because i have several version of CS running on my workstation, it would invariably either tell me there were no updates or get the wrong version of the update. (The version I was looking to update was 5.0.289)
    The botom line being, I did finally get the Extensions Manager working correctly.
    Appreciate your response though. Thanks.

  • When I open ical, the calendar looks like an old desk pad vs what is in the manual.  How do I change the view (not month, day, week), but the background presentation?

    When I open ical, the calendar looks like an old desk pad vs what is shown in the manual or on-line tutorials.  How do I change the view (i.e. background) not the month/day/week view but the background template?  The default in the manual is good.  Software is current - Lion. 

    Kelly,
    Try: MacNix: Change Mac OS X 10.7 Lion iCal and Address Book Skins from Leather to Aluminum.

Maybe you are looking for

  • UFT-8

    I'm having some serious problems with UTF-8 encoded pages, constructed with Dreamweaver CS5.5. The doctype of all the pages is DOCTYPE! html (--> HTML5). My site contains HTML and PHP-pages an is constructed on a template. All the pages have the meta

  • CONECTING A 2ND MONITOR

    I'VE TRY TO CONECT A 2ND MONITOR TO MY TOSHIBA LAPTOP A665-S6086, IN ORDER TO WORK WITH TWO SCREENS, BUT WHEN I PRESS THE FN-F5 AND CHOOSE THE EXTENDED SCREENS, I CAN SEE BOTH MONITORS WITH THE SAME SCREEN , BUT THEY DON'T WORK INDEPENDENT, AS SHOULD

  • Help me with the right print method?

    I have several pages of data in my database that I need to print. The printing should have header and footer, and print several pages. My question is which print method should I use and how? Am offering 2 Duke Dollars for this...

  • Photoshop CS6 shuts down systematically

    I have a legitimate Photoshop CS6 license. For some reason, I started having problems with it while I never had any before. When I start Photoshop, it stays there for a couple of seconds and then shuts off on its own without me doing anything. No war

  • Persistent problem in checkboxes

    Hi, After selecting checkboxes in my basic alv list display, it will goes to detail list. when i come back to the basic alv list,the check boxes are still in checked mode.how could these check boxes can be made it to unselect mode automatically? Than