Bug 22437 - allow admin (or resource manager) to select whether new events should be declined when they conflict with a "tentative" appointment
Bug 22440 - resource: include list of tentatively conflicting events when auto-accepting an invite
It is claimed to be intended functionality. If a resource is booked for a tentative appointment, it assumes that it is not busy, since the appointment is tentative.
Personally I think that this is backwards, and that the room should assume that it is busy, rather than free if it is invited to a tentative meeting.
So I've had to dive into this some more for my own reasons....
So if you look in the source of the original invites (it can be tough to find, but you will need to go into the mailbox for the resource and view it's mail, then right click on the invite you would like to investigate and choose 'show original')
Find these lines... They should clearly tell you why you get conflicting appointments, but my argument is that a resource should ALWAYS be marked as busy, even if the original appointment request says otherwise. For instance, what about people who schedule interviews for other people, and need to be the organizer, but don't want their free/busy all messed up? They can schedule as "free" but then they won't have a lock on the resource.
either:
> X-MICROSOFT-CDO-BUSYSTATUS:TENTATIVE
> X-MICROSOFT-CDO-INTENDEDSTATUS:TENTATIVE
or
X-MICROSOFT-CDO-BUSYSTATUS:BUSY
X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
or
X-MICROSOFT-CDO-BUSYSTATUS:FREE
X-MICROSOFT-CDO-INTENDEDSTATUS:FREE
-Nutz