ShipraShalini / Upcoming-iCal-Events

An Übersicht Widget for Mac - Syncs with iCalendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upcoming iCal Events

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

Options

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

Support

Credits

About

An Übersicht Widget for Mac - Syncs with iCalendar

License:MIT License


Languages

Language:CoffeeScript 97.6%Language:Shell 2.4%