I'm trying to use graph subscription API for my calendar events
- Its working fine but i'm getting redundant multiple times the same data even though i've single subscription on defined url.
POST-> https://graph.microsoft.com/subscriptions
> {
> "changeType": "updated",
> "notificationUrl": "https://7a4bcf1765d6.ngrok.io/v1/microsoft/notify_me",
> "resource": "me/events",
> "expirationDateTime":"2020-07-29T14:23:45.9356913Z",
> "clientState": "secretClientValue",
> "latestSupportedTlsVersion": "v1_2"
> }