Before inserting appointment how to find already appoitment exits

S

ShilpaM

Hai,
I am programming to add appointments to outlook calendar using vb.net.
I want to insert appointments,but before inserting appointment how to find
already appoitnment exits in same date and time,i mean i want override that
appointment,if already exits otherwise i will add new.
I trying to add but it inserting second time at the same place,how can i
override.
please tell me the possible answer.
Regards
shilpa
 
S

Sue Mosher [MVP-Outlook]

In the current user's Calendar? Use Items.Find -- see http://www.outlookcode.com/d/finddate.htm

FYI, there is a newsgroup specifically for general Outlook programming issues "down the hall" at microsoft.public.outlook.program_vba or, via web interface, at http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.outlook.program_vba

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
S

ShilpaM

Actually i want to override existing appointments in outlook calendar,is it
possible
please answer me with possible answer(vb.net)

Regards
shilpa
 
S

Sue Mosher [MVP-Outlook]

What do you mean by "override"? The Outlook object model allows you to create, modify and delete appointments.

FYI, there is a newsgroup specifically for general Outlook programming issues "down the hall" at microsoft.public.outlook.program_vba or, via web interface, at http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.outlook.program_vba

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
S

Sue Mosher [MVP-Outlook]

You might start with the information at http://support.microsoft.com/?kbid=313800

FYI, there is a newsgroup specifically for general Outlook programming issues "down the hall" at microsoft.public.outlook.program_vba or, via web interface, at http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.outlook.program_vba

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Top