I'm trying to get event by it's id with office365 REST API, but I'm receiving 404 error.
This is the url I'm using:
https://outlook.office365.com/api/v1.0/users('{organizer email}')/Events('{eventId}')
Calendar fetching, event creation and deletion works as it should.