Why won't my reminders entered on my phone show in tasks in outlook?

I'm using Outlook 2007 and have synced my email, contacts and calendar.  However, it appears I've gotten it to  work when I enter a new task in Outlook that I can get it to show in my reminders on my phone.  However, when I add a new reminder on my phone I don't see it appear in Outlook.  Even after pushing the refresh iCloud button.

Hi mlevine!
I've found an article that should be able to help you troubleshoot this issue with your iCloud Reminders syncing to Outlook Tasks. The article can be found here:
iCloud: Troubleshooting iCloud Reminders and Tasks
http://support.apple.com/kb/ts4000
The pertinent information to your specific issue will be found here, under "Troubleshooting Tasks on  Microsoft Windows (Microsoft Outlook)":
Troubleshooting Tasks on Microsoft Windows (Microsoft Outlook)
If you are having trouble with iCloud Calendar and Tasks on a PC (with Outlook 2007 or 2010), 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. Click here for more information about the iCloud System Requirements.
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 the iCloud Reminders. This also tests if ports 80 and 443 are accessible.
Verify that your iCloud membername is entered into the iCloud Control Panel. 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:
Quit 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 or 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:
For 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:
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.
Thanks for using the Apple Support Communities!
Cheers,
Braden

Similar Messages

  • Why won't my screen turn when the phone does?

    why won't my screen turn when the phone does?

    Not all apps support screen rotation. The Home screens do not rotate. But also check to make sure you have not locked screen rotation. Swipe up from the bottom of the screen to reveal the Control Center and check that rotation lock is not on.

  • I'm trying to use iTunes sharing between my windows computers. My computer playlist is showing up on the sidebar but there is no content with it. Why won't the music from my other computer show up?

    I'm trying to use iTunes sharing between my windows computers. My computer playlist is showing up on the sidebar but there is no content with it. Why won't the music from my other computer show up?

    The computer has to be authorized for the account that purcchased the media.
    What error message are you getting when you try to lauthorize the computer for that account?
    Is there a way to find my Apple ID Name if I can't remember it?
    Yes. Visit My Apple ID and click Find your Apple ID. See Finding your Apple ID if you'd like more information.
    How do I change or recover a forgotten Apple ID Password?
    If you've forgotten your Apple ID Password or want to change it, go to My Apple ID and follow the instructions. SeeChanging your Apple ID password if you'd like more information.

  • Why won't imessage send messages from my phone number? It jut uses my  email  address.

    Why won't I message send messages from my number? It keeps using my email address. I have signed in and out of my apple id several times but no luck, I have also restored my phone. Imessage says it is waiting for activation could this be the problem?

    Hi there,
    You may want to take a troubleshooting steps found in the article below.
    iOS: Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/ts4268
    -Griff W.

  • Why won't siri on my iphone connect phone calls using ios7?

    Why won't siri connect phone calls using ios7?

    I have the same issue.  So frustrating!  I think I found a fix. It's not perfect but it works to get Siri, google maps and phone calls working all at the same time which are the most important things to me. After you start the car, go to settings on uconnect. Scroll down to the bluetooth settings. There are 2 tabs here. 1 for voice and 1 for audio. I'm doing this from memory so someone call it out if I have that wrong. Each will say "connected" in red once your iphone automatically pairs to uconnect. In the audio tab, press on the name of your phone. This will disconnect only the audio portion and leave the voice portion connected. You can now use Siri through your car speakers! Calls will still work too. Google maps will also give directions.
    This all works great until you turn off the car at which point the setting will be forgotten and will have to be repeated. It's important to keep in mind that if you now play music or a podcast off your iphone it will emanate from the phone's speaker, not your car speakers. This doesn't impact me as I'll usually be listening to sirius or fm radio when I'm driving anyway. Just like when you receive a call, siri will silence sirius until you're done with siri. Same with google maps.
    What this tells me is if Apple or (less likely) Chrysler ever add an option to save your bluetooth device as a voice only and not a voice&audio bluetooth device that uconnect would finally be usable with siri. I guess this means we can be more specific in our requests to apple and chrysler to resolve this issue. Hope this helps!

  • Why won't my number enter in the other box

    I am writing a program for class. I have to be able to input a number in a box and then have it display in the box next to it. It also has to add the numbers everytime I put a number in the first box. I am able to get the enter button to change colors. Not sure how to get it to add and display the numbers. Also the first box has to default back to 00.0 when I click enter. Hope this is clear. Here is the code.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class FinalProject extends JFrame implements ActionListener
         public static final int WIDTH = 550;
         public static final int HEIGHT = 100;
         private JTextField myNumberOut1;
         private JTextField myNumberIn1;
         private double sum=0;
         public FinalProject()
              super("Eric Luce's Final Project");
              setSize(WIDTH, HEIGHT);
    /** Setting Labels 1-3 for Stations
              JLabel myLabel1 = new JLabel ("Station Austin:");
              JLabel myLabel2 = new JLabel ("Station Amherst:");
              JLabel myLabel3 = new JLabel ("Station LaCrosse:");
    /** Setting Buttons 1-3 for Adding NumberIn
              JButton myButton1 = new JButton ("Enter");
              myButton1.addActionListener(this);
              myButton1.setBackground(Color.RED);
              JButton myButton2 = new JButton ("Enter");
              myButton2.addActionListener(this);
              myButton2.setBackground(Color.WHITE);
              JButton myButton3 = new JButton ("Enter");
              myButton3.addActionListener(this);
              myButton3.setBackground(Color.BLUE);
    /** Setting Labels 4-6 for Rain Fall totals
              JLabel myLabel4 = new JLabel ("Total Rainfall:");
              JLabel myLabel5 = new JLabel ("Total Rainfall:");
              JLabel myLabel6 = new JLabel ("Total Rainfall:");
    /** Setting Text fields for NumberIn
              JTextField myNumberIn1 = new JTextField ("0.0", 10);
              JTextField myNumberIn2 = new JTextField ("0.0",10);
              JTextField myNumberIn3 = new JTextField ("0.0", 10);
    /** Setting Text fields for NumbersOut
              JTextField myNumberOut1 = new JTextField ();
              JTextField myNumberOut2 = new JTextField ();
              JTextField myNumberOut3 = new JTextField ();
    /**  Adding contents to frame line 1
              getContentPane().add(myLabel1);
              getContentPane().add(myNumberIn1);
              getContentPane().add(myButton1);
              getContentPane().add(myLabel4);
              getContentPane().add(myNumberOut1);
    /** Adding contents to frame line 2
              getContentPane().add(myLabel2);
              getContentPane().add(myNumberIn2);
              getContentPane().add(myButton2);
              getContentPane().add(myLabel5);
              getContentPane().add(myNumberOut2);
    /** Adding contents to frame line 3
              getContentPane().add(myLabel3);
              getContentPane().add(myNumberIn3);
              getContentPane().add(myButton3);
              getContentPane().add(myLabel6);
              getContentPane().add(myNumberOut3);
              Container contentPane = getContentPane();
              contentPane.setBackground(Color.LIGHT_GRAY);
              contentPane.setLayout(new GridLayout(3, 5));
              this.addWindowListener (new WindowAdapter()     {
                   public void windowClosing(WindowEvent e)     {
         public static void main (String[] args)     {
              FinalProject mainFrame = new FinalProject();
              mainFrame.setVisible(true);
               public void actionPerformed(ActionEvent e){
                   Container contentPane = getContentPane();
                   if (e.getActionCommand().equals ("ENTER"));
                   contentPane.setBackground(Color.RED);
    /**                    sum = sum + myNumberIn1();
                        myNumberIn1.setText(Double.toString(sum));
                  myNumberOut1.setText(Double.toString(sum));
                   private static double stringToDouble(String stringObject)
                   return Double.parseDouble(stringObject.trim());
    }

    I still cannot seem to get the boxes on the right to
    accept the numbers I am putting in on the left. What
    can I do to correct this? Please help. Thank you.You should put some code into your ActionListener to call setText on the boxes on the right. At present you don't have any, except something that is commented out.
    Here's a couple of other problems, too:if (e.getActionCommand().equals ("ENTER"));First of all, that if-condition will never be true because none of your buttons have "ENTER" as their text. Several of them have "Enter" but that isn't the same thing. Even if you got the case right, this would still be a problem because you wouldn't know which button had been pressed. And finally, even if the if-condition is true, nothing will happen because you have a semi-colon at the end of it, which says "do nothing".
    If you must have a single ActionListener for all those buttons, and it needs to distinguish which button was pressed, then code like this:if (e.getSource() == myButton2)will do that. However you would have to change your code to make myButton2 (etc.) instance variables of the class and not just local variables in the constructor, as they are now.

  • Why won't my ringtone go on my phone? (UK)

    I bought a ringtone on iTunes on my iPhone 4 and it worked fine.
    I've just synced my iPhone 4 with my iTunes library on my laptop and the ringtone has dissapeared from my phone completely.  It is showing in my iTunes library under the ringtones tab but it won't go back onto my phone.
    What's happened?  I paid for this ringtone on iTunes on my iPhone!!!!!

    reset all settings
    settings-general-reset-reset all settings
    now reconnect to wifi
    settings- wifi- click network name- enter password - join
    if issue persist back up and restore as new via iTunes
    Peace, Clyde

  • Why won't Verizon Messages app work on phone with Wi-Fi only?

    I've successfully downloaded and installed the app from Google Play on a phone of mine that I only use wi-fi on.  There is no cellular service to this particular device.  It's set to airplane mode, with wi-fi on, essentially making it a 4.5 inch tablet, or like an android equivalent to an iPod touch.  When I start the app though, it displays the screen shown in the included screenshot, and won't let me connect to the service, despite the fact that a wi-fi connection is present.  I've seen that this is an issue that some others have had.  I have Verizon service with my main phone, I'm not sure why the app that supposedly lets you access your texts via wifi will only do that on tablets or phones with cell service.  Is there any way to get this working? Will there be any updates to allow the functionality that I'm looking for?  I've read that it was present at one time, so why the change?

    According to the Verizon website you are wrong.
    Verizon Messages - Verizon Wireless
    It states "
    Use Wi-Fi to send and receive messages on your smartphone, tablet, PC, Mac and web browser"
    I find personally that you are correct, is the website designed to mislead us? it is the same on the play store for google.
    The difference is not just in one place, it is everywhere it is advertised. So it was meant to work but to charge customers the function was removed is my understanding.

  • Why won't my ipad text to android phone

    My ipad won't send text message to samsung galaxy 5

    Because the iPad has no native SMS texting capability. You can find Apps at the App Store that will allow you to text to non Apple devices.

  • Why won't my pictures synch to my phone?, Why won't my pictures synch to my phone?

    I've been trying to synch my picture folders from my MacBook to my iPhone 4 but it just won't work.  When iTunes is open, it shows that all the folders I want are checked off, but after synching the phone, I still don't have them in the photos app.  Is there something simple that I'm just overlooking?  Has anyone else had a problem like this?  Also, sometimes when I look at the photos app, the "Camera Roll" folder is scrolled all the way to the top, beyond the text. It makes it impossible to touch the folder and open it.  I find that if I restart the phone, that usually helps, but nevertheless it's annoying.

    I just purchased Dreamweaver Cs5 and I am trying to convert pictures into HTML coding to add to the main page of my website http://www.glitterdivaz.comHowever, what is happening is that a box with a clickable link appears but the images doesn't. What appears is a box with a red X at the top corner. Can someone please help me solve this issue please? Thanks in advance.....
    This question should be asked in the Dreamweaver  General Forum:
    http://forums.adobe.com/community/dreamweaver/dreamweaver_general
    HTH,
    Randy

  • Why won't apple let me send my phone in for repair?

    My phone is unfortunately water damaged so I want to send it to get repaired.
    After filling in the online form on the Apple support page a few days ago I realised I didn't have the £185 it quoted for the repair so I thought I'd leave it until I'd got paid to send for repair.
    Now 3 days later, when I fill in the form online to send my phone for repair, once I get to the 'detailed quote and payment' tab, it redirects me to a page that says 'We're unable to complete the repair. Please try again or choose another solution.'
    Does anyone have any idea why it seemed to be working fine a few days ago but now just displays this message? I've filled the form in so many times that I feel like I'm going crazy.
    I would take it into an Apple Store but there isn't one locally.
    Any advice?

    If, as you said in your first post, there isn't an Apple Store you can get to, call Apple support and talk to them. As Tim suggested, it may be due to your having a repair order open already. If you call Apple, they should be able to get you set up.
    Regards.

  • Why won't my ipod nano 6th gen not show up on my iTunes or on my computer?

    I have gone through all of the steps to make it work, but still no luck. What should I do? It has never done this before.

    Hi riciatay42,
    Welcome to the Support Communities!
    The article below should help you with this:
    iPod not recognized in My Computer and in iTunes for Windows
    http://support.apple.com/kb/ts1369
    Usually the resolution is updating the Apple Mobile Device Driver.  See the section labeled Verify that the USB Drivers are installed > For Windows Vista, Windows 7, and Windows 8 > Update the Apple Mobile Device Driver.
    If this does not resolve the issue, you may need to remove iTunes and all of its components as outlined in this article:
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    I hope this information helps ....
    - Judy

  • Why won't my macbook pro recognize my phone's usb cable?

    I have the samsung galaxy sII, my phone is connected so to transfer my music into my mac but I can't find my phone anywhere in my mac, it wont recognize it. Can someone help me or tell me what is the problem??

    I had almost the same thing happen the other day - kept getting a message that my printer was not connected. I went to the printer setup on the printer's panel and the IP address was correct, everything looked as if it should be working. So I just reset my router - figuring that would fix the problem. No go. What I finally ended up doing was resetting my router to factory settings and setting it up anew.
    And that's what worked for me.
    Clinton

  • Why won't my N95 8Gb display the phone number in t...

    Symbian can be rather stupid and annoying. If you have a contact with multiple numbers in it. Symbian will not show you which number you're calling or receiving, you would have to dig into the details submenus to find out. This is real annoying as a friend called me with his office number the other day. So when I tried to call back later in the evening by selecting his name from the call records, no one answered because I didn't know that he used his office number to call. The little graphic icon next to the caller's name is also pretty much useless and erratic because it will resort to always display the mobile phone icon (in the call history) regardless of the type of number I saved it in the phone book. Also I don't have any caller ID software installed right now so this is pretty annoying.
    Message Edited by avcom on 24-Nov-2008 07:53 AM

    Agree - the Log screen really should be Green-button-enabled... Still, it does show the number, though the graphic number always tends to be for the Home phone...
    Ericsson T10i -> Nokia 7110 -> Siemens C45, C55, M55, M65 -> Nokia 6131, N73, N82 -> HTC Wildfire, Desire HD -> Nokia Lumia 800 -> HTC Desire X -> Lumia 820 -> Sony Xperia SP -> Lumia 925 + Sennheiser CX 500
    If I've helped, use the Kudos button to thank

  • Why won't the tabs on Mac App Store show?

    When i click on mac app store every thing seems fine but the tabs disappare and i cannot click anything if any one can help me please do so.

    Hi Rhys ...
    Which tabs are you referring to?
    Do you mean where you see Featured / Top Charts / Categories etc at the top of the window?

Maybe you are looking for