Calendar or user timezone with Office 365 API
Asked Answered
W

2

4

Is it possible to get timezone of a user or its calendar through Office 365 or Graph API?

I know that you can get start and end timezone from specific event. But that does not help me.

Wallsend answered 22/4, 2015 at 6:59 Comment(0)
P
2

Sorry, we don't support this yet through Office 365 or Graph REST APIs. This is on our roadmap to add, but I don't have a timeline to share.

Pandich answered 22/4, 2015 at 12:51 Comment(1)
Any updates on this feature? It's critical to overcome a bug in all-day events where they are returned from midnight to midnight in UTC.Deary
R
0

The Microsoft Graph REST API now returns a timeZone field from Get user mailbox settings.

You can also retrieve just the timezone:

GET /users/{id|userPrincipalName}/mailboxSettings/timeZone

Unfortunately the format of timezone can vary - some details are in the docs.

Rosannarosanne answered 16/5, 2019 at 5:32 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.