Time zone setting in outlook

Mansi Gusain 495 Reputation points
2025-02-20T08:49:55.53+00:00

Hi, I had a request - I am using this api to create events in calendar- https://graph.microsoft.com/v1.0/me/events i want to set the time zone to CEST and the available timezone as per my needs include - (UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna

in the avialable regions form the get supported regions api please give me what can I use for CEST FOR SETTING THE PREFER: OUTLOOK TIME THING, as CEST or CENTRAL EUROPEAN TIME IS NOT WORKING thanks, this is urgent

Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

Accepted answer
  1. Saranya Madhu-MSFT 2,375 Reputation points Microsoft External Staff
    2025-02-21T03:22:10.58+00:00

    Hi Mansi Gusain,

    Thanks for reaching out to Microsoft!

    To set the time zone to Central European Standard Time (CEST) using the Microsoft Graph API, use the identifier "W. Europe Standard Time". This corresponds to (UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna.

    Use the Prefer: outlook.timezone header to specify the time zone for the start and end times in the response:

    Prefer: outlook.timezone="W. Europe Standard Time"
    

    User's image Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.