We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f900c30 commit 16b2b6eCopy full SHA for 16b2b6e
RegisterCalendarWebHook/index.js
@@ -9,7 +9,7 @@ module.exports = function (context, myQueueItem) {
9
expires.setDate(expires.getDate() + 2);
10
const postData = {
11
"changeType": "created",
12
- "notificationUrl": "https://graph-functions-node.azurewebsites.net/api/EventWebHookHandler",
+ "notificationUrl": "https://graph-functions-node.azurewebsites.net/api/CalendarWebHookHandler",
13
"resource": "me/events",
14
"expirationDateTime": expires.toISOString(),
15
"clientState": cfg.CLIENT_STATE
0 commit comments