Project
Shift agent to iCalendar
Description This Python script automates retrieving work schedules from ShiftAgent, converting them into iCalendar format, and emailing the result. It uses web scraping to access the schedule, parses the data, generates an iCal file, and sends it via email. Technical Breakdown 1. Web Scraping with Playwright 2. HTML Parsing with Read more
