Git Product home page Git Product logo

sync-outlook-calendar-with-syncfusion-asp.netcore-scheduler's Introduction

Sync-outlook-calendar-with-syncfusion-asp.netcore-scheduler

The application explains how to get events from Office 365 Outlook and display it in ASP.NET Core Scheduler using Microsoft Graph API and Azure AD.

Prerequisites

  • Visual Studio 2019
  • .NET Core 5.0

How to run the project

  • Checkout this project to a location in your disk.
  • Open the solution file using the Visual Studio 2019.
  • Restore the NuGet packages by rebuilding the solution.
  • Generate the ClientId and ClientSecret by following the steps provided in the Configure an Azure AD app to connect to Microsoft 365 page and keep the ClientId and ClientSecret to perform the next steps.
  • Open the Package Manager Console in the project and run the following commands with your generated ClientId and ClientSecret values.
dotnet user-secrets init
dotnet user-secrets set "AzureAd:ClientId" "YOUR_APP_ID"
dotnet user-secrets set "AzureAd:ClientSecret" "YOUR_APP_SECRET"
  • Sign in to your Microsoft 365 account.
  • Run the project the permission prompt will be opened. Click the Accept button.
  • The home page of the project will be opened. Navigate to the Calendar page the Scheduler loaded with the Outlook appointments.

sync-outlook-calendar-with-syncfusion-asp.netcore-scheduler's People

Contributors

maheshtps avatar ravikumar-venkatesan-m avatar sarubala20 avatar syncfusionbuild avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.