Age | Commit message (Expand) | Author |
2020-06-06 | bugfix for https://github.com/tobixen/calendar-cli/issues/11 - timezone was n... | Tobias Brox |
2020-06-06 | partial fix for https://github.com/tobixen/calendar-cli/issues/11 - fix TZ wh... | Tobias Brox |
2020-06-06 | when creating an event by dates only, it should implicitly be treated as whol... | Tobias Brox |
2020-06-06 | more tests, including one that breaks until https://github.com/tobixen/calend... | Tobias Brox |
2020-06-06 | more test code, preparing to work with https://github.com/tobixen/calendar-cl... | Tobias Brox |
2020-06-06 | removed a duplicated code line, fixed a python3-unicode/byte-bug | Tobias Brox |
2020-06-05 | support for xandikos in the tests ... sort of ... resolves https://github.com... | Tobias Brox |
2020-06-05 | Merge branch 'master' of github.com:tobixen/calendar-cli | Tobias Brox |
2020-06-05 | make it possible to create a calendar, resolves https://github.com/tobixen/ca... | Tobias Brox |
2020-05-14 | a minor timezone cleanup (potential messup) + fix for recurring events, fixin... | Tobias Brox |
2020-05-05 | the python-caldav version 0.5.0 had issues with time stamps, and calendar-cli... | Tobias Brox |
2020-05-05 | include installation procedures as part of the README, fixes https://github.c... | Tobias Brox |
2020-05-05 | remove untested nonworking code for deleting events by timestamp, fixes https... | Tobias Brox |
2020-04-14 | allows todo items to be created without due date or dtstart. partially fix f... | Tobias Brox |
2020-04-14 | apparently the to_normal_str function was added to caldav after the latest 0.... | Tobias Brox |
2020-04-13 | the friendly error messages disappeared when going from python2 to python3. ... | Tobias Brox |
2020-04-13 | Strings printed to stdout should not be utf-8-encoded. resolves https://gith... | Tobias Brox |
2020-02-06 | potential bugfix for https://github.com/python-caldav/caldav/issues/79 | Tobias Brox |
2020-02-05 | --debug-logging did nothing. Now all communication with the caldav server is... | Tobias Brox |
2019-09-18 | usually it's better with too many comments than too few | Tobias Brox |
2019-09-18 | one more python3-fix + a comment | Tobias Brox |
2019-09-12 | python3 compatibility fix | Tobias Brox |
2019-09-11 | silly-stupid bugfix | Tobias Brox |
2019-09-10 | python2 is again preferred, and print a warning if we're using python3 | Tobias Brox |
2019-09-10 | more python3-compatibility, ref https://github.com/tobixen/calendar-cli/issue... | Tobias Brox |
2019-09-10 | ref https://github.com/tobixen/calendar-cli/issues/56 fix nice error messages... | Tobias Brox |
2019-09-10 | Merge branch 'v0.11.0.dev' | Tobias Brox |
2019-09-10 | let's see if this works with python3 ... ref https://github.com/tobixen/calen... | Tobias Brox |
2019-09-10 | ref https://github.com/tobixen/calendar-cli/issues/56 fix nice error messages... | Tobias Brox |
2019-08-11 | Merge pull request #55 from mkapra/getpass_fix | Tobias Brox |
2019-08-11 | Adding getpass module. Password not echoing to terminal anymore. | Maximilian Kapra |
2019-03-15 | Explicit expanding of agenda, ref https://github.com/tobixen/calendar-cli/iss... | Tobias Brox |
2019-01-25 | minor bugfix and some cleanup | Tobias Brox |
2019-01-23 | Merge branch 'v0.11.0.dev' | Tobias Brox |
2019-01-23 | attempt to solve https://github.com/tobixen/calendar-cli/issues/50 | Tobias Brox |
2018-12-17 | bugfix, ref https://github.com/tobixen/calendar-cli/issues/45 | Tobias Brox |
2018-12-17 | testing with non-ascii characters in location field, ref https://github.com/t... | Tobias Brox |
2018-12-17 | more fixing, ref https://github.com/tobixen/calendar-cli/issues/45 | Tobias Brox |
2018-12-14 | some extra code to cover location, description etc in event-template, ref htt... | Tobias Brox |
2018-12-14 | bugfix | Tobias Brox |
2018-12-11 | Merge branch 'master' of github.com:tobixen/calendar-cli | Tobias Brox |
2018-12-11 | tweaking the EXAMPLES - I was actually using this daily for a while, until th... | Tobias Brox |
2018-12-11 | tweaking the EXAMPLES - I was actually using this daily for a while | Tobias Brox |
2018-12-11 | comment fixes | Tobias Brox |
2018-12-11 | Merge branch 'v0.11.0.dev' | Tobias Brox |
2018-10-20 | Merge pull request #48 from phavekes/master | Tobias Brox |
2018-10-19 | Disable except that needs more checking | Peter Havekes |
2018-10-19 | Disable SSL warning | Peter Havekes |
2018-10-19 | clean ical data for output utf-8 | Peter Havekes |
2018-10-19 | raise instead of raise e | Peter Havekes |