1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 08, 2024 — Jun 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make ParseReminder a validator so we can bail earlier More... over 10 years ago
Merge branch 'master' of https://github.com/SBECK-github/gcalcli into SBECK-github-master More... over 10 years ago
Re-arrange Installation and Requirements section because More... over 10 years ago
Updates to setup.py and README.md for PyPi More... over 10 years ago
Allow the last commit to be the official '3.1' (long overdue.) Start the official 3.2 dev cycle. More... over 10 years ago
Add info on increasing text_buffer_size to README. Fixes #59. More... over 10 years ago
Typo More... over 10 years ago
Fix passing unicode calendar names as arguments. Fixes #138. More... over 10 years ago
Add example of flag file. Fixes #159. More... over 10 years ago
Correct issues with ignoreStarted. Fixes #162. More... over 10 years ago
Added reminder functionality More... over 10 years ago
Handle no name attendees. More... over 10 years ago
Add support for listing attendees. More... over 10 years ago
Fixes #144. More... over 10 years ago
Explicit install instructions. Fixes #146. More... over 10 years ago
We don't use gdata More... over 10 years ago
Fix #145. More... over 10 years ago
Removing trailing spaces that shouldn't be there More... almost 11 years ago
Replacing remaining --cal calls with --calendar for consistency. Fixes #136. More... almost 11 years ago
Fix setup.py to use setuptools if available. More... almost 11 years ago
Merge pull request #118 from jimparis/master More... over 11 years ago
Fix help text More... over 11 years ago
Merge branch 'no_fake_cache_events' More... over 11 years ago
Fixes #102 datetime.datetime is always a datetime.date object, but no the other way around. So we need to check whether we have a datetime instead of just a date. This was actually introduced in 4dc69e10 trying to fix #87 & #96. More... over 11 years ago
Merge pull request #100 from muelli/master More... over 11 years ago
Merge branch 'master' into no_fake_cache_events More... over 11 years ago
Since month/week breaks aren't always along month/year lines (duh) we should calculate days since some fixed point and compare those (epoch works great!) More... over 11 years ago
Reverting calendar stuff More... over 11 years ago
gflags is not a standard library so should be imported here More... over 11 years ago
Stop retrieving all events and never using them... More... over 11 years ago