From fba98fdcf45faf3ed1925d6b0bbadd448a4e0ecf Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sat, 4 Jan 2025 18:20:26 -0600 Subject: [PATCH] posts: use correct link for video --- .../index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Blog/wwwroot/posts/how-to-automate-creating-microsoft-calendar-events-using-onspring/index.md b/src/Blog/wwwroot/posts/how-to-automate-creating-microsoft-calendar-events-using-onspring/index.md index 051db7e..4161cc9 100644 --- a/src/Blog/wwwroot/posts/how-to-automate-creating-microsoft-calendar-events-using-onspring/index.md +++ b/src/Blog/wwwroot/posts/how-to-automate-creating-microsoft-calendar-events-using-onspring/index.md @@ -77,7 +77,7 @@ Before we jump into Onspring, let's gather all the pieces of information you'll - Your `Azure Tenant Id` (find this on the Overview page) - The `Id` or `Unique Principal Name` of the user you want to create events for (you can find this in the Azure Portal under Users) - + ### The Fun Part - Setting Up Onspring