Skip to content

MS To Do

RogerSelwyn edited this page Jun 5, 2024 · 2 revisions

Start up

The following calls are made:

Every 30 seconds:

  • (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
Clone this wiki locally