Huge Disclaimer!
How is this different from Up Next?
- Added multi-calendar support
- Added Open at Login option
- Remembers selected calendars between startups
- Changed when the button text changes to the next event to 1/3 of the event's duration (e.g. if your current event takes 1 hour then the app will show the next event in the button after 20 minutes)
- Left out the "Present via Google Meet" option
- Fix timestamps (right now we use UTC to check for next events even when you're in a different timezone, this breaks next event detection)
- Support for overlapping events (if you have an event that runs from 10am to 5pm and one that runs from 11am to 12 then the 10am one is priotized)
- Optimize memory consumption
- Fork & clone this repository
carthage build
to install dependencies- Open
Next Up.xcodeproj
in Xcode - Make your changes
- Open up a PR