Title:
exchange 2010: The organizer is not correctly set in cfexchangecalendar Event struct.
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): / ext-user (Piyush Kumar Nayak)
Created: 05/08/2014
Components: CFExchange
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: 289822 / CF11 Update5
Priority/Frequency: Normal / Few users will encounter
Locale/System: English / Windows 7 64-bit
Vote Count: 0
Problem:
exchange 2010 | cfexchangecalendar | action="create" | event : The Organizer field in the Event struct is set to the sender's email even if a different value is specified in for it when defining the event.
Method:
dump the created event after fetching it:
<cfexchangeCalendar action="get" connection="testconn1" name="getEvent">
<CFExchangeFilter name="location" value="goa">
<CFExchangeFilter name="organizer" value="CF-QA">
</cfexchangeCalendar>
<cfdump var="#getEvent#" abort=true>
Result:
See notes\
Expected:
Organizer should be set to "<CF-QA>", as it is in Exchange 2007.
Workaround:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3756964
External Customer Info:
External Company:
External Customer Name:
External Customer Email:
Attachments:
Comments: