F
Fred Jones
Outlook 2003
I want to have my Calendar view to be in 30 min intervals
but have the default appointment time to be 60 mins.
Currently the default appointment time defaults to
whatever the day view default time is set to (i.e., day
view is 30 min interval=new appointment default is
30mins.)
I searched and found a posting by (e-mail address removed)
that suggested the following:
Select your calendar and create a new appointment. Do not
enter anything .|menu select Tools | Forms | Design This
Form. menu Form - View Code.
You will have new window called Script Editor: Enter the
following
Function Item_Open()
Duration = 60
End Function
Then close this window |from the appointment form select
Tools |Forms | Publish this form as- Give a name to it
like Appointment60Mins
Close the design window..Select your Calendar folder.
Right click your mouse and select properties. In the
General tab you can see this When posting to
this folder, use: Select from the dropdown list and
click OK.
Now my problem: This works brilliantly except that
message cannot be displayed in the Reading Pane by the
recipients of the message (and in my own sent items).
Does anyone know of a workaround so that the message can
be displayed?
I want to have my Calendar view to be in 30 min intervals
but have the default appointment time to be 60 mins.
Currently the default appointment time defaults to
whatever the day view default time is set to (i.e., day
view is 30 min interval=new appointment default is
30mins.)
I searched and found a posting by (e-mail address removed)
that suggested the following:
Select your calendar and create a new appointment. Do not
enter anything .|menu select Tools | Forms | Design This
Form. menu Form - View Code.
You will have new window called Script Editor: Enter the
following
Function Item_Open()
Duration = 60
End Function
Then close this window |from the appointment form select
Tools |Forms | Publish this form as- Give a name to it
like Appointment60Mins
Close the design window..Select your Calendar folder.
Right click your mouse and select properties. In the
General tab you can see this When posting to
this folder, use: Select from the dropdown list and
click OK.
Now my problem: This works brilliantly except that
message cannot be displayed in the Reading Pane by the
recipients of the message (and in my own sent items).
Does anyone know of a workaround so that the message can
be displayed?