Similar to the add to Google Calendar button, an add to Outlook Task list feature would be helpful.
Did some cursory research and found a REST API (https://docs.microsoft.com/en-us/previous-versions/office/office-365-api/api/version-2.0/task-rest-operations) but it looks like it may be deprecated in a transition to the Microsoft Graph API (https://docs.microsoft.com/en-us/outlook/rest/compare-graph-outlook).
I suspect this may require code to OAuth and then create the task. But perhaps there's some easier easy to do this?
Similar to the add to Google Calendar button, an add to Outlook Task list feature would be helpful.
Did some cursory research and found a REST API (https://docs.microsoft.com/en-us/previous-versions/office/office-365-api/api/version-2.0/task-rest-operations) but it looks like it may be deprecated in a transition to the Microsoft Graph API (https://docs.microsoft.com/en-us/outlook/rest/compare-graph-outlook).
I suspect this may require code to OAuth and then create the task. But perhaps there's some easier easy to do this?