Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Paul Mascari / Paul Mascari (Paul Mascari)
Created: 08/01/2016
Components: CFExchange
Versions: 2016,11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final / 2018,0,0,309752
Priority/Frequency: Major / All users will encounter
Locale/System: ALL / Win 2008 Server x64
Vote Count: 0
Problem Description: When using CFExchangeCalendar to create an All Day calendar event the result on exchange is a 3-day span.
Steps to Reproduce: Open a calendar connection and create an all day event:
<cfexchangeconnection action="open"
username="****************"
password="*************"
server="outlook.office365.com"
protocol="https"
serverversion="2010"
connection="testconn1"
formBasedAuthentication="true"
formBasedAuthenticationURL="https://outlook.office365.com/owa/auth/owaauth.dll">
<cfset theEv = {
AllDayEvent = true,
StartTime = "2016-08-03",
Subject = "All Day Test"
}>
<cfexchangecalendar
action="create"
connection="testconn1"
result="newEv"
event="#theEv#">
Actual Result: Event added to Outlook calendar for a 3-day span. For this particular try of Aug 3, the span is from Aug 2 to Aug 4. The CFExchange dump of a calendar shows the AllDayEvent flag as "YES" but opening the event in Outlook the All Day check box is NOT checked
Expected Result: Should see one day event on Outlook Calendar with All Day event checked. Starttime and Endtime should be the same day. Tried different date/time formats, endtimes, durations. All the same.
Any Workarounds: None. We must declare AllDay=No and enter a full day span.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4177644
External Customer Info:
External Company:
External Customer Name: Paul Mascari
External Customer Email:
External Test Config: My Hardware and Environment details: Win 2008, IIS7, CF11 11,0,09,299201
Attachments:
Comments: