ICloud and duplicate events in Calendar

I was using an iPhone 3G and now I bought a new iPhone 4 (with a big discount) and when I set iCloud to update my Calendar, AddressBook, etc, all Calendar events became duplicated. How do I solve this problem?

No. I have checked icloud.com and my Calendar is empty, no events. I cannot understand...

Similar Messages

  • Missed and duplicate events with Continues Query Cache

    We have seen missed events and duplicate events when we register to receive events (using Continues Query Cache) on an entry in the cache while the entry is updating.
    Use case:
    Start a Node
    Start a Proxy
    Start Extend Client
    Implementation of the Extend Client
    Create Cache
    Add Entry to Cache
    Initiate Thread 1 {
          For each ( 1 to 30)
              Run Update Entry Processor on cache entry; Entry Processor increments the Cache Entry value by 1 
    Initiate Thread 2 {
         wait until Cache entry is updated 10 times
         Create MAP Listener {
              For Entry Insert Event {
                            Print event
                   set Initial value = new value
              For Entry Update Event {
                            Print event
                   set Update value = + 1
         Initiate Continues Query Cache (cache, Always Filter, MAP Listener)
    Start Thread 1
    Start Thread 2
    Waits until Thread 1 and Thread2 are terminated
    Expected Result = read the value of the entry from cache
    Actual result = Initial value + Update value
    Results we have seen in two tests_
    Test1: Expected Result > Actual results: Missing events
    Entry Inserted Event: MapEvent{ContinuousQueryCache inserted: key=1, value=UpdateObject [intNumber=1, longNumber=13]}
    +Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=13], new value=UpdateObject [intNumber=1, longNumber=15]}+*
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=15], new value=UpdateObject [intNumber=1, longNumber=16]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=16], new value=UpdateObject [intNumber=1, longNumber=17]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=17], new value=UpdateObject [intNumber=1, longNumber=18]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=18], new value=UpdateObject [intNumber=1, longNumber=19]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=19], new value=UpdateObject [intNumber=1, longNumber=20]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=20], new value=UpdateObject [intNumber=1, longNumber=21]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=21], new value=UpdateObject [intNumber=1, longNumber=22]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=22], new value=UpdateObject [intNumber=1, longNumber=23]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=23], new value=UpdateObject [intNumber=1, longNumber=24]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=24], new value=UpdateObject [intNumber=1, longNumber=25]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=25], new value=UpdateObject [intNumber=1, longNumber=26]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=26], new value=UpdateObject [intNumber=1, longNumber=27]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=27], new value=UpdateObject [intNumber=1, longNumber=28]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=28], new value=UpdateObject [intNumber=1, longNumber=29]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=29], new value=UpdateObject [intNumber=1, longNumber=30]}
    Expected Result: 30
    Actual Result: 29
    Issue:+ Event on 14th update was not sent
    Test 2: Expected Result < Actual Result: Duplicate events
    Entry Inserted Event: MapEvent{ContinuousQueryCache inserted: key=1, value=UpdateObject [intNumber=1, longNumber=13]}
    *Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=13], new value=UpdateObject [intNumber=1, longNumber=13]}*+
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=13], new value=UpdateObject [intNumber=1, longNumber=14]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=14], new value=UpdateObject [intNumber=1, longNumber=15]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=15], new value=UpdateObject [intNumber=1, longNumber=16]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=16], new value=UpdateObject [intNumber=1, longNumber=17]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=17], new value=UpdateObject [intNumber=1, longNumber=18]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=18], new value=UpdateObject [intNumber=1, longNumber=19]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=19], new value=UpdateObject [intNumber=1, longNumber=20]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=20], new value=UpdateObject [intNumber=1, longNumber=21]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=21], new value=UpdateObject [intNumber=1, longNumber=22]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=22], new value=UpdateObject [intNumber=1, longNumber=23]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=23], new value=UpdateObject [intNumber=1, longNumber=24]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=24], new value=UpdateObject [intNumber=1, longNumber=25]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=25], new value=UpdateObject [intNumber=1, longNumber=26]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=26], new value=UpdateObject [intNumber=1, longNumber=27]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=27], new value=UpdateObject [intNumber=1, longNumber=28]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=28], new value=UpdateObject [intNumber=1, longNumber=29]}
    Entry Updated Event: MapEvent{ContinuousQueryCache updated: key=1, old value=UpdateObject [intNumber=1, longNumber=29], new value=UpdateObject [intNumber=1, longNumber=30]}
    Expected Result: 30
    Actual Result: 31
    Issue:+ Event on 13th update was sent in Insert and Update events both
    reg
    Dasun.

    Hi Paul,
    I tested with 3.7.1.4 and 3.7.1.5. In both versions I can see the issue.
    reg
    Dasun.

  • Triplicate/Duplicate events in Calendar

    I upgraded my iPhone to iOS 5. My computer has OS 10.6.8. I started iCloud for only three apps; Contacts, Calendars and Find My Phone. After looking around some, I realized that with iCloud turned on for Calendars, it would only sync with iCloud and warned that "syncing with the computer could cause duplicates". Well, syncing with the computer then caused duplicates calendars, one set "From My Mac" the other "From iCloud". So I deleted the iCloud accout from the iPhone and deleted ALL Contacts and Calendars from the online iCloud account. I did restart the iCloud accout at that point but only for the "Find My Phone" feature.
    Now after syncing my iPhone every ALL DAY event shows up in triplicate and every TIME SPECIFIC event shoes up in duplicate.
    I have tried erasing all the calendars from my iPhone and refreshing the iCal Cache file, but the multiple entries continue to persist after syncing.
    Any ideas are welcome.
    Thank you
    jon

    Ok, so Apple still has not called me back, and I haven't had the cahnce to call the either. 
    I may have fixed my issue though.  Everything appears to be showing up correctly in all my calendars (iMac, iCloud, and 2 iPhone 4's).  Here is what I did... oh and BTW I was only having issues with my calendar so what I am about to share is for calendars only and worked for me (who knows if there are additional issues and if it will work for you as well).  For my situation iCal was already showing all my calendar events correctly and had no duplicate entries.
    1a.  MOST IMPORTANT STEP!!!  the calendar on my iMac, which has always been my main one, was showing all the events correctly.  I saved EVEYTHING by exporting each calendar to my desktop.
    1b.  MOST IMPORTANT STEP #2!!!...ok so I forgot a step and had to come back and add a 1b...good thing I re read my post before submitting...  Make sure you disable the automatic sync between your iPhone and iTunes.  If you do not you will have to start from the beginning as this process will not work.
    2.  I logged on to iCloud using Safari (like I was accessing it away from home) and created a new blank calendar.  Once I had created the new blank calendar I deleted every other calendar that was there.  The reason for this is that iCloud will not let you have no calendars (neither will iCal for that matter).  You need to get iCloud back to the beginning when there were no calendar entries and this is the only way to do it.
    3.  With all the information deleted I turned on iCloud from my System Preferences panel on my iMac.  This asks me to Merge all my data.  I wanted to merge all my calendar data because I have just finished deleting everything in step 2 above.
    4.  With everything merged into iCloud I verified that there were no duplicates...there were no duplicated in the cloud or on my Mac...so far so good.
    5.  With that step completed I logged out of iCloud (in Safari) and I broke the connection to iCloud by logging out in the System Preferences panel.  Merging you data with iCloud will delete all the resident calendars on your mac and make the iCloud the #1 location so when you log out from your Mac in System Preference it will delete all your data from iCal on your Mac.  This is ok for 2 reasons...1 you made a back up of all your calendars in step 1a above and 2 all your calendar info will still reside in the cloud.  Check to make sure all you calendar info is gone (Birthdays will still be in there is you have enabled that subscription...that seemed not to matter in my case)
    6.  With all your calendars removed connect your iPhone to you Mac.  Once connected check off the option to replace your calendars on your iPhone with the calendars on your Mac.  This will overwrite all the calendar information on your phone with nothing.  This is good.
    7.  Once the sync has completed check you iPhone and iCal to make sure that they are both blank.  Both might have a calendar showing up in the list as they have to have 1 calendar...this is ok as long as it is blank.
    8.  Disconnect your iPhone from the Mac and go into Settings on your iPhone.  Select the iCloud option and log into iCloud.  IMPORTANT STEP!!!  When your iPhone asks you to Merge your calendar data DON"T!!!!!  The calendars located in iCloud will still populate on your iPhone (it just may take a few minutes depending on how much info you have)
    9.  If you have more than 1 iPhone this is where you repeat steps 6-8 with your other iPhones.  My wife has an iPhone 4 with the same issue as me so I completed steps 6-8 on her phone and the calendars displayed correctly.
    10.  Once all your iPhones have been synced to iCloud and are not showing any duplicates you can go back to your Mac and in the System Preferences log back into iCloud.  For some reason iCloud on the Mac only lets you Merge or do nothing at all, so you will have to merge your data.  After I merged my Mac back to iCloud all my devices appeared to be showing no duplicate calendar entries. 
    YIPPEEEEEEEEEE!!!!!!!!!!!!!
    I hope this helps anyone with the same issues as me resolve them.  If you don't have the sae exact issue I hope it gives you some ideas to try and fix your problem.  It doesn't appear that Apple really cares. 
    Hopefully Apple will read this thread and make change so this does not happen to other users in the future.  At the very least provide some step by step instructions so users know where to start and how to avoid this issue.
    Just for fun (because I love wasting my time messing around with harward and software that doesn't work properly) I decided to disable iCloud on my iPhone, and wouldn't you know it all my duplicates reappeared like magic.  Either a huge oversight on the part of Apple or a brilliant play to force everyone to keep iCloud.  I am going to go with the latter because Apple has some really intelligent people working for them. 
    Take this post as a warning...I did not have any issues with my calendar, using iOS 5, until I tried to use iCloud!  It wasn't until I enabled iCloud that I ran into problems.  And it appears that once you have iCloud you can't get rid of it...so the lesson in this.......Make sure you want to use iCloud before you enable it!

  • Incorrect Dates and Duplicate Entries in Calendar

    Hello,
    I have had some duplication and incorrect date problems with calendar entries on my iPhone, but not iCal on the Mac that I synch it with. Maybe someone has a clue which troubleshooting path I can follow.
    Duplicate entries:
    I originally had "all calendars" synching and only a few of these calendars were duplicationg all of their entires. Upon further inspection in the iTunes synch menus, I found that I had a duplicate of each calendar; one with [email protected] and [email protected] I marked only the [email protected] calendars and that has taken care of the duplicates that I can see so far.
    Incorrect dates:
    I have a few repeating entries in one calendar that was duplicating above, but they are listed with incorrect dates on the iPhone only. These entries are marked all day events, but the pattern is for all the entries to be one day early vs. what is indicated on iCal. Forcing a reload of iCal data from my Mac doesn't change anything.
    There are a few things that I could do in my troubleshooting, but are labor intensive. I just thought that I would see if my issue ring a bell with anyone and/or there is a bug that has already been identified.
    “Technological change is like an axe in the hands of a pathological criminal.” (Albert Einstein, 1941),
    Dr. Z.

    Ok you can try one thing first, less invasive to see if it clears one set of contacts.
    Open your contacts
    Swipe down from the top edge > Settings.
    Scroll down and turn off each of the various contact accounts.
    tap BACK at lower left and now view your contacts.
    All that should be left are the "local" contacts. Do you see any, and are they the contacts duplicated?
    If so, then close all that and return to your main homescreen.
    To clear the local calendar or contact database on the BlackBerry 10 smartphone, complete the following steps:
    Swipe down from the top bezel on the home screen, and select Settings.
    Select Accounts.
    Tap the action menu button (3 vertical dots) on the bottom-right. 
    Select Clear Local Contacts or Clear Local Calendar.
    Now, view your contacts app again. Make sure the ALL TAB is displayed at lower left.
    Scroll through and check for duplicates.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Single-day glitch generates many duplicate events in Calendar on iPhone 4

    The Calendar app on my iPhone 4 was working just fine … until the latest sync.
    Then October 21 — just October 21, as far as I can tell — turned up with many, many duplicate events. These were all blank "New Events" with the time starting at 12AM on October 21, 2014, and running through 7PM on December 31, 2000 (yes, 2000). The ending date and time has a strike-through line.
    October 21 in iCal on my MacBook looks just fine. So I re-synced, but the iPhone problem persists.
    I figured that since the problem was just on this one day, I'd try to manually delete these useless events. But when I did that, they started multiplying!
    Has anybody else run into this?
    Suggestions welcome. Thanks.

    The reboot cure-all has cured all. :-)

  • How do I stop receiving calendar invites on iCal/iCloud and use exchange 2013 calendar instead?

    I Have an exchange 2013 email account which isn't registered as part of my iCloud account.
    i Use my outlook calendar (exch) for work and the same exch calendar day to day from all my iOS devices.
    when a colleague or outside email away from my company sends me a calendar meeting request, it works fine. (Using my exch email as the invite recipient).
    my girlfriend sends me a meeting request from her hotmail account using the same exch email address for me, but he. Invites always arrive to my iCloud/iCal calendar instead! I can't seem to change it so I often miss diary notes or reminders unless I constantly look at both calendars.
    i Just want to use exchange calendar and lose iCal (or if easier sync both iCal and exchange calendars vica versa - but that may be over complicating the issue, basically I just need one calendar and would rather it be my outlook exchange cal)
    any ideas?

    Hello again,
    False alarm..... it didnt work sorry.
    I removed the iCal accounts from my mac, and also from my iphone. Then when my partner sent me a calendar invite it simply didnt arrive at all!
    She has a hotmail account installed on her IOS iphone 5.
    She is sending the invite to my exch 2013 email address which is not associated with any icloud account.
    My exch 2013 email is installed in both my Outlook for mac 2011 and IOS device Iphone 5s.
    When I switch the iCloud Calendar back on in my iphone 5s, the invite comes through but ONLY optional to the icloud calendar. I cannot seem to get it receiving on my default calendar which is set to Exchange 2013 account.
    Its very strange as its only her invites that do this. Anyone else's come through on my exchange calendar because its the same email address receeving it my end.

  • IMovie backup and duplicate events....

    So i am moving up my works video archives onto an external drive and havig a few issues.
    Whenever i move a project and event in iMovie it creates a new event folder will all the clips for each project i move.
    The problem is that the projects and events are not always one-to-one. ie there are multiple projects from one event, and some prokects from many events.
    When I move the projects across all the events are copied as well, giving me duplicate event folders of the extact same footage.
    I tried to merge the events, but that just gives me multiple clips in the single folder.
    The worst so far is 9 copies of a single event because grabs from event have been used in 9 projects.
    As a result my external hard drive is filling up very very quickly.
    I have tried making alias, but iMovie doenst recognise them.
    Any suggestion in how to fix this?
    Thanks SGIT

    Hi Paul,
    I tested with 3.7.1.4 and 3.7.1.5. In both versions I can see the issue.
    reg
    Dasun.

  • Cannot connect iCloud and Outlook 2013 for Calendar, Mail, and Contacts

    I have to re-establish my Outlook so my iPhone 5 can get my Windows 7 emails.  I have reduced my data to almost nothing, bare minimum and I continually get an "exceeded the maximum number of 25000 allowed events and tasks"  message; any suggestions?

    Hi engineer53,
    I have an article for you that can help explain the source of that message:
    iCloud: Limits for Contacts, Calendars, Reminders, and Bookmarks
    http://support.apple.com/kb/HT4489
    In order to resolve this issue, you may need to turn off iCloud syncing for Outlook, adjust the number of events and tasks in Outlook, then resume syncing. Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

  • Mysterious "New Event"s and duplicate events

    I sync my iPhone with my iCal calendars manually via USB, and lately I've been having an issue with events showing up in my iPhone calendar that aren't in my iCal calendar. Sometimes they are just called "New Event", while other times they have only the title of a real event.
    I cannot figure out why these keep appearing, as they aren't in my iCal calendar. I've tried to delete the calendars from my iPhone by deselecting the "Sync Calendars" option, but that doesn't seem to clear them from the iPhone. I've also tried to replace the ones on the iPhone with the ones on my computer using the "Replace Information" option, to no avail.
    Is there anything I can do?

    Hi Paul,
    I tested with 3.7.1.4 and 3.7.1.5. In both versions I can see the issue.
    reg
    Dasun.

  • ICloud and Outlook 2013 - Wrong calendar is being synced, how to change?

    Hi all,
    I have iCloud installed and running Outlook 2013 on my Windows 8 computer and I'm having an issue with syncing calendars.  I've looked all through the discussions and haven't seen an answer for my issue so hopefully someone can assist.
    iCloud is installed correctly and under the iCloud section in Outlook, there is a calendar and it does sync with my iPhone 5 but it's the wrong calendar.  It's not the main calendar that is up in my list of folders for my email account.  I can't find a place to tell iCloud which calendar to sync with so I'm not sure how to go about getting the correct calendar - or both if need be - syncing with my phone.
    Thanks in advance!
    Lauren

    Wolf996 wrote:
    Wouldn't that be a bit like asking Toyota to change their car design because it doesn't work with the wheels I wanted to add?
    iCloud was built to provide a synchronization option and is claimed to work with Outlook.  Unfortunately it has a basic flaw that makes it almost unuseable by anyone that receives invitations via email, therefore it doesn't do what is claimed.
    I'm sure it works great with the other Apple products. And maybe Apple doesn't care to worry about Microsoft, assuming that people will blame MS for this failing and buy a Mac.  That is a shame because, like it or not, Microsoft is still the 800lb gorilla in terms of office products.
    Unfortunately you have entirely misunderstood iCloud, it is NOT a sync service, it is a subscription account that you can subscribe to with Outlook (amongst others). It does not sync your local calendar, instead you use the iCloud calendar.
    It is Microsoft who chose this behaviour, not Apple (although this problem does not exist with Outlook for Mac), Microsoft chose to make that entirely incompatible with iCloud calendars and contacts, thus avoiding the issue

  • ICal syncs and duplicates events

    When I use the 'sync iCal to mobileme the appointments are duplicated in my iPhone. How can I stop this duplication problem?

    farrier1,
    Open "Settings" on the iPhone>Mail, Contacts, Calendars, Bookmarks>Accounts>your MobileMe account and turn off Calendars, when prompted delete data, and wait two minutes, then turn Calendars back on. When asked merge the data, make that choice, and wait patiently. You should no longer have duplicates. If you are able, I recommend using a Wi-Fi connection to make the change.
    Good Luck.
    ;~)

  • I use a Win7 PC with iCloud and Outlook 2010 for syncing my calendar and contacts. I can enter data in my Outlook Calendar and it will appear in iCloud, but data entered in iCloud does not sync back to Outlook.  ICloud syncs to my iphone fine both ways.

    I use Win 7 PC with iCloud and Outlook 2010 for syncing my Contacts and Calendar.  They have stopped syncing...mostly.
    Now, appointments I enter on my local Outlook (iCloud) Calendar goes up to iCloud fine.  But, data I enter on iCloud directly does not come down to my local Outlook iCloud Calendar.  If I reboot the computer, the iCloud data shows up.
    Also, Contacts I try to enter on my Outlook (iCloud) Contacts goes up to iCloud fine, but does not show up in my local iCloud Contacts.
    All syncing works with my iPhone.
    I have signed out of iCloud on PC.  I have stopped syncing and re-started.  No change.
    I have an .aplzod folder for iCloud.  I have a separate Earthlink.net.pst email account in Outlook and a me.com.pst Outlook email account (which I don't actually use) listed under Data Files.
    Any help would be appreciated.  Curious that Outlook will upload to iCloud but not receive downloads unless I reboot.  However, rebooting does not download the missing Contacts.
    Jim Robbins

    Hi Jim!
    You've started off with some good troubleshooting steps, so let's see if we can take this a little further and figure out what the issue is with your iCloud contacts and calendars. I have two articles here that will help you troubleshoot this issue a little further, but the troubleshooting steps for both articles are exactly the same, so I will lay those out for you here:
    Note: When using iCloud Control Panel 2.0 and later, iCloud Calendar event descriptions in Outlook 2010 do not support text formatting (bold, italics, or underline), HTML, images, or attachments. The contextual (right-click) menu has also been disabled.
    If you are having trouble with a PC (with Outlook 2007 or 2010) and iCloud Calendar, try each of these steps, testing after each to see if the issue is resolved:
    Verify that you are using a Windows configuration that is supported by iCloud. For more information, see iCloud system requirements.
    When enabling Calendars in the iCloud Control Panel, part of the setup process is to copy your Calendars data from the default Outlook ".pst" file to iCloud, and then remove the Calendars from the ".pst" file by placing them in the Deleted Items folder in Outlook. The Calendars data is then stored in the iCloud data set within Outlook so that changes can be pushed to and from Outlook by iCloud. Be sure you are looking for your data within the iCloud dataset within Outlook after enabling Calendars in the iCloud Control Panel. The deleted files can be seen by viewing Deleted Items within your Outlook Folder List. This is not iCloud removing your data; iCloud simply copies your data into the iCloud data set and then removes the local Calendars data by placing it in the Deleted Items folder.
    Make sure your computer is online. Attempt to view www.apple.com and iCloud.com. If you can't connect to the Internet, your iCloud calendars and events will not update in Outlook. Click here for more information about troubleshooting your Internet connection.
    Open a secure website to test if you are online as is necessary for iCloud Calendar. This also tests if the ports 80 and 443 are accessible. Outlook requires port 443 access to iCloud in order to push and pull updates to and from the iCloud Calendar servers.
    Verify that your iCloud member name is entered into the iCloud Control Panel pane. See iCloud Setup for more information about setting up iCloud on Windows.
    Completely close and reopen the iCloud Control Panel.
    If you recently made changes in Outlook and they are not moving to your other devices or vice-versa, click the Refresh button in Outlook.
    Turn iCloud Calendar off and back on:
    Close Outlook.
    Open the Windows Control Panel:
    In Windows 8, move the pointer to the upper-right corner of the screen to show the Charms bar, click the Search charm, and then click the iCloud Control Panel on the left.
    In Windows 7 and Vista, choose Start menu > All Programs > iCloud > iCloud.
    Remove the checkmark in the checkbox next to Mail, Contacts, Calendars & Tasks, and click Apply. Wait a few seconds, then replace the checkmark, and click Apply.
    Open Outlook and test to see if the issue has been resolved.
    Ensure the iCloud Outlook Add-in is active within Outlook.
    Outlook 2010:
    Open Outlook 2010.
    Click the File menu.
    Click Options in the left panel of the Outlook window.
    Click Add-Ins in the left panel of the Outlook Options window.
    Look at the list of add-ins beneath "Active Application Add-Ins" and verify that the "iCloud Outlook Add-in" is listed.
    For Outlook 2007, follow these steps to verify the iCloud Outlook Add-in is active
    Open Outlook 2007.
    From the Tools menu, choose Trust Center.
    Select Add-ins from the left column.
    Look at the list of add-ins beneath "Active Application Add-Ins" and verify that the "iCloud Outlook Add-in" is listed.
    For additional information about managing Add-ins with Microsoft Outlook, see this Microsoft support document.
    Restart your computer. This may sound simple, but it does reinitialize your network and application settings and can frequently resolve issues.
    iCloud: Troubleshooting iCloud Contacts
    http://support.apple.com/kb/ts3998
    iCloud: Troubleshooting iCloud Calendar
    http://support.apple.com/kb/ts3999
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • TS3991 my iphone calendar is not syncing with icloud and my pc

    My Iphone 4 Calendar is not syncing with icloud and my PC - help

    If calendar events on your iPhone do not appear in your calendar on icloud.com, go to Settings>Mail,Contacts,Calendars>Default Calendar and make sure you have selected an iCloud calendar as your default, and not something else like On My iPhone, Gmail, Yahoo or and exchange account.

  • Why will Use iCloud and Restore not stay on in Pages

    I have two iPod Touch devices (actually three counting my wife's older model).  All of them are running the lastest non-jail-broken versions of iOS and sync with iCloud as well as can be expected (sometimes I get duplicate events in Calendar).  I recently bought Pages and installed it on both of my devices.  I could not get either of them to sync to iCloud.  When I go into Setup and select Use iCloud and Restore under Pages settings, it won't stay on.  Also, when I log into iCloud with my PC, it tells me that I need to purchase Pages BUT it will take a Word document upload... which then does not appear on either of the devices.  Documents created on either device do not appear on the other or in iCoud.  The original Getting Started document appears on both devices and iCloud.
    I have read most of the comments on the web about this and some seem to point to a fix involving setting up the Touch as a new device.  That's a non-starter for me because the last time I did that, it wiped out all of my Contacts and Calendar entries.
    Would appreciate some help

    I only have one account.  All other iCloud apps/syncs etc. are working on all devices (three iPod Touch and two PC,s) while Pages does not work on any of 'em and "Use iCloud." and "Restore" settings in Setup>Pages will not stay On.  I select it from Off to On and immediately it returns to Off.  Since verything involving iCoud works, I would conclude that they are all using the same account

  • System preferences shuts down - iCloud and e-mail settings

    When I try to look at my iCloud and e-mail/contacts/calendar settings system preferences "goes mad" and finally shuts down and report is sent to Apple. "Goes mad" = starts using ALL of my memory (8GB), fans full blast. If I just open system p... and work as I usually do on the computer 75% of the 8Gb is not in use = green.
    icloud, e-mail, contacts and calendar works fine, its just the settings I can't get to.
    Help anyone! Thanks
    /Jenny

    As far as I know, the things you can do with a RAW file are pretty much limited to processing it with photo editing software. You could use iPhoto and save it as a jpg file.

Maybe you are looking for

  • SAMPLE RECEIVING OPEN INTERFACE SCRIPT(ROI 이용자를 위한 SCRIPT)

    제품: MFG_PO 작성날짜 : 2006-05-11 SAMPLE RECEIVING OPEN INTERFACE SCRIPT(ROI 이용자를 위한 SCRIPT) ================================================================ PURPOSE Receiving Open Interface(ROI)를 좀더 쉽게 사용할 수 있도록 만들어진 tool이라고 할 수 있다. 이 script를 이용을 통해 user

  • How do I integrate a muse mobile site to an existing (non muse) web site

    Is it possible to create a mobile or a tablet (or both) site in muse and integrate the code to the HEAD section of an existing (non muse) site in order to re-direct on each appropriate device? I have a client who has an established website which he i

  • How to model query for -- existing and unchanged values

    Hello BW Experts, I have material and material group as navigational time-dependent attributes. I have a requirement to show the existing and unchanged values for the material and material group in the time frame 2003 to 2006 . how to create a query

  • IPad Gmail problem

    After updating my iPad to v. 4.3.3 my Gmail account won't let me open Word docs or PDFs.  Have re-started iPad, have used more than one web browser - same problem.  Any suggestions? Thank in advance!

  • Multi-person chat no longer working.

    I've had my MacBook since June, connected to my cable modem via a wireless g router. I've always been able to have multi-person video chats with no problem, but recently, it has only been allowing me to chat with one person. on buddy lists, my name o