ICal events are displayed in the local time zone, not at the time they are supposed to be

When I enter events in iCal (or in my iPhone calendar), they always display at the time for the zone that I am currently in, even when they occur in a different time zone. For example, if I have a lunch scheduled at 12 pm Monday in Vancouver, I want to see that I have something scheduled at 12 pm on Monday, even if I am in Hong Kong. But even if I have time zone support enabled, the event appears at 4 am Tuesday. This makes it hard to look at the calendar and know what events I have scheduled for what times when I am doing a lot of travel. Is there anyway that I can get the event to show up at 12 pm on Monday no matter where I am in the world?
Thanks

This means you're still using Flex 1.5 as your runtime. SAP has introduced Flex 2 RT on SP14 patch 1 onwards. There were a lot of bug fixes and also several new functionality introduced there. I suggest you consider upgrading to the latest SP. Note that you can upgrade VC apart from the portal (only 3 SCAs to deploy) so this means you don't impact the portal itself and continue to have an up-to-date version of VC.
If you want to solve your problem, I suggest you open a support ticket at SAP and once they see this, they'll let you have those SCAs.
Regards,
Natty

Similar Messages

  • All my iCal events are duplicated after migrating to iCloud

    I upgraded my Mac to 10.7.2 at first and migrate my iCal to iCloud.
    And then I upgraded my iPhone to iOS 5.
    After that I found all my iCal events are duplicated.
    Does anyone know how to fix this? Thanks~~
    I don't have MobileMe.

    When you sign back in to iCloud on the Mac the iCloud calendars should be there if they are also on the web-page iCloud calendar. Did you
    Restarting the iCloud merges On My Mac with iCloud calendars (deleting On My Mac calendars in the process). This is why it is so vital to have .ics backups.
    I think you must be missing a step somewhere. Here's what to do:
    - Create .ics backups on iCal using Export
    - Open iCal>Preferences>Accounts>iCloud and delete the iCloud account
    - Open System Preferences>iCloud uncheck Calendars and Sign Out
    - Import into iCal your .ics calendars, they will be listed as On My Mac on the iCal Calendars list
    - Sign back into iCloud, check Calendars, Agree to Merge despite the warning that calendars will be removed from the Mac
    - Check the web based iCloud calendar and see if the calendars are there.
    - Check iCal under Calendars and be sure that the iCloud calendars are checked in the list (or they will not display).
    If this doesn't work you should make an appointment with an Apple Genius.

  • ICal events are missing Day and Month in date

    Hello, Sorry if this has been addressed elsewhere - this is such a weird fault I was not sure how to search for it.
    My iCal events are missing the Day and Month in their start and end dates - it just shows a 4 digit year which can only be edited as a 4 digit number. All my events are in their correct places but I am unable to create new multiday events.
    This applies to old and new events alike. I tried trashing my iCal prefs file but it made no difference.
    Anyone any ideas? I am using iCal 3.0.8 on Leopard 10.5.8.
    Thanks in advance.

    Worked it out - I was using a custom date format to give me day and date in the menu bar - reverting to one of the standard built in 'British' works - but then I lose my day in the menu bar....

  • ICal events are moving around the calender

    I tried to move an event from one date to another tonight, and after that iCal started flashing that event back and forward between the original date to the new one right in front of my eyes, and another event has been replicated and moved to another date.
    I have tried deleting the shifting events, and even deleted calenders that the 2 events are under, but they keep reappearing. I have also tried refreshing the com.apple.ical.plist, and have restarted the machine several times.
    Could this be a virus? I'm too nervous to sync my iphone just in case.
    We have Leopard with all the latest updates (OS X 10.5.8) with iCal 3.0.8

    Worked it out - I was using a custom date format to give me day and date in the menu bar - reverting to one of the standard built in 'British' works - but then I lose my day in the menu bar....

  • My ical events are still in their folder as files, but ical the program is showing a totally empty calendar

    I did some cache cleaning and permissions repair etc using a program called Onyx.  The next time I opened ical, there is not a single event showing.  (i have at least 30 events per month for the last few years).  I was worried that the files we gone, but when I go into Library>Calendars all the calendar folders are there and the events I created only a few days ago are there as files as well. 
    What I can't understand is why ical is not finding and reading these files.  I used Disk Utility to repair permissions already, and have restarted the computer a few times, but the events have not re-appeared.
    Anyone have any ideas? I really need my ical working again! Thanks so much!!

    The warranty entitles you to complimentary phone support for the first 90 days of ownership.

  • ICal events are imported in the wrong calendar

    Hello,
    I'm using iCloud for business as a temporary solution before moving to a more professional and stable tool.
    Still, I'm confronted with annoying problems that are just making my work more difficult.
    I'm posting here hoping that somebody would find or has a solution.
    I have two iCloud calendars owned by me plus three more shared with me by colleagues.
    The two owned by me are: Work and MeetingRoom, with the former being set as the default (both in the Calendar app preferences and in the iCloud Calendar web interface).
    I'm trying to accept an invite to a meeting received from a non-iCloud user.
    The invite came in the form of an .ics attachment to the email.
    When doubleclicking on the attachment, Calendar app opens and an event entry colored in gray is created in the MeetingRoom calendar instead of my default one, which is Work.
    What is the purpose of setting a calendar as default when the setting is ignored?
    Thanks
    Sergio

    Thanks. I Think I've figured it out: there was a music file in the same project with an earlier creation date. When I transferred the recent footage to a new event, the new event displayed correctly, as a 2015 event.
    This is stretching my old brain, but I think I'm slowly learning that Events are not bins!

  • Queued up events are supposed to get processed the next frame, but in practice it is not true!

    According to Adobe's documentation found here, there are 3 parts to runtime code execution: events, the enterFrame event, and rendering. Events, it says, are processed during the first part. It then states:
    If events occur during other parts of the execution cycle, the runtime queues up those events and dispatches them in the next frame.
    However, when I'm seeing a low framerate, and lots of input events occur (say mouseclicks for example), those events are sometimes not executed until several seconds and 10s of frames later. According to that documentation, all my mouseclicks should be processed on the next frame and the event queue should then be empty (assuming I don't click during the next frame). This problem only occurs in Firefox and Internet Explorer. Chrome, Safari, and the standalone player behave correctly, in that they process all input events on the following frame.
    Why is this happening? It seems like the Firefox and IE plugins implement event handling differently than what is described in the flash documentation, or is it possible the browsers are responsible for delaying the input to flash?

    each clock cycle, if no new objects were created and no previously created objects are eligible for gc:
    Flash checks for any events completed from the previous cycle.
    Then it executes the listener function code, if there is any, for those events.
    Then if you have code on a frame that was just entered, that code will execute.
    Then it dispatches the Event.ENTER_FRAME event to all your listeners for that event.
    Then the display is rendered.
    in view of that and knowing that time alone cannot be used to determine in which cycle anything occured in flash, what evidence do you have that an event dispatched in one cycle failed to be detected by a listener in the next cycle?

  • My mac timezone and iCal events are suddenly an hour early but my iPhone is correct

    After traveling a few hours from my home but staying in the same timezone, my MacBook's timezone was suddenly set for an hour earlier and my iCal events too. Except when I enter an event on my iPhone (which is on the correct timezone), which syncs the correct time. So now my iCal is totally messed up. Some events an hour early (the ones that were there before traveling) and some that are accurate (the ones entered on my iPhone). I've tried the simple fixes but nothing is working. Any thoughts?

    MacBook Pro
    MacBook Pro Apple Support

  • Entourage- iCal events are 5 hours off

    My computer time is set to US/Central, Entourage events are US/Central, and iCal is set to US/Central. When I turn on Sync Services in Entourage, events that hit iCal are 5 hours off.
    I believe Sync Services is assuming the times on the events in Entourage are all GMT, even though they show up in iCal as US/Central.
    Is there a way to resolve this? I've tried it on 3 different machines, and it's broken on all of them.

    FIXED. Special thanks to Tarun Reddy for noticing that the problem
    only appears when using a case-sensitive filesystem. I used fs_usage
    to log all file accesses and wrote a bunch of scripts to get me a list
    of possible files. I had a list of 536 candidate files after the
    scripting and went through all of them by hand until I found it.
    ln -s /usr/share/zoneinfo/UTC /usr/share/zoneinfo/utc

  • ICal events are missing

    Hi,
    My ICal app on the iTouch seems to have "lost" all events but the past two months. The iCal on my Powerbook has all the events. I synch through mobile.me Does anyone have an idea what I can do to make sure all my events are on the iTouch? Any help would be greatly appreciated.

    Worked it out - I was using a custom date format to give me day and date in the menu bar - reverting to one of the standard built in 'British' works - but then I lose my day in the menu bar....

  • ICal events are incorrect by one hour

    I am using the Google Calendar and have an issue with the transfer of data from IPhone 3Gs to my IMac. If I place an event time on the Iphone calendar, this event gets transferred incorrectly to the IMac by one hour earlier. My IPad calendar transfers the timed event correctly to the IMac, but incorrectly to the IPhone. When going from IPad to IPhone the time on the IPhone is one hour later than it should be. The net result is a very confusing Calendar.

    Today I created (3) All Day Events on my iPhone 4S to represent upcoming vacation days for Nov 21, 22, and 23. After sync, Outlook shows correct All-day events for 21 and 22. The All-day event for 23 is missing and displayed on Nov 24. This is a direct sync (wireless) and no Exchange server is involved. Any ideas? I see similar posts that go back to last year and iOS4. I would at least like to know if Apple is aware of this, or is it just my phone.

  • Ical events duplicated on ipod touch 4g so I deleted them, and now they do not appear anywhere except on the iPod. I have mobile me set up to sync and OS10.6.8 on the MBpro

    Can I get these events back in iCal or do I have to re enter them? Is there a way to 'revert'? How do I get the ipod calendar to not duplicate events?
    Set up my semester's schedule for the university where I teach and now it's all blank on the mobileme and ical calendars on computers.

    should clarify that I deleted duplicate events on the ipod so that should have left one in ical. there is still one listed in ical on the ipod but not on the computer, so deleting duplicate entry deleted it entirely from my ical on computer and mobile me. no icloud yet

  • Snow Leopard iCal - Event on Friday if the Nth is a weekend/holiday?

    I have a bill that is normally due on the 13th of the month. But if the 13th falls on a weekend or a holiday, the due date is the last business day before the 13th (the 12th, 11th, or 10th). Is there any way to have a repeating event automatically schedule itself for "the 13th, or the last business day before?"

    Hi Peter,
    You can set an event to do this, but not directly through iCal's user interface.
    Make an event on the 13th of the month. Drag the event to the desktop and delete it from iCal. Drop the desktop copy on a text editor (eg Text Edit) and add the following line between the BEGIN:VEVENT and END:VEVENT lines:
    RRULE:FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYMONTHDAY=11,12,13;BYSETPOS=-1
    The file will look something like this (although this is from iCal 5):
    BEGIN:VCALENDAR
    VERSION:2.0
    PRODID:-//Apple Inc.//iCal 5.0//EN
    CALSCALE:GREGORIAN
    BEGIN:VEVENT
    CREATED:20110914T221142Z
    UID:582E-43C8-8CF3-4A817D44F526
    DTEND;VALUE=DATE:20110914
    TRANSP:TRANSPARENT
    SUMMARY:New Event
    RRULE:FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYMONTHDAY=11,12,13;BYSETPOS=-1
    DTSTART;VALUE=DATE:20110913
    DTSTAMP:20110914T221142Z
    SEQUENCE:1
    END:VEVENT
    END:VCALENDAR
    Save the file and drag the it from the desktop back into iCal. It will now repeat on the last weekday before the 13th every month. It will not take public holidays into account.
    Best wishes
    John M

  • Why don't things close the way they're supposed to?

    I just reinstalled Leopard, and I'm having the same problem I had the same time - programs don't want to close. I haven't been on Leopard to really know all the particulars, but if I close certain programs, they vanish from view, but they're still running. To REALLY quit, I have to right-click on their icon in the dock and click "Quit."
    It happens regularly with Firefox and Thunderbird, my default browser and e-mail client. I opened and closed Safari just now, and it had the same problem. I think it usually happens with Dreamweaver, too.
    It isn't a major problem, but it's a pain in the butt when I want to perform an operation that requires me to close all open programs, and I have to go down the dock right-clicking icons. Also, I have had a number of experiences with various software programs that won't even close visibly, especially during the installation and setup process. Sometimes I have to manually turn my computer off.
    A little while ago, I tried copying some items from some software installation disks to my external hard drive. I got a message that it couldn't continue because it couldn't read some file, or something like that. So I tried to click it off, but Finder's "Copy" window is still open; it says "Copying 245 items to Websites," which is just what it said an hour ago. How do I close it?
    That reminds me - how does one force close Finder in general? If you right-click on the Finder icon in the dock, it never says quit.
    Thanks.

    Well, I finally gave up and turned off my computer manually. When I turned it back on, I was greeted by the Setup Assistant - over and over - which was the reason I reinstalled Leopard a couple days ago.

  • ICal event times changed when my mac updated time to daylight saving time

    When my mac updated its time automatically to daylight saving time, the timed events in iCal all had an hour added to them. Time zone support is off in iCal. I tried changing my time zone from the system preferences (just to see what happens) and the iCal times also change. Is there any way to turn off this ridiculous and useless (to me) feature? I travel quite a bit and all iCal events are always added in local time scheduling. So there is no need for the event times to change when I change time zone!
    Thanks!

    I am having the same problem but it's only some of the appointments that were changed. I think some were entered after the update and perhaps those weren't changed. Very confusing.

Maybe you are looking for

  • Adobe Reader for Android - Arabic support issue

    Dear Support, I am trying to reach the developer for long time but the email provided is a mailing list which no one else has the right to post to it except their team. There is a big problem with Arabic words searching in an Arabic PDF file with ado

  • Selection tool not working... please help

    I am using Illustrator CS 5.1 and the selection tool has stopped working. It lets me select the object, but when I go to drag it I get an error sound and it won't move.  No error message appears so I'm not sure what is wrong. I've tried locking and u

  • CFREPORT - rendering bug?

    I am trying to generate a tabular report, but I encountered a weird bug:  if the content of a column exceed the first page height, in the second  page the borders of the other columns (that don't exceed the first page)  don't display. The result is o

  • Record/group suppression

    I have a report in which the Detail section is suppressed and data is shown in the group footer section. Records that are coming to the Group Footer section are different types - H (for header), R (for regular), and T (for total). When all amount col

  • Upgrading to Tiger - HDD Space and others

    I am finally upgrading to tiger today. I have a few questions though: Are there options you can select to reduce the amount of space the install will use up, is the 3GB listed by Apple an accurate estimate? Are there any settings, files, apps that re