Closed niclego closed 5 years ago
As per #24 the FieldURI should contain the array of fields
'FieldURI': [
{ 'attributes': { 'FieldURI': 'item:Subject'}},
{ 'attributes': { 'FieldURI': 'calendar:Start'}},
{ 'attributes': { 'FieldURI': 'calendar:End'}}
]
The response data from this EWS call only contains the starting time of each calender event and no end time. If i switch the FieldURI's so that end is last, the response data only contains the end time of each event.
Is this how node-ews was designed?