I would like to update or forward an invite. Please clarify what is the id in the HTTP request for both updat event and forward event api.
Update event - https://docs.microsoft.com/en-us/graph/api/event-update?view=graph-rest-
1.0&tabs=http#http-request
Should we pass iCALId? like this?
"iCalUId": "iCalUId-value",Forward event - https://docs.microsoft.com/en-us/graph/api/event-forward?view=graph-rest-1.0&tabs=http
Is this event id ("id":"AAMkAGI1AAAt9AHjAAA=",)created while using create event api?