{"id":15410752,"url":"https://github.com/damienbod/aspnetcoreblazormicrosoftgraph","last_synced_at":"2025-04-15T22:50:29.296Z","repository":{"id":44727801,"uuid":"438756121","full_name":"damienbod/AspNetCoreBlazorMicrosoftGraph","owner":"damienbod","description":"ASP.NET Core Blazor with Microsoft Graph","archived":false,"fork":false,"pushed_at":"2025-01-01T12:25:28.000Z","size":2918,"stargazers_count":23,"open_issues_count":4,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T02:12:07.150Z","etag":null,"topics":["aspnet-core","azuread","blazor","graph","microsoft-graph","microsoft-identity","oauth","oauth2","office","oidc"],"latest_commit_sha":null,"homepage":"https://damienbod.com/2021/12/20/use-calendar-mailbox-settings-and-teams-presence-in-asp-net-core-hosted-blazor-wasm-with-microsoft-graph/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/damienbod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-15T19:57:18.000Z","updated_at":"2025-01-01T12:25:21.000Z","dependencies_parsed_at":"2023-12-02T12:23:18.857Z","dependency_job_id":"6f345c4c-d43d-43fa-90f9-6e78549d51ad","html_url":"https://github.com/damienbod/AspNetCoreBlazorMicrosoftGraph","commit_stats":{"total_commits":114,"total_committers":1,"mean_commits":114.0,"dds":0.0,"last_synced_commit":"80201a251e7568e0d11eeb4260202783aacbb030"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreBlazorMicrosoftGraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreBlazorMicrosoftGraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreBlazorMicrosoftGraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreBlazorMicrosoftGraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damienbod","download_url":"https://codeload.github.com/damienbod/AspNetCoreBlazorMicrosoftGraph/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249167434,"owners_count":21223505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aspnet-core","azuread","blazor","graph","microsoft-graph","microsoft-identity","oauth","oauth2","office","oidc"],"created_at":"2024-10-01T16:46:11.906Z","updated_at":"2025-04-15T22:50:29.276Z","avatar_url":"https://github.com/damienbod.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![.NET](https://github.com/damienbod/AspNetCoreBlazorMicrosoftGraph/actions/workflows/dotnet.yml/badge.svg)](https://github.com/damienbod/AspNetCoreBlazorMicrosoftGraph/actions/workflows/dotnet.yml)\r\n\r\n# ASP.NET Core Blazor with Microsoft Graph samples\r\n\r\n![User Calendar](https://github.com/damienbod/AspNetCoreBlazorMicrosoftGraph/blob/main/images/BlazorGraph_03.png)\r\n\r\n## Blogs\r\n\r\n[Use calendar, mailbox settings and Teams presence in ASP.NET Core hosted Blazor WASM with Microsoft Graph](https://damienbod.com/2021/12/20/use-calendar-mailbox-settings-and-teams-presence-in-asp-net-core-hosted-blazor-wasm-with-microsoft-graph/)\r\n\r\n## History\r\n\r\n- 2025-01-01 .NET 9\r\n- 2024-07-03 Updated packages\r\n- 2024-01-14 Updated packages, fix refresh bug\r\n- 2024-01-14 Updated packages, improved CSP, now using a nonce\r\n- 2023-11-22 Updated Graph 5 SDK\r\n- 2023-11-21 Updated .NET 8\r\n- 2023-03-02 Updated nuget packages, .NET 7\r\n- 2022-07-09 Updated nuget packages\r\n- 2022-01-28 Updated nuget packages\r\n- 2022-01-14 Added Teams and Email APIs\r\n- 2022-01-14 updated MailboxSettings and Calander to use application scopes\r\n- 2021-12-19 first version\r\n\r\n### Email client\r\n\r\nThe Azure App registration requires the Graph API delegated **Mail.Send** and the **Mail.ReadWrite** scopes.\r\n\r\n```json\r\n\"User.read Mail.Send Mail.ReadWrite\"\r\n```\r\n\r\n### Presence client\r\n\r\nThe Azure App registration requires the Graph API delegated **User.Read.All** and **Presence.Read.All** scope.\r\n\r\n```json\r\n\"User.read User.Read.All Presence.Read.All\"\r\n```\r\n\r\n### User Mailbox settings client\r\n\r\nThe Azure App registration requires the Graph API application **User.Read.All** **MailboxSettings.Read** scopes.\r\n\r\n```json\r\n\"User.read User.Read.All MailboxSettings.Read\"\r\n```\r\n\r\n### Calendar client\r\n\r\nThe Azure App registration requires the Graph API application **User.Read.All** **Calendars.Read** **Calendars.Read.Shared** scopes.\r\n\r\n```json\r\n \"User.read User.Read.All Calendars.Read Calendars.Read.Shared\"\r\n```\r\n\r\n### Teams client\r\n\r\nRequires the delegated **OnlineMeetings.ReadWrite** permission\r\n\r\n```json\r\n \"OnlineMeetings.ReadWrite\"\r\n```\r\n\r\n# Links\r\n\r\nhttps://blazorise.com/\r\n\r\nhttps://github.com/AzureAD/microsoft-identity-web\u003c/p\u003e\r\n\r\nhttps://docs.microsoft.com/en-us/graph/api/user-get-mailboxsettings\r\n\r\nhttps://docs.microsoft.com/en-us/graph/api/presence-get\r\n\r\nhttps://docs.microsoft.com/en-us/aspnet/core/blazor/security/content-security-policy\r\n\r\nhttps://github.com/andrewlock/NetEscapades.AspNetCore.SecurityHeaders\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamienbod%2Faspnetcoreblazormicrosoftgraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamienbod%2Faspnetcoreblazormicrosoftgraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamienbod%2Faspnetcoreblazormicrosoftgraph/lists"}