Workday Schedule Converter
A tool for WPI students to create a .ics calendar file from a Workday schedule export file using React
August 2021
JavaScriptReact
Project Overview
This project, developed in collaboration with Kai Nakamura, is a web application that converts a class schedule Excel sheet exported from Workday into a .ics
file. This file can then be imported into any calendar app, making it easier for WPI students to manage their class schedules.
Key Features
- File upload for Workday Excel exports
- Conversion of Excel data to
.ics
format - Download option for the generated
.ics
file
Technical Implementation
- Built using React for a responsive and interactive user interface
- Implemented file parsing and
.ics
generation in JavaScript
Future Improvements
- Add support for different Workday export formats
- Implement a preview feature for the converted schedule
- Create a browser extension for easier access