PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Calendar Customising appointmentitem's write() event ...

Reply

Customising appointmentitem's write() event ...

 
Thread Tools Rate Thread
Old 02-03-2005, 09:20 AM   #1
TiTi
Guest
 
Posts: n/a
Default Customising appointmentitem's write() event ...


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
Old 02-03-2005, 02:04 PM   #2
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Customising appointmentitem's write() event ...

"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" <t.monin@elise.fr> wrote in message
news:6138c56f.0503020120.2c0b8afb@posting.google.com...
> 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
Old 02-03-2005, 05:00 PM   #3
TiTi
Guest
 
Posts: n/a
Default Re: Customising appointmentitem's write() event ...

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
Old 02-03-2005, 05:47 PM   #4
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Customising appointmentitem's write() event ...

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/com...ook.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" <titi@nospam.com> wrote in message
news:d04rfm$i8n$1@s1.news.oleane.net...
> 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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off