Forum Discussion

gregarican's avatar
gregarican
Copper Contributor
Mar 11, 2021
Solved

Graph API request doesn't even send out.

So I am using the latest Microsoft.Graph NuGet package in a VS 2019 project. Looking to create a new calendar event. The API request doesn't even send out, although if I place the same JSON request b...
  • gregarican's avatar
    gregarican
    Mar 12, 2021
    Disregard. This all was being called as a static method from my main program. I forgot to grab the created calendar event ID with the .Result suffix. Since it's awaiting. Duh.

Resources