Appointment Form for Public Folder calendar

  • Thread starter Thread starter TBamaGirl
  • Start date Start date
T

TBamaGirl

I'm designing a form that will be used by one group to post into a public
folder calendar and another to edit the form with assignments. Couple of
road blocks thus far...
{ I'm using the standard Outlook Appointment form for starters (I'm new at
this and VERY open to suggestion!) }

1) Can I change the default reminder time? How?

2) Can I modify the Subject and/or location field labels? How?

3) Can I allow individuals or groups - who are not the creator or owner - to
only modify certain fields? How?

Thanks!
 
1) Put code behind the form to set the reminder time using the PropertyCHange event.

2) On the built-in first page? No. It can't be customized or not.

3) Can be done, but with difficulty. You would need to put code behind the form to check the group membership, then enable/disable certain controls appropriately.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Back
Top