Age | Commit message (Expand) | Author |
2021-12-30 | working on the new kal interface | Tobias Brox |
2021-11-27 | timezones are difficult in python - tried to get rid of pytz dependency, but ... | Tobias Brox |
2021-11-09 | Get password from a file | Guy Brand |
2021-10-18 | found some old modifications that were never committed | Tobias Brox |
2021-09-28 | possible fix for https://github.com/tobixen/calendar-cli/issues/85 | Tobias Brox |
2021-05-28 | Show default value in help for --event-template | cos |
2021-05-28 | Same tz for dtstart, dtcreated and dtend in agenda | cos |
2021-05-25 | Updated the copyright header | Tobias Brox |
2021-05-25 | Add calendar_url and doc tip to interactive-configcr/improve_interactive_config | cos |
2021-05-25 | Most calendar servers will yield the "primary" calendar as the first, | Tobias Brox |
2021-05-25 | push the version number | Tobias Brox |
2021-05-25 | Wrap question about how to handle config in a loopfix/loop_on_save | cos |
2021-05-25 | Fix: Specify calendar rather than random selectionfix/require_calendar_url | cos |
2020-12-25 | resolves https://github.com/tobixen/calendar-cli/issues/80 | Tobias Brox |
2020-08-16 | random todo-comment | Tobias Brox |
2020-07-07 | Private events | Guy Brand |
2020-06-08 | the whole docstring is written out in the help-message, without line breaks, ... | Tobias Brox |
2020-06-08 | it may be important with a backlink to the official project home. | Tobias Brox |
2020-06-08 | whitespace changes | Tobias Brox |
2020-06-08 | python2/python3 string handling bugfixes | Tobias Brox |
2020-06-07 | bugfix | Tobias Brox |
2020-06-07 | bugfix | Tobias Brox |
2020-06-07 | workaround to get time zones in accordance with the RFC, ref https://github.c... | Tobias Brox |
2020-06-07 | yet another bugfix | Tobias Brox |
2020-06-07 | bugfixing | Tobias Brox |
2020-06-07 | Hm, the --default-due does not really do what it said in the --help | Tobias Brox |
2020-06-07 | minor text tweak | Tobias Brox |
2020-06-06 | more work on proper timestamp localization/conversion in agenda. Resolves ht... | Tobias Brox |
2020-06-06 | bugfix for https://github.com/tobixen/calendar-cli/issues/11 - don't treat ti... | Tobias Brox |
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 | removed a duplicated code line, fixed a python3-unicode/byte-bug | 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 | 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 |