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)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
> 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