Skip to content

Commit 16b2b6e

Browse files
author
Gavin Barron
committed
revert to calendarwebhook
1 parent f900c30 commit 16b2b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RegisterCalendarWebHook/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = function (context, myQueueItem) {
99
expires.setDate(expires.getDate() + 2);
1010
const postData = {
1111
"changeType": "created",
12-
"notificationUrl": "https://graph-functions-node.azurewebsites.net/api/EventWebHookHandler",
12+
"notificationUrl": "https://graph-functions-node.azurewebsites.net/api/CalendarWebHookHandler",
1313
"resource": "me/events",
1414
"expirationDateTime": expires.toISOString(),
1515
"clientState": cfg.CLIENT_STATE

0 commit comments

Comments
 (0)