hack-together icon indicating copy to clipboard operation
hack-together copied to clipboard

Project: Find meeting time MVC Web app with Microsoft Graph

Open ambroseboo opened this issue 1 year ago • 2 comments

Project name

Find Meeting Time

Description

This web application aims to remedy the pain point of scheduling meetings with colleagues.

  • Currently, using Outlook to schedule a meeting for a group of people is difficult. It is guesswork to put a time slot and see if there are any conflicts for others.
  • The suggestion tab in Outlook is not very useful; it shows a few recommended time slots, typically the earliest ones.

This application aims to take a list of emails (people) and a a meeting duration and generate available meeting timeslots (where everyone is available) in the user-provided time period.

  • It does so by using Microsoft Graph API to query for everyone's calendars, and seeking a timeslot where everyone does not have an ongoing meeting.

Future Features

  • Select meeting time and send meeting invite to all attendees.

Repo URL

https://github.com/ambroseboo/find-meeting-time

Team members

ambroseboo

ambroseboo avatar Mar 13 '23 16:03 ambroseboo

Thank you for your submission @ambroseboo! Would you be willing to record a short video to demonstrate the app? It's not required for the hackathon but it would help us showcase your work internally at Microsoft and publicly in the community 😊

waldekmastykarz avatar Mar 14 '23 07:03 waldekmastykarz

Here is the video. Thanks! https://user-images.githubusercontent.com/59088254/225082689-9d6b4e95-69e4-4cbd-9944-b0c254b8d679.mp4

ambroseboo avatar Mar 14 '23 17:03 ambroseboo