summaryrefslogtreecommitdiff
path: root/calendar-cli.py
AgeCommit message (Expand)Author
2021-05-25Wrap question about how to handle config in a loopfix/loop_on_savecos
2021-05-25Fix: Specify calendar rather than random selectionfix/require_calendar_urlcos
2020-12-25resolves https://github.com/tobixen/calendar-cli/issues/80Tobias Brox
2020-08-16random todo-commentTobias Brox
2020-07-07Private eventsGuy Brand
2020-06-08the whole docstring is written out in the help-message, without line breaks, ...Tobias Brox
2020-06-08it may be important with a backlink to the official project home.Tobias Brox
2020-06-08whitespace changesTobias Brox
2020-06-08python2/python3 string handling bugfixesTobias Brox
2020-06-07bugfixTobias Brox
2020-06-07bugfixTobias Brox
2020-06-07workaround to get time zones in accordance with the RFC, ref https://github.c...Tobias Brox
2020-06-07yet another bugfixTobias Brox
2020-06-07bugfixingTobias Brox
2020-06-07Hm, the --default-due does not really do what it said in the --helpTobias Brox
2020-06-07minor text tweakTobias Brox
2020-06-06more work on proper timestamp localization/conversion in agenda. Resolves ht...Tobias Brox
2020-06-06bugfix for https://github.com/tobixen/calendar-cli/issues/11 - don't treat ti...Tobias Brox
2020-06-06bugfix for https://github.com/tobixen/calendar-cli/issues/11 - timezone was n...Tobias Brox
2020-06-06partial fix for https://github.com/tobixen/calendar-cli/issues/11 - fix TZ wh...Tobias Brox
2020-06-06when creating an event by dates only, it should implicitly be treated as whol...Tobias Brox
2020-06-06removed a duplicated code line, fixed a python3-unicode/byte-bugTobias Brox
2020-06-05Merge branch 'master' of github.com:tobixen/calendar-cliTobias Brox
2020-06-05make it possible to create a calendar, resolves https://github.com/tobixen/ca...Tobias Brox
2020-05-14a minor timezone cleanup (potential messup) + fix for recurring events, fixin...Tobias Brox
2020-05-05remove untested nonworking code for deleting events by timestamp, fixes https...Tobias Brox
2020-04-14allows todo items to be created without due date or dtstart. partially fix f...Tobias Brox
2020-04-14apparently the to_normal_str function was added to caldav after the latest 0....Tobias Brox
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