An API that connects multiple Microsoft services, enabling data access and automation across platforms
your question is not exacly clear. if you are looking for specific time zone in response.
You could use the Prefer: outlook.timezone header to have all the date-related properties in the response represented in a time zone different than UTC.
GET https://graph.microsoft.com/beta/me/outlook/tasks
Prefer: outlook.timezone="Pacific Standard Time"
Content-type: application/json
Please find the documentation
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".