Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
# outlook-calendar-integration-react-scheduler

This project is a React-based web application that integrates with Microsoft Outlook Calendar using Microsoft Graph API. It allows users to view, create, and manage calendar events directly from a custom scheduler interface. The application is ideal for individuals or organizations looking to streamline their scheduling process by leveraging Microsoft 365 services.

## Prerequisites

Node.js version 18+
Before running the application, ensure the following prerequisites are met:

Node.js version 18 or higher installed on your system.
Need to have a personal Microsoft account or a Microsoft work or school account.
Internet access to connect with Microsoft services.

## Set up application(Client) id

Replace **YOUR_APP_ID** in the config.ts with your generated id.

## Run the application

To start the development server:

`npm install`
`npm start`

It runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
This will launch the app in development mode. Open [http://localhost:3000](http://localhost:3000) in your browser to view and interact with the scheduler.