Use Outlook automation to change already existing appointment dates in Outlook calendar

Answered Use Outlook automation to change already existing appointment dates in Outlook calendar

  • Thursday, September 06, 2012 8:06 AM
     
     

    Hi guys,

    After successfully creating a VB application to automate additions of appointment dates to Outlook calendar, I would now like to know how to change existing dates to another. My window uses a VB calendar control from which appointment items should come from. Is there an easier way and has anyone got any good code to help me carry out these changes?

    many thanks!

All Replies

  • Friday, September 07, 2012 9:14 AM
     
     

    Hi JJb,

    I have moved this thread to Outlook forum for better support.

    Thank you for your understanding and support.

    Best regards,


    Mike Feng
    MSDN Community Support | Feedback to us
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Monday, September 10, 2012 6:39 AM
    Moderator
     
     Answered

    Hi jjb1989,

    Thanks for posting in the MSDN Forum.

    I would now like to know how to change existing dates to another.

    Would you please clarify it? I suppose you want to switch to other dates and retrieve whether there has appointments. Is it right? If it is, I would recommend you use MAPIFolder.Items.Redirecrt method to get the retrieve it.

    If I have misunderstood anything, please feel free to let me know.

    Have a good day,

    Tom


    Tom Xu [MSFT]
    MSDN Community Support | Feedback to us


  • Tuesday, September 11, 2012 6:58 AM
     
     

    Hi Tom Xu,

    Yes that sounds correct. I basically want to find an existing appointment item in the calendar, retrieve it, and have the application change that selected date to one I specify.

    I will research your link as well.

    Many thanks for your help!

  • Wednesday, September 12, 2012 1:55 AM
    Moderator
     
     

    Hi jjb1989,

    OK, please let me know your result. If you have any trouble in your issue, please feel free to let me know.

    Have a good day,

    Tom


    Tom Xu [MSFT]
    MSDN Community Support | Feedback to us

  • Tuesday, September 18, 2012 7:31 AM
    Moderator
     
     

    Hi jjb1989,

    Any update?

    Have a good day,

    Tom


    Tom Xu [MSFT]
    MSDN Community Support | Feedback to us

  • Monday, September 24, 2012 6:37 AM
    Moderator
     
     

    Hi jjb1989,

    I will close it, please feel free to unmark it if you don't think so.

    Have a good day,

    Tom


    Tom Xu [MSFT]
    MSDN Community Support | Feedback to us

  • Monday, September 24, 2012 6:49 AM
     
     

    Thank you Tom, seems to be working fine so far!

    Regards,

    Jared.