Hi CarlZhao-MSFT,
I have been using the Prefer header. No matter what time zone I set the start and end times are the same, and it is in my calendar's local time. That is GMT+5 for any time zone set I get the same start and end time.
The following is the event in outlook.timezone="Central Standard Time"
Response:
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users('36e3c7fc-1c36-41a0-9545-fe8480386523')/events/$entity",
"@odata.etag": "W/\"IloTFbAhCkiHTVTwnI2TXQABdhI/3Q==\"",
"id": "AQMkADI2ZDFmNDY4LTJlOWItNGVhOS1iM2E1LWZhMzg5ZDQ1MGUwNgBGAAADhQrIuhuED0_HAi76F3pFqAcAIloTFbAhCkiHTVTwnI2TXQAAAgENAAAAIloTFbAhCkiHTVTwnI2TXQABds_COQAAAA==",
"createdDateTime": "2023-09-20T06:02:12.3726894Z",
"lastModifiedDateTime": "2023-09-20T06:07:29.7537414Z",
"changeKey": "IloTFbAhCkiHTVTwnI2TXQABdhI/3Q==",
"categories": [],
"transactionId": "ca0c9f61-e663-f79d-b93c-f172db6bde3d",
"originalStartTimeZone": "Central Standard Time",
"originalEndTimeZone": "Central Standard Time",
"iCalUId": "040000008200E00074C5B7101A82E00800000000EF9B7EFF87EBD901000000000000000010000000C40FFE16D32F0C4E839D06014AEA7503",
"reminderMinutesBeforeStart": 420,
"isReminderOn": true,
"hasAttachments": false,
"subject": "all day busy",
"bodyPreview": "",
"importance": "normal",
"sensitivity": "normal",
"isAllDay": true,
"isCancelled": false,
"isOrganizer": true,
"responseRequested": true,
"seriesMasterId": null,
"showAs": "busy",
"type": "singleInstance",
"webLink": "https://outlook.office365.com/owa/?itemid=AQMkADI2ZDFmNDY4LTJlOWItNGVhOS1iM2E1LWZhMzg5ZDQ1MGUwNgBGAAADhQrIuhuED0%2BHAi76F3pFqAcAIloTFbAhCkiHTVTwnI2TXQAAAgENAAAAIloTFbAhCkiHTVTwnI2TXQABds%2BCOQAAAA%3D%3D&exvsurl=1&path=/calendar/item",
"onlineMeetingUrl": null,
"isOnlineMeeting": false,
"onlineMeetingProvider": "unknown",
"allowNewTimeProposals": true,
"occurrenceId": null,
"isDraft": false,
"hideAttendees": false,
"responseStatus": {
"response": "organizer",
"time": "0001-01-01T00:00:00Z"
},
"body": {
"contentType": "html",
"content": ""
},
"start": {
"dateTime": "2023-09-30T00:00:00.0000000",
"timeZone": "Central Standard Time"
},
"end": {
"dateTime": "2023-10-01T00:00:00.0000000",
"timeZone": "Central Standard Time"
},
"location": {
"displayName": "",
"locationType": "default",
"uniqueIdType": "unknown",
"address": {},
"coordinates": {}
},
"locations": [],
"recurrence": null,
"attendees": [],
The following is the response for fetching this event using outlook.timezone="Australia/Sydney"
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users('36e3c7fc-1c36-41a0-9545-fe8480386523')/events/$entity",
"@odata.etag": "W/\"IloTFbAhCkiHTVTwnI2TXQABdhI/3Q==\"",
"id": "AQMkADI2ZDFmNDY4LTJlOWItNGVhOS1iM2E1LWZhMzg5ZDQ1MGUwNgBGAAADhQrIuhuED0_HAi76F3pFqAcAIloTFbAhCkiHTVTwnI2TXQAAAgENAAAAIloTFbAhCkiHTVTwnI2TXQABds_COQAAAA==",
"createdDateTime": "2023-09-20T06:02:12.3726894Z",
"lastModifiedDateTime": "2023-09-20T06:07:29.7537414Z",
"changeKey": "IloTFbAhCkiHTVTwnI2TXQABdhI/3Q==",
"categories": [],
"transactionId": "ca0c9f61-e663-f79d-b93c-f172db6bde3d",
"originalStartTimeZone": "Australia/Sydney",
"originalEndTimeZone": "Australia/Sydney",
"iCalUId": "040000008200E00074C5B7101A82E00800000000EF9B7EFF87EBD901000000000000000010000000C40FFE16D32F0C4E839D06014AEA7503",
"reminderMinutesBeforeStart": 420,
"isReminderOn": true,
"hasAttachments": false,
"subject": "all day busy",
"bodyPreview": "",
"importance": "normal",
"sensitivity": "normal",
"isAllDay": true,
"isCancelled": false,
"isOrganizer": true,
"responseRequested": true,
"seriesMasterId": null,
"showAs": "busy",
"type": "singleInstance",
"webLink": "https://outlook.office365.com/owa/?itemid=AQMkADI2ZDFmNDY4LTJlOWItNGVhOS1iM2E1LWZhMzg5ZDQ1MGUwNgBGAAADhQrIuhuED0%2BHAi76F3pFqAcAIloTFbAhCkiHTVTwnI2TXQAAAgENAAAAIloTFbAhCkiHTVTwnI2TXQABds%2BCOQAAAA%3D%3D&exvsurl=1&path=/calendar/item",
"onlineMeetingUrl": null,
"isOnlineMeeting": false,
"onlineMeetingProvider": "unknown",
"allowNewTimeProposals": true,
"occurrenceId": null,
"isDraft": false,
"hideAttendees": false,
"responseStatus": {
"response": "organizer",
"time": "0001-01-01T00:00:00Z"
},
"body": {
"contentType": "html",
"content": ""
},
"start": {
"dateTime": "2023-09-30T00:00:00.0000000",
"timeZone": "Australia/Sydney"
},
"end": {
"dateTime": "2023-10-01T00:00:00.0000000",
"timeZone": "Australia/Sydney"
},
"location": {
"displayName": "",
"locationType": "default",
"uniqueIdType": "unknown",
"address": {},
"coordinates": {}
},
"locations": [],
"recurrence": null,
"attendees": [],
"organizer": {
"emailAddress": {
"name": "Wasif Samad",
"address": "wasif.samad@lethub.co"
}
},
Snapshot of the event from Outlook calendar: