From 114c83fdd2970fd3f70c1fa5704bcc135f7ee33d Mon Sep 17 00:00:00 2001 From: Viswajith-SF4388 <154953446+Viswajith-SF4388@users.noreply.github.com> Date: Fri, 10 Oct 2025 20:02:37 +0530 Subject: [PATCH 1/2] 986064: Resolve the Github Failures. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef55fc8..7bb7f4e 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,4 @@ Replace **YOUR_APP_ID** in the config.ts with your generated id. `npm start` It runs the app in the development mode. -Open [http://localhost:3000](http://localhost:3000) to view it in the browser. \ No newline at end of file +Open [http://localhost:3000](http://localhost:3000) to view it in the browser. From 7f38273879d698f2c4cd16e137755f5c4d01f019 Mon Sep 17 00:00:00 2001 From: Viswajith-SF4388 <154953446+Viswajith-SF4388@users.noreply.github.com> Date: Tue, 28 Oct 2025 20:07:11 +0530 Subject: [PATCH 2/2] 986064: Resolve Failures in GitHub Repositories. --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7bb7f4e..09e8cc5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ # 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 @@ -11,8 +16,9 @@ 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. \ No newline at end of file