PC Suite : "2 hours" error in Calendar vs. handset...

Hi everyone
Everything on my laptop (PC Suite) Calendar is 2 hours earlier than on my handset's Calendar!
For example:
a) If I enter an appointment (using PC Suite's "Calendar" function) to start at, for example, 4pm... and then SYNCH with my mobile (a Nokia 6086), on the handset's Calendar the appointment will start 2 hours earlier - at 2pm!!
b) Similarly, If I enter an appointment (on the mobile) to start at, for example, 4pm... and then SYNCH, on my laptop (in PC Suite's "Calendar") the appointment will start 2 hours later - at 6pm!!
Can anyone help me?  Thank you in advance for your ideas!
...Paul
Solved!
Go to Solution.

I also have this problem.
I always suspect a two hour error in calendar software to be a result of a bad module used to convert 24 hour time (military time) to 12 hour AM and PM (and vias versa).  My phone and PC are set to display military time.  Is this true of your use?
If so, it would explain the apparent rarity of  this error being reoported.
I have the same model.
Message Edited by crews on 05-Nov-2009 05:51 PM

Similar Messages

  • TS3999 There is no Europe/Minsk timezone in iCloud calendar interface. All scheduled events are displayed with 1 hour error.

    There is no Europe/Minsk timezone in iCloud calendar interface. All scheduled events are displayed with 1 hour error.
    Is there any workaround?

    Hello again, Kirik17.
    The concept still holds true. When clicking to select your time zone, you will need to select another city within your same Time Zone so that that one becomes your default.
    If you are still unable to select your Time Zone, you may find more information by using another one of Apple's Support Resources at: https://getsupport.apple.com/GetproductgroupList.action.
    Cheers,
    Pedro.

  • Error Message: "Calendar has unexpectedly stopped" while joining shared iCloud calendar.

    When attempting to join a shared iCloud calendar from a family member, I receive this error message:
    Calendar has unexpectedly stopped.
    An unexpected error has prevented this application from working properly.
    Details:
    ERROR
    SC.Store#find() must pass recordType or query
    The details also contain a large amount of diagnostic information which I have sent to Apple.
    Is there anything else I can do to prevent this error from occurring?

    I'm having the same problem on my wife's computer. I successfully joined several shared calendars from my account, and suddenly started getting this message on the last one. I've tried again repeatedly over the last 24 hours, including sending a new invitation, logging her out of iCloud website, etc.
    Did you find any resolution to the problem?

  • Error in Calendar.add (almost) evey last Monday of March

    Is the following a known bug? I am running under Windows 2000 and using
    C:\jdk1.4>java -version
    java version "1.4.1"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-b21)
    Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed mode)
    * Filename: CalendarBug.java
    * Every last Monday of March (except those with a whole week after it),
    * gives a wrong result when subtracting 24 hours with the Calendar.add function.
    * These specific dates give -25 hours...
    * Selected output:
    * Set date: Mon Mar 26 00:00:00 CEST 2001
    * -->Adjusted 24 hours: Sat Mar 24 23:00:00 CET 2001
    * Set date: Mon Mar 25 00:00:00 CET 2002
    * Adjusted 24 hours: Sun Mar 24 00:00:00 CET 2002
    * Set date: Mon Mar 31 00:00:00 CEST 2003
    * -->Adjusted 24 hours: Sat Mar 29 23:00:00 CET 2003
    * Set date: Mon Mar 29 00:00:00 CEST 2004
    * -->Adjusted 24 hours: Sat Mar 27 23:00:00 CET 2004
    * Does anyone care to explain?
    * The result is the same when substituting seedDate.add(Calendar.HOUR,-24) with
    * - seedDate.add(Calendar.HOUR_OF_DAY,-24)
    * - seedDate.add(Calendar.MINUTE, -24*60)
    * Date Created: 25. september 2003 09:53:20
    * Written by: Skjalg Bjorndal
    import java.util.Calendar;
    import java.util.Date;
    import java.util.GregorianCalendar;
    public class CalendarBug {
        GregorianCalendar seedDate = new GregorianCalendar();
        public void lastMondayInMarch(int year, int month, int date) {
            System.out.println("   ------- Year: " + year + " ----------");
            for (int i = 0; i < 10; i++) {
                System.out.println("   ---------- " + i + " ----------");
                seedDate.set(year, month, date + i);
                seedDate.setTime(zeroTime(seedDate.getTime()));
                System.out.println("   Set date:          " + seedDate.getTime().toString());
                seedDate.add(Calendar.HOUR, -24);
                if (seedDate.get(Calendar.HOUR_OF_DAY) != 0) {
                    System.out.print("-->");
                } else {
                    System.out.print("   ");
                System.out.println("Adjusted 24 hours: " + seedDate.getTime().toString());
            System.out.println("");
        private Date zeroTime(Date date) {
            Calendar cal = Calendar.getInstance();
            cal.setTime(date);
            // Zero out time:
            cal.set(Calendar.HOUR_OF_DAY, 0);
            cal.set(Calendar.MINUTE, 0);
            cal.set(Calendar.SECOND, 0);
            cal.set(Calendar.MILLISECOND, 0);
            return cal.getTime();
        public static void main(String args[]) {
            CalendarBug aBug = new CalendarBug();
            aBug.lastMondayInMarch(2001, 2, 19);
            aBug.lastMondayInMarch(2002, 2, 18);     // OK - hole week after last Monday of month
            aBug.lastMondayInMarch(2003, 2, 24);
            aBug.lastMondayInMarch(2004, 2, 22);

    Thanks for both of your prompt replies!
    The number of hours to be subtracted is configurable in a property file in the program in which the problem arose. I.e. it could be 1, 23, 24, 120 or whatever...
    My solution will be to download 1.4.2, as kurisu1 pointed out would solve the problem.
    Until we tested the rest of the code with 1.4.2, I will reprogram and use the seedDate.add(Calendar.DATE, -1); as a temporary work around.
    Best regards
    __Skjalg

  • Error with calendar database: Program version 4.2 doesn't match enviroment

    hi!
    im instaling jes in a windows 2000 machine and i get this error when trying to start calendar:
    [21/Aug/2006:16:35:58 +0200] jes csadmind[1752]: General Information: Log created (1156170958)
    [21/Aug/2006:16:35:58 +0200] jes csadmind[1752]: General Notice: Sun Java System Calendar Server 6 2005Q4 (built Dec 27 2005) csadmind starting up
    [21/Aug/2006:16:35:58 +0200] jes csadmind[1752]: General Notice: csadmind attempting to open Counters Database
    [21/Aug/2006:16:35:58 +0200] jes csadmind[1752]: General Notice: csadmind successfully opened the Counters Database
    [21/Aug/2006:16:35:58 +0200] jes csadmind[1752]: General Notice: HTTP Module is refreshing
    [21/Aug/2006:16:35:58 +0200] jes csadmind[1752]: General Notice: csadmind is refreshing
    [21/Aug/2006:16:35:58 +0200] jes csadmind[1752]: General Notice: csadmind is refreshed
    [21/Aug/2006:16:35:58 +0200] jes csadmind[1752]: General Notice: HTTP Module has refreshed
    [21/Aug/2006:16:35:58 +0200] jes csadmind[1752]: General Notice: csadmind argc=1 argv[0]=C:\Sun\CalendarServer\bin\csadmind.exe
    [21/Aug/2006:16:35:58 +0200] jes csadmind[1752]: General Notice: csadmind attempting to open Calendar Database
    [21/Aug/2006:16:35:58 +0200] jes csadmind[1752]: General Error: caldb: Error with calendar database: Program version 4.2 doesn't match environment version
    [21/Aug/2006:16:35:58 +0200] jes csadmind[1752]: General Error: caldb: caldb_InitializeEnvironment: dbenv->open returned 22
    [21/Aug/2006:16:35:58 +0200] jes csadmind[1752]: General Critical: Fatal error 70: Cannot open calendar database
    anyone have faced same problem?
    thanks in advance

    Hi Vyacheslav,
    its wierd that when I run db_stat on windows, for my environment, it works.... I installed Berkeley DB XML 2.4.16 from a self extracting package.
    When I tried running from my Linux box, the error message appear... The native library on my Linux box was built from the zip package dbxml-2.4.16.zip
    Arent they the same?
    Thanks!

  • Oracle Collaborate Suite ORA-6502 error during loging or form submitting

    Hi!
    I had Oracle Collaborate Suite ORA-6502 error during loging or form submitting:
    Internal error (WWC-00006)
    An unexpected error has occurred (WWS-32100)
    ORA-6502: ORA-06502: PL/SQL: numeric or value error: character string buffer too small (WWC-36000)
    Unexpected error encountered in wwsec_api.person_info (ORA-06502: PL/SQL: numeric or value error: character string buffer too small) (WWC-41417)
    Error (WWS-20000)
    An unexpected error has occurred (WWS-32100)
    ORA-6502: ORA-06502: PL/SQL: numeric or value error: character string buffer too small (WWC-36000)
    Unexpected error encountered in wwsec_api.person_info (ORA-06502: PL/SQL: numeric or value error: character string buffer too small) (WWC-41417).
    This happened when:
    I was using Russian letters in OCS HTML forms (for example - in Administration provision console or in my own HTML forms)
    and only I work in Linux (with UTF-8 encoding) (in Windows with win1251 encoding all is OK).
    My Database NLS not-null Parameters are:
    NLS_LANGUAGE      - AMERICAN
    NLS_LENGTH_SEMANTICS      - BYTE
    NLS_TERRITORY      - AMERICA
    NLS_CHARACTERSET - AL32UTF8
    NLS_NCHAR_CHARACTERSET - AL16UTF16
    WHAT MUST I DO TO AVOID THIS SITUATION?
    Thank
    Valery

    All,
    It appears that the page Javascript maximum limit size was reached. The error stopped appearing after some of the page Javascript code was removed out to Application Static Files. I wonder if there exists any "direct" indicator by the system whenever the size limit has been reached?
    Again, the run error only occurred when the page was loaded in "Debug" mode.
    Bernard

  • How to edit working hours in the calendar rules

    Hi..
    Does anybody know how to change the working hours in the calendar rule editor as in mine case those working hours are already frozen.
    Ritu

    Got the answer............
    it just the game of arrow keys ;)

  • Error Loading Calendar

    One of my locally created calendars is howing a little ! symbol next to it and I'm getting this message:
    Error Loading Calendar
    iCal was unable to load the calendar. The file might be corrupted or temporarly unreadable.
    You can try again later or reset this calendar
    Resetting the calendar will remove all calendar content.
    Options to Reset or Try again later are presented.
    Any help on this would be very appreciated.
    Thanks.

    Don't know why it happened but i came up with a workaround. my ipod calendar was still intact so i just deleted all the calendars in iCal, made new ones called the same thing and then dropped the .ics files from the ipod onto the calendar and voíla, all back to my last sync of a couple days ago.

  • Acrobat Suite Product Activation Error Message

    I have Mac OS X 10.6.8 and updated Acrobat Pro to 9.5.1. All of the sudden (not anywhere near the time that I updated) I started getting the "Acrobat Suite Product Activation Error Message". Then it closes and quits.
    Launching Photoshop (or having it open) does nothing. The other similar forum discussions seem to concern Lion, which I don't have yet. Solutions?

    The Acrobat X Suite has Acrobat X not Acrobat 9 Pro.  So it begs the question do you have Acrobat 9 Pro Extended?

  • Creative Suite CS3 installation errors

    Hello,
    I have installed my copy of Creative Suite CS3 several times on my PC. However, recently my PC was hit with a virus. I reinstalled Windows XP/SP2. When I now try to install Creative Suite, I get errors every time.
    I've tried to install it now five times. The message that I'm getting is similiar to "component installation failed". (I'm recalling the message from memory.) I'm trying to put Photoshop, Illustrator, Flash, Fireworks and Dreamweaver on my machine, but this error appears with every application I attempt to install.
    I'm not aware of any error log that Adobe is keeping with the installation process.
    Does anyone have any suggestions? thanks.

    Adobe customer support has kindly provided me this KB article:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb401401&sliceId=2
    I'm going to go through these steps this weekend.

  • There is an error in calendar app. as it show day 27 of march 2014 twice in Thur and Friday

    There is an error in calendar app. as it show day 27 of march 2014 twice in Thur and Friday
    can you check it

    Hello nasriosman,
    It sounds like your calendar app is showing incorrect information. I recommend first closing all the running apps on the device:
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    Double-click the Home button.
    Swipe left or right until you have located the app you wish to close.
    Swipe the app up to close it.
    When you have done that and restart the phone and test the issue again:
    iOS: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/ht1430
    Thank you for using Apple Support Communities.
    Take care,
    Sterling

  • Ovi Suite Sign in error

    I am not able to sign into Ovi, from the Nokia Ovi Suite. Every time I try doing that it would tell make sure the internet connection is working properly and try again(see attachment). This is ridiculous, I am always connected to the internet using wifi.
    Some useful info that might be required to help me in this issue:
    Nokia Ovi Suite 2.1.1.1
    PC Connectivity Solution 10.21.0.0
    Connectivity Cable Driver 7.1.29.0
    Nokia Ovi Suite Software Updater 2010.6.0.60359
    Maps Service API 3.0.38.0
    Nokia mPlatform 2.6.86
    Ovi Desktop Sync Engine 1.1.0.82
    Operating system:
    Microsoft Windows XP 32-bit Edition, Service Pack 3
    Language: English
    Detected internet browsers:
    - Microsoft Internet Explorer 7.0.5730.13 (Default browser)
    - Mozilla Firefox 3.6.3
    Detected Bluetooth stacks:
    - Microsoft (Version: 5.1.2600, Build: 5512)
    - Broadcomm (Version: 5.5.0, Build: 3208)
    Please assist.
    Attachments:
    ovi-suite-sign-in-error.JPG ‏126 KB

    Hey,
    sometimes i used to get this issue as well, but currently its working in Windows 7
    Can u access/login the same login in ovi.com site?
    If my post helped you, click on Kudos button and if my solution provided is opt 2 u, accpt my solution

  • Error loading calendar - try again later

    yesterday i noticed my home calendar was missing. So i had made a backup within iCal on 11/16/06 and one on 11/28/06 and whenever i choose "revert to backup" from either file it says database unchanged (with all the home stuff missing and one entry i'd made that morning still there.) i had our IT guy go back into the backup and get my calendar from november and now it's saying:
    "Error loading Calendar
    iCal was unable to load the calendar. The file might be corrupted or temporarly unreadable.
    You can try again later or reset this calendar. Resetting the calendar will remove all calendar content."
    is this just ruined or what? the IT guy said even my backups were corrupted so no point in trying to revert. What's up with this crap?
    Mary

    Don't know why it happened but i came up with a workaround. my ipod calendar was still intact so i just deleted all the calendars in iCal, made new ones called the same thing and then dropped the .ics files from the ipod onto the calendar and voíla, all back to my last sync of a couple days ago.

  • Student teacher version of Creative Master Suite 5.5 Error code 6.

    Student teacher version of Creative Master Suite 5.5 Error code 6.
    I have installed a new hard drive on my computer after the old one broke. I am trying to reinstall the master suite from 'Time Machine' but get an Error code 6. message. What does this mean and what should I do to get it properly working again?

    This is correct and completely expected.  Please remove the software using the uninstaller located in Applications/Utilities/Adobe Installers/.  Once removed please install the software from the original installation media.

  • A Different "Error processing calendar data (210)"

    *What is the next step to get rid of this error?*
    Blogs and Wikis work on our server's web portal fine. The group Calendar service does not.
    (Individual users on their client can create and share calendars using Apple's iCal software.)
    Upon loading the Calendar page, I receive a "Error processing calendar data (210)" error. I receive the same error if I try to create an event.
    I have read fully the following posts:
    http://discussions.apple.com/thread.jspa?threadID=1346536&tstart=-1
    http://discussions.apple.com/thread.jspa?messageID=7498100
    http://discussions.apple.com/thread.jspa?threadID=1788666&tstart=0
    +The second thread's post by Cyrus (http://discussions.apple.com/message.jspa?messageID=7484449#7484449) solved the "Record disabled due to conflict" error messages in iCal Server's Error Log.+
    I would like very much to make this work, because our 200+ user-base (of mostly Apple clients) needs the organization it could bring.
    *Our setup is as follows:*
    Rock-solid DNS (finally) and an OD Master on one server (all other servers are "connected").
    Mail and a Website (Wiki, Blog, and Calendar enabled) on another server.
    The location for iCal is on a separate server that is also hosting our database.
    +Honestly, I feel I'm missing something basic. I think I remember something about iCal needing to be hosted on the same server as an O.D. Master or Replica. Is this true?+
    *What I think to be the relevant portion of the Error Log is as follows:*
    2008-11-14 16:35:22+0800 [-] [caldav-8010] [OpenDirectoryService] Reloading users record cache
    2008-11-14 16:35:22+0800 [-] [caldav-8009] [-] "Directory service <OpenDirectoryService '/LDAPv3/dir.cesci.net': '/LDAPv3/dir.cesci.net'> has no GUID; generating service GUID from realm name."
    2008-11-14 16:35:22+0800 [-] [caldav-8011] [-] "Directory service <OpenDirectoryService '/LDAPv3/dir.cesci.net': '/LDAPv3/dir.cesci.net'> has no GUID; generating service GUID from realm name."
    2008-11-14 16:35:23+0800 [-] [caldav-8009] [OpenDirectoryService] Reloading groups record cache
    2008-11-14 16:35:23+0800 [-] [caldav-8011] [OpenDirectoryService] Reloading groups record cache
    2008-11-14 16:35:23+0800 [-] [caldav-8012] [-] "Directory service <OpenDirectoryService '/LDAPv3/dir.cesci.net': '/LDAPv3/dir.cesci.net'> has no GUID; generating service GUID from realm name."
    2008-11-14 16:35:23+0800 [-] [caldav-8012] [OpenDirectoryService] Reloading groups record cache
    2008-11-14 16:35:23+0800 [-] [caldav-8009] [OpenDirectoryService] Reloading locations record cache
    2008-11-14 16:35:23+0800 [-] [caldav-8011] [OpenDirectoryService] Reloading locations record cache
    2008-11-14 16:35:23+0800 [-] [caldav-8009] [OpenDirectoryService] Reloading resources record cache
    2008-11-14 16:35:23+0800 [-] [caldav-8010] [-] "Directory service <OpenDirectoryService '/LDAPv3/dir.cesci.net': '/LDAPv3/dir.cesci.net'> has no GUID; generating service GUID from realm name."
    2008-11-14 16:35:23+0800 [-] [caldav-8011] [OpenDirectoryService] Reloading resources record cache
    +The "/LDAPv3/dir.cesci.net" occurred after changing the /etc/caldavd/caldavd.plist file's '<key>node</key>' value from "/Search" to "/LDAPv3/127.0.0.1". This was based off of Cyrus' advice in the above-mentioned post (http://discussions.apple.com/message.jspa?messageID=7484449#7484449)+
    Message was edited by: Wesley.Bomar (Log snippet added)

    I was mistaken about which server Wiki and Blog are on, and which server iCal is on.
    All three are now on the same server and web calendar seems to work. It's odd though:
    When I login to the web calendar for a new group, it creates a new folder in calendars/_uids_/ (not in calendars/groups...). And it also creates 4 folders in principals/_uids_/:
    XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX#calendar-proxy-write
    XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX#calendar-proxy-read
    XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
    YYYYYYYY-YYYY-YYYY-YYYY-YYYYYYYYYYYY
    Server Admin reports iCal has 1 Calendar, but 3 Groups. I'm guessing it is still remembering two other groups I tested before, but have since disconnected from web calendar. All three groups have a folder in /Library/Collaboration/Groups/.
    *Is this all normal?*
    I saw no folders appear within calendar/groups, and the principals/groups folder does not exist.

Maybe you are looking for