summaryrefslogtreecommitdiff
path: root/calendar-cli.py
AgeCommit message (Collapse)Author
2015-05-03added support for listing out the categories tags encountered. added ↵Tobias Brox
support for editing tasks through the python debugger. added support for adding subtasks (children)
2015-05-02releasing version 0.10Tobias Brox
2015-05-01more work on vtodo, adding support for editing and adding categories. plus ↵Tobias Brox
some other minor fixes
2015-04-29mergeTobias Brox
2015-04-29oups, those changes to the caldav library hasn't been committed yetTobias Brox
2015-04-29misc new features, helping me managing my task listsTobias Brox
2015-04-28worked quite much on the support for todo-lists. My aim is to let this tool ↵Tobias Brox
become my primary task/todo-list system
2015-04-25working on todoTobias Brox
2015-04-23bugfixTobias Brox
2015-04-23bugfixTobias Brox
2015-04-23Merge branch 'master' of github.com:tobixen/calendar-cliTobias Brox
2015-04-21support for adding vtodo entriesTobias Brox
2015-04-15Merge remote-tracking branch 'refs/remotes/origin/master'Tobias Brox
2015-04-15date format for agenda printout can be specified through command line optionsTobias Brox
2015-03-30py3 compatibility fix - removed noop import of urlparseTobias Brox
2015-03-30py3 compatibility fixTobias Brox
2015-03-30allow a duration to be specifiedTobias Brox
2015-03-30version 0.8. New feature: interactive configuration modeTobias Brox
2015-02-15release 0.7Tobias Brox
2015-02-15Support deletion of events. Not very important for me personally, but it's ↵Tobias Brox
really important to be able to write automated test code
2015-02-14Merge branch 'master' of github.com:tobixen/calendar-cliTobias Brox
2015-02-14loading some of the metadata from the script into setup.py, to avoid ↵Tobias Brox
redundancy and make sure the version number needs to be bumped only one place. Ref http://stackoverflow.com/questions/28213267/design-pattern-for-setup-py-to-avoid-duplicated-metadata
2015-01-29bugfix for non-ascii unicode summaryTobias Brox
2014-03-14version 0.6 - with relatively smooth agenda functionlityTobias Brox
2014-03-10got agenda to workTobias Brox
2014-03-07library exchangeTobias Brox
2013-12-03bumped the version number and fixed up the README a bitTobias Brox
2013-12-02merge masterTobias Brox
2013-12-02merging in some of the changes from the agenda branchTobias Brox
2013-11-30Version 0.05. Added the possibility to export ics files to the calendarTobias Brox
2013-11-15work in processTobias Brox
2013-10-05Bumped version number, docfixTobias Brox
2013-10-05bugfix. This needs an automated test suite ...Tobias Brox
2013-10-05now the calendar-url option is ... optional :-)Tobias Brox
2013-10-05bugfixingTobias Brox
2013-10-02version 0.03 - added support for reading a config fileTobias Brox
2013-09-28now possible to put calendar events to a calendarTobias Brox
2013-09-24rearranging the milestones; TODO-items will have to wait since the ↵Tobias Brox
icalendar.py doesn't have much support for it; bumping version number to 0.01
2013-09-18work in progress. hm, we need test code ...Tobias Brox