vmurin / react-native-azure-auth

React Native library implementing Azure AD OAuth2 API
MIT License
85 stars 64 forks source link

msGraphRequest for other endpoints that use POST #182

Closed idrisneezam closed 1 year ago

idrisneezam commented 1 year ago

In the documentation, msGraphRequest only allows 2 inputs, the token and the path. How do I call msGraphRequest for create outlook calendar event where it is a POST request with a Request body (event details)?