-
-
Notifications
You must be signed in to change notification settings - Fork 14
MS To Do
RogerSelwyn edited this page Jun 5, 2024
·
2 revisions
The following calls are made:
- (GET) URL: https://graph.microsoft.com/v1.0/me/todo/lists
- {'params': None, 'headers': {}, 'allow_redirects': True, 'verify': True}
- Get list of calendars
- (GET) URL: https://graph.microsoft.com/v1.0/me/todo/lists/{obscure_guid}
- {'params': None, 'headers': {}, 'allow_redirects': True, 'verify': True}
- Get the base to do list to setup for future calls
- (GET) URL: https://graph.microsoft.com/v1.0/me/todo/lists/{obscure_guid}
- {'params': {'$top': 100, '$filter': "duedatetime/dateTime ge '2024-06-02T07:43:39' and duedatetime/dateTime le '2024-06-04T07:43:39'"}, 'headers': {}, 'allow_redirects': True, 'verify': True}
- Get required To Dos, use time offsets if required - -24 --> 24 for array attributes