1
I Use This!
Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jun 12, 2024 — Jun 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
all events are now cached, the pageToken was not being looped on properly changed event download for singleEvents=True and now need to parse RRULEs going forward when using the cache More... over 12 years ago
all events are now cached, the pageToken was not being looped on properly changed event download for singleEvents=False and now need to parse RRULEs going forward when using the cache More... over 12 years ago
only perform oauth2 authentication if actually needing to talk to google unified cache file to hold calendar list and all events (~/.gcalcli_cache, cPickle'd) new --no-cache option used to bypass cache when executing command note: all events are now cached but not yet used for the commands (checkpoint commit) More... over 12 years ago
added caching support for the calendar list new --refresh option used to blow away all caches More... over 12 years ago
use ascii dashes for now marker, parse code can't handle terminal graphic line escape sequences yet More... over 12 years ago
terminal line graphics now used for drawing lines for calw/calm/descr boxes new --nl option used to turn off terminal line graphics renamed all vars named 'str' to 'xstr' since str is a python keyword More... over 12 years ago
Merge tag 'v2.4' into v3.1 More... over 12 years ago
Update everything to show 2.4 release More... over 12 years ago
simplejson is the base for json, use stdlib if simplejson isn't there More... over 12 years ago
Merge branch 'master' of github.com:birdslikewires/gcalcli into birdslikewires-master More... over 12 years ago
Merge remote-tracking branch 'upstream/FuzzyDates' More... over 12 years ago
for calw/calm color event as marker color instead of drawing line before event when it's currently going on More... over 12 years ago
the edit command now works and is interactive changed color of all input prompts to magenta More... over 12 years ago
config backtick command now run in sub-shell, updated docs with example More... over 12 years ago
added a SIGINT handler so huge stack traces are not dumped to the terminal More... over 12 years ago
updated changelog and documentation More... over 12 years ago
added a current time line marker to the 'calw' and 'calm' output (just like that seen in the gui/browser) new option --now-marker-color used to change this marker, by default it's brightred More... over 12 years ago
updated docs for the new 'delete' and 'edit' commands More... over 12 years ago
implemented new 'delete' and 'edit' commands (edit is not yet implemented but the hook is there) added a new --detail-calendar option for showing the event's calendar name added a new --iama-expert option for studs who think they can delete non-interactively More... over 12 years ago
fixed exception that occurs when listing events with no summary More... over 12 years ago
ported to calender v3 and added support for oauth2 (New hotness!) More... over 12 years ago
Merge branch 'master' into oath More... over 12 years ago
print event date as YYYY-MM-DD for the search command More... over 12 years ago
added link info to tsv agenda output (--detail-url=short works for tsv as well) More... over 12 years ago
added ability to print links for events and shorten them via goo.gl More... over 12 years ago
added ascii text box around description in agenda output More... over 12 years ago
added some flair, and NO I don't need 37 pieces of flair to express myself o.O More... over 12 years ago
fixed listing of location and reminder information in the agenda More... over 12 years ago
Whoops, should really import the real library More... over 12 years ago
That space was bugging me More... over 12 years ago