Skip to content

chaluvadis/HackGraph

Repository files navigation

Microsoft Graph - Hack to gether.

Hack Together: Microsoft Graph and .NET

Note: Please follow the steps mentioned in the Graph document for the client id, and tenet id.
    "AzureAd": {
        "Instance": "https://login.microsoftonline.com/",
        "Domain": "xxxxx.onmicrosoft.com",
        "TenantId": "<tenant_id>",
        "ClientId": "<client_id>",
        "CallbackPath": "/signin-oidc",
        "Scopes": "access_as_user",
        "RedirectUri": "http://localhost"
    },

Summary of the day

Build a dashbaord to see the activities for today

  1. Todo's for today
  2. Todays events
  3. Yesterday's last working onenote
  4. Notes

TODO:

  1. Need to check the configuration to allow read/write for Notes.
  2. Need to check the configuration to allow read/write for Tasks.

Releases

No releases published

Packages

No packages published