在Exchange 2010中,我们为会议室设置了会议室资源。此会议室配置为自动接受所有会议请求 我们有一个数据库应用程序,试图跟踪该房间的占用情况。这是通过每10分钟调用一次Exchange Web服务API并为该房间请求SyncFolderItem来完成的 这一切都适用于新约会和约会的更改。但是,当取消约会时,这也是自动接受的,并且约会的所有痕迹都会消失。 SyncFolderItems not 不再显示约会为isCancelled。 我们的数据库应用程序永远不会以这种方式知道取消。
我们已经将RemoveOldMeetingMessages设置为False,但这似乎有所不同。 房间配置:
[PS] C:\>get-calendarprocessing Testroom | fl
RunspaceId : d71d9a9a-59f9-48c5-9a73-f26e13a0586a
AutomateProcessing : AutoAccept
AllowConflicts : False
BookingWindowInDays : 180
MaximumDurationInMinutes : 1440
AllowRecurringMeetings : True
EnforceSchedulingHorizon : True
ScheduleOnlyDuringWorkHours : False
ConflictPercentageAllowed : 0
MaximumConflictInstances : 0
ForwardRequestsToDelegates : True
DeleteAttachments : True
DeleteComments : True
RemovePrivateProperty : True
DeleteSubject : False
AddOrganizerToSubject : True
DeleteNonCalendarItems : True
TentativePendingApproval : True
EnableResponseDetails : True
OrganizerInfo : True
ResourceDelegates : {}
RequestOutOfPolicy : {}
AllRequestOutOfPolicy : False
BookInPolicy : {}
AllBookInPolicy : True
RequestInPolicy : {}
AllRequestInPolicy : False
AddAdditionalResponse : False
AdditionalResponse :
RemoveOldMeetingMessages : False
AddNewRequestsTentatively : True
ProcessExternalMeetingMessages : False
RemoveForwardedMeetingNotifications : False
MailboxOwnerId : contoso.com/Users/Testroom
Identity : contoso.com/Users/Testroom
IsValid : True
如何检测房间资源上已取消的会议?