PC Review


Reply
Thread Tools Rate Thread

Customising appointmentitem's write() event ...

 
 
TiTi
Guest
Posts: n/a
 
      2nd Mar 2005
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.
 
Reply With Quote
 
 
 
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      2nd Mar 2005
"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?

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


"TiTi" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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.



 
Reply With Quote
 
TiTi
Guest
Posts: n/a
 
      2nd Mar 2005
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

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.
 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      2nd Mar 2005
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/comm...ok.program_vba

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


"TiTi" <(E-Mail Removed)> wrote in message
news:d04rfm$i8n$(E-Mail Removed)...
> 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
>
> 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.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
AppointmentItem.BeforeDelete Event Kevin Microsoft Outlook VBA Programming 4 9th Jul 2009 11:34 PM
AppointmentItem BeforeDelete Event =?Utf-8?B?S2h5YXRp?= Microsoft Outlook Form Programming 2 28th Jun 2007 03:10 AM
AppointmentItem Change Event David C. Holley Microsoft Outlook VBA Programming 13 11th Aug 2005 09:25 PM
Event ID 50: MUP and WinDFS, plus event ID 26: lost delayed write data. Jeremy Lang Microsoft Windows 2000 Networking 2 3rd Jan 2005 11:31 PM
AppointmentItem.PropertyChange event not fired Sunny Microsoft Outlook Program Addins 7 25th Nov 2003 02:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:10 AM.