microsoftgraph / msgraph-sample-reactspa

This sample demonstrates how to use the Microsoft Graph JavaScript SDK to access data in Office 365 from React browser apps.
MIT License
125 stars 105 forks source link

fix: create events with correct end datetime #57

Closed therealpecus closed 3 years ago

therealpecus commented 3 years ago

Fixed a minor typo in NewEvent.tsx so that the demo correctly creates a calendar event from start to end time.

jasonjoh commented 3 years ago

Thanks for the fix!