> is it possible to add 3 (alphanumerical) fields to any appointment made by a
> collaborator in the lawyer's calendar ?
Yes, that's possible.
> is it possible to configure Outlook in such a way that the content of these
> fields would be automatically displayed (so, in addition of the meeting
> subject, lcoation, date, etc...) in the standard calendar view.
No. The fields you cited are the only ones that the day/week/month view can show.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hello,
>
[quoted text clipped - 9 lines]
> is it possible to add 3 (alphanumerical) fields to any appointment made by a
> collaborator in the lawyer's calendar ?
> is it possible to configure Outlook in such a way that the content of these
> fields would be automatically displayed (so, in addition of the meeting
[quoted text clipped - 8 lines]
>
> Xavier
Xavier - 28 Feb 2006 21:58 GMT
Hi Sue,
Thanks for your feedback. May I ask you if the following approach would be
valid:
1. using forms to create an additional tab in the standard appointment form.
This tab would be used to populate the 3 extra fields
2. using some vba code, when the form is closed, read the content of the
field and append them to the appointment subject
3. if 1 and 2 are OK -> how should I deploy the form: on the lawyer PC or on
all PCs ?
Thanks again for your support.
Xavier
> is it possible to add 3 (alphanumerical) fields to any appointment made by
> a
> collaborator in the lawyer's calendar ?
Yes, that's possible.
> is it possible to configure Outlook in such a way that the content of
> these
> fields would be automatically displayed (so, in addition of the meeting
> subject, lcoation, date, etc...) in the standard calendar view.
No. The fields you cited are the only ones that the day/week/month view can
show.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hello,
>
[quoted text clipped - 13 lines]
> a
> collaborator in the lawyer's calendar ?
> is it possible to configure Outlook in such a way that the content of
> these
[quoted text clipped - 10 lines]
>
> Xavier
Sue Mosher [MVP-Outlook] - 28 Feb 2006 22:06 GMT
Yes, that could work -- if you don't mind a cluttered subject line -- except don't use VBA code, but write VBScript code for the form's Item_Write event handler. The form should be published to the lawyer's Calendar folder and made the default for that folder. The users other than the lawyer will need a registry setting change to allow the code to run on their machines; see http://www.outlookcode.com/d/secforms.htm#mailboxscript

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hi Sue,
>
[quoted text clipped - 58 lines]
>>
>> Xavier
Xavier - 28 Feb 2006 22:31 GMT
Great !
I'll dig into that immediately.
Thanks for your help.
Xavier
Yes, that could work -- if you don't mind a cluttered subject line -- except
don't use VBA code, but write VBScript code for the form's Item_Write event
handler. The form should be published to the lawyer's Calendar folder and
made the default for that folder. The users other than the lawyer will need
a registry setting change to allow the code to run on their machines; see
http://www.outlookcode.com/d/secforms.htm#mailboxscript

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hi Sue,
>
[quoted text clipped - 65 lines]
>>
>> Xavier