summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-15Explicit expanding of agenda, ref ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/52
2019-01-23attempt to solve https://github.com/tobixen/calendar-cli/issues/50Tobias Brox
2017-10-30the information in this file was rather obsoletedTobias Brox
2017-08-30bugfixingTobias Brox
2017-08-30fix proper command name, fix dependency, compatibility fix on version ↵Tobias Brox
number, modified defaults to fit with my workflow - due dates should expire immediately by default so we can set a proper due date
2017-08-30bugfixesTobias Brox
2017-08-29some cleanup and enhancements of EXAMPLESTobias Brox
2016-05-04revisited the task management document, based on practical experiencesTobias Brox
2016-05-04revisited the task management document, based on practical experiencesTobias Brox
2016-05-04revisited the task management document, based on practical experiencesTobias Brox
2016-05-04oups - left a debugging hook in the codeTobias Brox
2016-05-03one more unicode issueTobias Brox
2016-05-02not sure if object_by_uid is completely supported without the comp_filter on ↵Tobias Brox
all servers. This was done as a 'hack' allowing todo items to be deleted without adding explicit code for it in calendar-cli
2016-05-02unicode issueTobias Brox
2016-04-20Merge branch 'fgtham-cal_opts' into v0.11.0.devTobias Brox
2016-04-20Merge branch 'cal_opts' of https://github.com/fgtham/calendar-cli into ↵Tobias Brox
fgtham-cal_opts
2016-04-20Merge branch 'master' into v0.11.0.devTobias Brox
2016-04-17add calendar event description and locationFlorian Tham
2016-04-05bugfix: config file should be with underscores, ref github issue #25Tobias Brox
2016-04-05Merge branch 'v0.11.0.dev' of github.com:tobixen/calendar-cli into v0.11.0.devTobias Brox
2016-04-05attempt on more verbosity on the --helpTobias Brox
2016-04-05bugfix: config file should be with underscores, ref github issue #25Tobias Brox
2016-04-04calendar-cli name conflict, ref issue #24Tobias Brox
2016-04-04calendar-cli name conflict, ref issue #24Tobias Brox
2016-03-16more fixing for github issue #23 - license missingTobias Brox
2016-03-16more fixing for github issue #23 - license missingTobias Brox
2016-03-16fix for github issue #23 - license missingTobias Brox
2016-03-16Merge branch 'v0.11.0.dev' of github.com:tobixen/calendar-cli into v0.11.0.devTobias Brox
2016-03-16fix for github issue #23 - license missingTobias Brox
2016-02-03Merge pull request #22 from zepalmer/v0.11.0.devTobias Brox
Added first draft of feature for adding alarms to newly-created TODOs.
2016-02-03Added first draft of feature for adding alarms to newly-created TODOs.Zachary Palmer
2016-01-22bugfix, ref issue #18 on githubTobias Brox
2015-11-06Merge branch 'feature_selfsigned_ssl' into v0.11.0.devTobias Brox
2015-11-06allow servers with a self-signed SSL certTobias Brox
2015-09-07Merge branch 'v0.11.0.dev' of github.com:tobixen/calendar-cli into v0.11.0.devTobias Brox
2015-09-07Attempt to solve issue #13 on githubTobias Brox
2015-08-15syncing from google calendarTobias Brox
2015-06-01oh noes - I forgot debug code in thereTobias Brox
2015-06-01recurring todos should now be supported the way I would like it to work, ↵Tobias Brox
though this is quite untested ...
2015-05-18Merge branch 'v0.11.0.dev' into v0.11.0.dev.wipTobias Brox
2015-05-18new options for selecting tasks: --overdue and --hide-future. Attempt to ↵Tobias Brox
get comma-separated lists to work. Looked through the documentation a bit. Documented some of the ugly one-liners I'm currently using to manage agendas and task lists
2015-05-17only show start/due dates, not the timeTobias Brox
2015-05-17Merge branch 'v0.11.0.dev' of github.com:tobixen/calendar-cli into v0.11.0.devTobias Brox
2015-05-17work in progress ...Tobias Brox
2015-05-14fix timezone issues, allow --nocategories (and friends) to find all ↵Tobias Brox
uncategorized todos
2015-05-11very simple vjournal support. More work on vjournal support depends on ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/12
2015-05-11added support for --hide-childrenTobias Brox
2015-05-06bugfixTobias Brox
2015-05-04new feature: hide parent task if we need to work on children tasks (think of ↵Tobias Brox
parent as dependent on the children to be done)
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)