edgarsanchez / FSMicrosoftGraph

Some Microsoft Graph -the Microsoft 365 API, samples ported to F#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FSMicrosoftGraph

Some Microsoft Graph -the Microsoft 365 API, samples ported to F#. As time goes by we will try to add more samples (suggestions welcomed). Right now we only have:

  • Build a .NET 5 console app that connects to a Microsoft account, shows this week calendar events, and allows you to add a new event
    • This is a port of the Microsoft Graph .NET Core Tutorial
    • Please follow the setup instructions in that tutorial, in particular:
      • Register the app in the Azure AD admin center portal, as explained in Step 2
      • Add Azure AD authentication to our console app, as explained in Step 3
      • You can also check the finished C# version here
      • The console app hasn't been thoroughly tested but it works with my Hotmail account 🙃

Let me know if it worked for you and what other Microsoft Graph examples you would like to see ported to F#.

About

Some Microsoft Graph -the Microsoft 365 API, samples ported to F#

License:MIT License


Languages

Language:F# 100.0%