vobject does not understand Pendulum's custom API for getting the timezone name. Rather than try to be fancy with timezone-aware schedule objects, just use UTC and let the calendar software figure out how to present it in the user's timezone.
autopilot
Scheduling automation for East Coast Aero Club's flight scheduling software.
Features
- Sync with Google calendar
Setup
cp .env.example .env
$EDITOR .env # add your config
make build
Usage
Run locally with Docker:
make run
Roadmap
- Proper caching/background scheduling for calendar building
- Automatically schedule recurring flights when available
- Email notifications on failure to schedule
- Multi-user support
Deployment
Kubernetes files to come soon!
Description
Languages
Python
92.4%
Dockerfile
4.5%
Makefile
3.1%