Platform : WebAPI (StateLess). there is no webpage/HTML page on my app.
- Get all events
- add events from My DB (my application database)
Platform : WebAPI (StateLess). there is no webpage/HTML page on my app.
Take a look at graph.microsoft.io at the events API - http://graph.microsoft.io/docs/api-reference/v1.0/resources/calendar. You can get events from graph.microsoft.com/v1.0/me/events or graph.microsoft.com/v1.0/me/calendarview (for a specific timeframe). You can create new events by POST to graph.microsoft.com/v1.0/me/events.