Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Calendaring / March 2005

Tip: Looking for answers? Try searching our database.

Customising appointmentitem's write() event ...

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
TiTi - 02 Mar 2005 09:20 GMT
Hi

In fact i'd like to add custom actions when a new appointment is
created by user on the calendar view of outlook ...
I tried google and i found nothing.
How to do ?

Thx in advance.
Sue Mosher [MVP-Outlook] - 02 Mar 2005 14:04 GMT
"Custom actions" in Outlook specifically means actions on the Actions tab of
a custom form. Therefore, perhaps what you want to do is create a custom
form for your appointments?

Signature

Sue Mosher, Outlook MVP
Author of
    Microsoft Outlook Programming - Jumpstart for
    Administrators, Power Users, and Developers
    http://www.outlookcode.com/jumpstart.aspx

> Hi
>
[quoted text clipped - 4 lines]
>
> Thx in advance.
TiTi - 02 Mar 2005 17:00 GMT
Sue Mosher [MVP-Outlook] a écrit :
> "Custom actions" in Outlook specifically means actions on the Actions tab of
> a custom form. Therefore, perhaps what you want to do is create a custom
> form for your appointments?

I explain what i did since now :

I succeed to share an outlook calendar with all users of my my local
area network ... i used a access database to store appointment items
properties (dates, times, EntryIds ...) of each user's synchronizations.
I used ADO, outlook, and a free VBTimer ActiveX references.
All work fine :p

But now i want to lunch the synchronization function when a user   made
an appointment on the calendar view ... but i can't :(
I want to continue only with VBA code if it's possible, symply
implementing the writing function of appointment item object.
Sue Mosher [MVP-Outlook] - 02 Mar 2005 17:47 GMT
The easiest solution is to use the MAPIFolder.Items.ItemAdd and .ItemChange
events.

The alternative is to create a wrapper class that can handle all open or
selected AppointmentItem objects and their item-level events. See
http://www.outlookcode.com/d/vb.htm#wrapper

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


Signature

Sue Mosher, Outlook MVP
Author of
    Microsoft Outlook Programming - Jumpstart for
    Administrators, Power Users, and Developers
    http://www.outlookcode.com/jumpstart.aspx

> Sue Mosher [MVP-Outlook] a ?crit :
>> "Custom actions" in Outlook specifically means actions on the Actions tab
[quoted text clipped - 13 lines]
> I want to continue only with VBA code if it's possible, symply
> implementing the writing function of appointment item object.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.