Currently I have two people sharing a calendar. We have encountered some
problems. The first is that when one person (not the owner of the calendar)
enters data into the calendar it doesn't neccesarily show up on the owner's
calendar. The second problem is that when they put an event in and make it
all day, it will show up on the other person's calendar as a two day event.
How can we fix these problems.
For the first problem, make sure the item is not being marked private.
For the second, make sure both are in the same time zone with the same
daylight savings time settings.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Currently I have two people sharing a calendar. We have encountered some
> problems. The first is that when one person (not the owner of the calendar)
> enters data into the calendar it doesn't neccesarily show up on the owner's
> calendar. The second problem is that when they put an event in and make it
> all day, it will show up on the other person's calendar as a two day event.
> How can we fix these problems.
J. Vecera - 14 Apr 2004 17:11 GMT
I checked the Time Zone/ Daylight savings time and wouldn't you know it,
they were not the same. After changing it to where they were the same,
everything showed up. You are awesome!!
> For the first problem, make sure the item is not being marked private.
>
[quoted text clipped - 11 lines]
> event.
> > How can we fix these problems.