I've been trying to add new snooze dateTime to the event via the API

Parse Shyam 1 Reputation point
2020-06-22T14:32:41.9+00:00

> url: https://graph.microsoft.com/v1.0/me/events/${eventId}/snoozeReminder,
method: "POST",
headers: {
'Authorization': Bearer ${accessToken}
},
data: {
newReminderTime: {
dateTime: ${nextMonday_18_00.toISOString()}, // my custom dateTime
timeZone: "UTC"
}
}
But the response status is not 200 ? its ---> 202 why ?
so how much time does it take's to process the request.

More ever how can i verify that snooze dateTime is successfully applied to the events ?

> All though it's 202 ok fine but still aint getting reminder at dateTime specified in snooze

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,996 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Saurabh Sharma 23,766 Reputation points Microsoft Employee
    2020-06-23T00:02:34.913+00:00

    Hi,

    Microsoft Q&A currently supports the products listed over here (more to be added later on).

    You can reach Microsoft Graph experts through Microsoft Graph Support forum over here.

    (Please don't forget to accept helpful replies as answer)

    0 comments No comments