A widget made for Übersicht using CoffeeScript, syncs upcoming events from your iCalendar
The iCalBuddy command-line utility tool must be installed to run. iCalBuddy can be installed by clicking the install.command script OR via brew in the terminal:
brew install ical-buddy
There are a number of options making the widget more customizable. Modify these values in the main.coffee file:
# Show which calendar you pulled from before event name
SHOW_CALENDER = false
# Ignore specific calendars
IGNORE_CALENDER = [ 'calendar name' ]
# Show full date including time
SHOW_DATE_TIME = true
# Characters after this value will be replaced with ...
MAX_CHARACTERS = 50
- Please email me for bug fixes at [email protected]
- Or open an Issue on github
- Entire widget is built around the icalBuddy utility developed by Ali Rantakari
- Styling is based to match the Countdown-Widget developed by Anurag Bakshi