Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-25 | Fix: Specify calendar rather than random selectionfix/require_calendar_url | cos | |
Without this commit, the calendar that gets used is undefined. With at least some CalDAV implementation this practically means one is randomly selected at every run. Having determinism at the small cost of required configuration is the user expected behaviour for anyone using an account with more than one calendar. | |||
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 | Merge pull request #77 from bug/master | Tobias Brox | |
Private events | |||
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 | |
and it gets quite ugly. Perhaps this will be better? | |||
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 ↵ | Tobias Brox | |
https://github.com/collective/icalendar/issues/272#issuecomment-640204031, resolves https://github.com/tobixen/calendar-cli/issues/11 | |||
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 | 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-07 | documentation work | 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 - don't treat ↵ | Tobias Brox | |
timezone information as an event | |||
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 | when creating an event by dates only, it should implicitly be treated as ↵ | Tobias Brox | |
whole day event resolves https://github.com/tobixen/calendar-cli/issues/49 | |||
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-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 ↵ | Tobias Brox | |
https://github.com/tobixen/calendar-cli/issues/68 | |||
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 ↵ | Tobias Brox | |
https://github.com/tobixen/calendar-cli/issues/69 - automated tests towards radicale, ref https://github.com/tobixen/calendar-cli/issues/68 | |||
2020-05-14 | a minor timezone cleanup (potential messup) + fix for recurring events, ↵ | Tobias Brox | |
fixing https://github.com/tobixen/calendar-cli/issues/52 | |||
2020-05-05 | the python-caldav version 0.5.0 had issues with time stamps, and ↵ | Tobias Brox | |
calendar-cli isn't compatible with 0.5.0 any more. Fixes https://github.com/tobixen/calendar-cli/issues/31 and many others | |||
2020-05-05 | include installation procedures as part of the README, fixes ↵ | Tobias Brox | |
https://github.com/tobixen/calendar-cli/issues/36 | |||
2020-05-05 | remove untested nonworking code for deleting events by timestamp, fixes ↵ | Tobias Brox | |
https://github.com/tobixen/calendar-cli/issues/62 - deletion by timestamp will be reintroduced as part of https://github.com/tobixen/calendar-cli/issues/12 | |||
2020-04-14 | allows todo items to be created without due date or dtstart. partially fix ↵ | Tobias Brox | |
for https://github.com/tobixen/calendar-cli/issues/63 | |||
2020-04-14 | apparently the to_normal_str function was added to caldav after the latest ↵ | Tobias Brox | |
0.6.2-release | |||
2020-04-13 | the friendly error messages disappeared when going from python2 to python3. ↵ | Tobias Brox | |
See github issue for details. Resolves https://github.com/tobixen/calendar-cli/issues/59 | |||
2020-04-13 | Strings printed to stdout should not be utf-8-encoded. resolves ↵ | Tobias Brox | |
https://github.com/tobixen/calendar-cli/issues/60 | |||
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 ↵ | Tobias Brox | |
is printed out to stderr. (logging should and could be refined a lot - but this is better than nothing). References https://github.com/python-caldav/caldav/issues/79#issuecomment-582441703 | |||
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 ↵ | Tobias Brox | |
https://github.com/tobixen/calendar-cli/issues/33 | |||
2019-09-10 | ref https://github.com/tobixen/calendar-cli/issues/56 fix nice error ↵ | Tobias Brox | |
messages if config is missing. The previous fix was too aggressive | |||
2019-09-10 | Merge branch 'v0.11.0.dev' | Tobias Brox | |