Hi everyone!
I am running Exchange 2013 CU8, and am trying to standardise how our resources handle calendar requests and have observed some interesting behaviour:
My Test resource is setup as follows:
[PS] C:\Windows\system32>Get-CalendarProcessing -id ox-meetingtest | fl
...
AutomateProcessing : AutoAccept
AllowConflicts : False
BookingWindowInDays : 731
MaximumDurationInMinutes : 1440
AllowRecurringMeetings : True
EnforceSchedulingHorizon : True
ScheduleOnlyDuringWorkHours : False
ConflictPercentageAllowed : 10
MaximumConflictInstances : 10
ForwardRequestsToDelegates : True
DeleteAttachments : True
DeleteComments : True
RemovePrivateProperty : True
DeleteSubject : True
AddOrganizerToSubject : True
DeleteNonCalendarItems : True
TentativePendingApproval : True
EnableResponseDetails : True
OrganizerInfo : True
ResourceDelegates : {}
RequestOutOfPolicy : {}
AllRequestOutOfPolicy : False
BookInPolicy : {}
AllBookInPolicy : True
RequestInPolicy : {}
AllRequestInPolicy : False
AddAdditionalResponse : False
AdditionalResponse :
RemoveOldMeetingMessages : True
AddNewRequestsTentatively : True
ProcessExternalMeetingMessages : False
RemoveForwardedMeetingNotifications : False
...
With that in mind, I have tried the following scenarios:
Scenario 1
- Create a weekly, recurring meeting and set the recurrence to end after 10 occurrences. As expected, the resource accepts all meetings, and the calendar processing takes place (ie the organiser is added to the subject line, and the original subject and the comments are removed)
- Then create a daily, recurring meeting and set the recurrence to every weekday and end after 90 occurrences. The resource declines all meetings due to the 10 conflicts it has detected.
Scenario 2
- Create a weekly, recurring meeting and set the recurrence to end after 9 occurrences. As expected, the resource accepts all meetings, and the calendar processing takes place (ie the organiser is added to the subject line, and the original subject and the comments are removed)
- Then create a daily, recurring meeting and set the recurrence to every weekday and end after 90 occurrences. The resource accepts the meetings where there are no conflicts, and declines the ones where there are conflicts (sending one email per decline, listing all conflicting instances - very annoying but not the issue this post is about) This is as expected with the settings provided. What is not expected, is that on looking the the resource calendar at the accepted daily meeting, none of the calendar processing has taken place - ie the subject is still set to it's original value, without the organiser name inserted, and the comments are still included.
My question is has anyone seen or experienced this before, and is there anything I can do to have the resource process all meetings according to the settings contained in it's configuration?
For reference, I have found the following that relates to Exchange 2010, but nothing that relates to Exchange 2013: https://support.microsoft.com/en-us/kb/2682408
Many thanks in advance!
Adam


