summaryrefslogtreecommitdiff
path: root/calendar-cli.py
AgeCommit message (Expand)Author
2020-04-13the friendly error messages disappeared when going from python2 to python3. ...Tobias Brox
2020-04-13Strings printed to stdout should not be utf-8-encoded. resolves https://gith...Tobias Brox
2020-02-06potential bugfix for https://github.com/python-caldav/caldav/issues/79Tobias Brox
2020-02-05--debug-logging did nothing. Now all communication with the caldav server is...Tobias Brox
2019-09-18usually it's better with too many comments than too fewTobias Brox
2019-09-18one more python3-fix + a commentTobias Brox
2019-09-12python3 compatibility fixTobias Brox
2019-09-11silly-stupid bugfixTobias Brox
2019-09-10python2 is again preferred, and print a warning if we're using python3Tobias Brox
2019-09-10more python3-compatibility, ref https://github.com/tobixen/calendar-cli/issue...Tobias Brox
2019-09-10ref https://github.com/tobixen/calendar-cli/issues/56 fix nice error messages...Tobias Brox
2019-09-10Merge branch 'v0.11.0.dev'Tobias Brox
2019-09-10let's see if this works with python3 ... ref https://github.com/tobixen/calen...Tobias Brox
2019-09-10ref https://github.com/tobixen/calendar-cli/issues/56 fix nice error messages...Tobias Brox
2019-08-11Adding getpass module. Password not echoing to terminal anymore.Maximilian Kapra
2019-03-15Explicit expanding of agenda, ref https://github.com/tobixen/calendar-cli/iss...Tobias Brox
2019-01-25minor bugfix and some cleanupTobias Brox
2019-01-23Merge branch 'v0.11.0.dev'Tobias Brox
2019-01-23attempt to solve https://github.com/tobixen/calendar-cli/issues/50Tobias Brox
2018-12-17bugfix, ref https://github.com/tobixen/calendar-cli/issues/45Tobias Brox
2018-12-17more fixing, ref https://github.com/tobixen/calendar-cli/issues/45Tobias Brox
2018-12-14some extra code to cover location, description etc in event-template, ref htt...Tobias Brox
2018-12-11comment fixesTobias Brox
2018-12-11Merge branch 'v0.11.0.dev'Tobias Brox
2018-10-19Disable except that needs more checkingPeter Havekes
2018-10-19Disable SSL warningPeter Havekes
2018-10-19clean ical data for output utf-8Peter Havekes
2018-10-19raise instead of raise ePeter Havekes
2018-10-19Catch some errors in _calendar_addics.Peter Havekes
2018-03-09Merge branch 'master' of https://github.com/tobixen/calendar-cliYannis Mitsos
2018-03-09Include a flag to ommit METHOD property from a requestYannis Mitsos
2018-01-20Changed strftime("%F") to strftime("%Y-%m-%d") to fit to Windows.linxsorg
2017-09-24Fix --whole-day capabilityA Frederick Christensen
2017-09-23Small cleanups/typosA Frederick Christensen
2017-08-30fix proper command name, fix dependency, compatibility fix on version number,...Tobias Brox
2017-04-01yet some more bugfixes wrg date/datetime incompatibility issuesTobias Brox
2017-01-23new versionTobias Brox
2017-01-23Merge branch 'v0.11.0.dev' with conflict handlingTobias 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
2016-05-02unicode issueTobias Brox
2016-04-20Merge branch 'cal_opts' of https://github.com/fgtham/calendar-cli into fgtham...Tobias Brox
2016-04-19typoFlorian Tham
2016-04-19whole-day eventsFlorian Tham
2016-04-17add calendar event description and locationFlorian Tham
2016-03-16more fixing for github issue #23 - license missingTobias Brox
2016-03-16more fixing for github issue #23 - license missingTobias Brox
2016-02-03Added first draft of feature for adding alarms to newly-created TODOs.Zachary Palmer