Use Outlook Task API to access tasks stored on user’s mailbox. These REST API’s are Simple to use. Supports CRUD. JSON structured. OAuth 2.0 supporting. Available for both Office 365 and consumer mailboxes. Overview
What is an Outlook Task A task is an item that you create in Outlook to track until its completion. A task can occur once or repeatedly. >A recurring task can repeat at regular intervals, or it can repeat based on the date that you mark the task complete. Outlook Task How is Outlook Task organized Folder group Folder Tasks
Authentication and Authorization Open ID Connect for single sign on OAuth 2 for user and admin consent Outlook Task API Permissions required Tasks.Read Tasks.ReadWrite
Notification Get notification for create, update, delete of tasks Notification, Sync, Batching support Sync Support full sync and incremental sync Sync possible on >Task folder >Task entity Batching Combining multiple REST API calls into a single POST request
Related content