question

twinkle avatar image
0 Votes"
twinkle asked FionaMatu-8876 commented

accessing id of a particular event using microsoft Graph Api

I want to delete a particular calendar event with graph API, is it possible that i can match the subject line of the event to the needed subject line and extract the id somehow?

microsoft-graph-explorer
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

do you mean filter by a particular subject then only return the id(s) of the given event(s) in the response body?

0 Votes 0 ·

yes , i am trying to match the subject

0 Votes 0 ·

Try making a get request as described in this documentation then use the filter option to query against the subject then select only the id as described in this documentation.


0 Votes 0 ·

0 Answers