Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-13 | Remove tests involving `parse_timespec` | A Frederick Christensen | |
`parse_timespec` function has been split out to `plann` and is no longer available. | |||
2023-05-18 | cleaned out yet some of the 'new generation' stuff from the documenatation | Tobias Brox | |
2023-04-06 | removed some more traces of kal | Tobias Brox | |
2022-11-24 | more fixups to the test code | Tobias Brox | |
2022-11-24 | test directory may need an __init__.py file | Tobias Brox | |
2022-11-24 | preparing for v0.14.0-release | Tobias Brox | |
2022-11-06 | reorganized the repository - should fix ↵ | Tobias Brox | |
https://github.com/tobixen/calendar-cli/issues/94 | |||
2022-10-28 | Bugfix. I broke setup.py | Tobias Brox | |
2022-10-20 | doc bugfix | Tobias Brox | |
2022-10-15 | completion of recurring tasks. work in progress. | Tobias Brox | |
2022-10-10 | support for child/parent-relations and skipping children or parents | Tobias Brox | |
2022-10-09 | task completion and sorting, offseting, limiting | Tobias Brox | |
2022-10-09 | More work on the kal aka cal.py command. It can now do around 80% of all ↵ | Tobias Brox | |
the stuff calendar-cli can do, plus more. | |||
2022-05-29 | some work on the testing script. (This should be cleaned up and made more ↵ | Tobias Brox | |
readable and modular ... but how?) | |||
2022-04-18 | Work in progress on new cli | Tobias Brox | |
(I was working on this several months ago - then I got interrupted, forgot to commit, never got time to look back) | |||
2022-01-05 | working on the new cli. Split out the thoughts from the NEXT_LEVEL.md file ↵ | Tobias Brox | |
to an independent NEW_CLI.md | |||
2022-01-02 | Timezone mess, revisited. 0.13.0 was released with broken tests (I should ↵ | Tobias Brox | |
probably fix the test script to report FAILED) when the tests fail). Timezones are difficult, indeed. | |||
2022-01-02 | kal: milestone, ics data can be added to the calendar | Tobias Brox | |
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 | |
ended up filing https://github.com/collective/icalendar/issues/333 https://github.com/collective/icalendar/issues/335 https://github.com/collective/icalendar/issues/336 instead | |||
2020-06-07 | wontfix https://github.com/tobixen/calendar-cli/issues/74 | Tobias Brox | |
2020-06-07 | Ref https://github.com/tobixen/calendar-cli/issues/74 there may still be ↵ | Tobias Brox | |
some time zone issues here | |||
2020-06-07 | fixing up test code | Tobias Brox | |
2020-06-07 | documentation and comments. Resolves ↵ | Tobias Brox | |
https://github.com/tobixen/calendar-cli/issues/65 | |||
2020-06-06 | more work on proper timestamp localization/conversion in agenda. Resolves ↵ | Tobias Brox | |
https://github.com/tobixen/calendar-cli/issues/11 | |||
2020-06-06 | bugfix for https://github.com/tobixen/calendar-cli/issues/11 - timezone was ↵ | Tobias Brox | |
not honored when doing an agenda date search | |||
2020-06-06 | partial fix for https://github.com/tobixen/calendar-cli/issues/11 - fix TZ ↵ | Tobias Brox | |
when adding events. (agenda is still fubarred when caldav server yields timezone information) | |||
2020-06-06 | more tests, including one that breaks until ↵ | Tobias Brox | |
https://github.com/tobixen/calendar-cli/issues/49 is fixed | |||
2020-06-06 | more test code, preparing to work with ↵ | Tobias Brox | |
https://github.com/tobixen/calendar-cli/issues/49 | |||
2020-06-05 | support for xandikos in the tests ... sort of ... resolves ↵ | Tobias Brox | |
https://github.com/tobixen/calendar-cli/issues/68 | |||
2020-06-05 | make it possible to create a calendar, resolves ↵ | Tobias Brox | |
https://github.com/tobixen/calendar-cli/issues/69 - automated tests towards radicale, ref https://github.com/tobixen/calendar-cli/issues/68 | |||
2020-04-13 | Strings printed to stdout should not be utf-8-encoded. resolves ↵ | Tobias Brox | |
https://github.com/tobixen/calendar-cli/issues/60 | |||
2018-12-17 | testing with non-ascii characters in location field, ref ↵ | Tobias Brox | |
https://github.com/tobixen/calendar-cli/issues/45 | |||
2018-12-17 | more fixing, ref https://github.com/tobixen/calendar-cli/issues/45 | Tobias Brox | |
2018-12-14 | bugfix | Tobias Brox | |
2015-05-04 | new 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-02 | releasing version 0.10 | Tobias Brox | |
2015-04-25 | working on todo | Tobias Brox | |
2015-04-25 | added the tests directory ... hm, missing for so long? | Tobias Brox | |