summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-07minor text tweakTobias Brox
2020-06-07documentation workTobias Brox
2020-06-07documentation and comments. Resolves ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/65
2020-06-06more work on proper timestamp localization/conversion in agenda. Resolves ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/11
2020-06-06bugfix for https://github.com/tobixen/calendar-cli/issues/11 - don't treat ↵Tobias Brox
timezone information as an event
2020-06-06bugfix for https://github.com/tobixen/calendar-cli/issues/11 - timezone was ↵Tobias Brox
not honored when doing an agenda date search
2020-06-06partial 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-06when 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-06more tests, including one that breaks until ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/49 is fixed
2020-06-06more test code, preparing to work with ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/49
2020-06-06removed a duplicated code line, fixed a python3-unicode/byte-bugTobias Brox
2020-06-05support for xandikos in the tests ... sort of ... resolves ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/68
2020-06-05Merge branch 'master' of github.com:tobixen/calendar-cliTobias Brox
2020-06-05make 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-14a minor timezone cleanup (potential messup) + fix for recurring events, ↵Tobias Brox
fixing https://github.com/tobixen/calendar-cli/issues/52
2020-05-05the 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-05include installation procedures as part of the README, fixes ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/36
2020-05-05remove 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-14allows 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-14apparently the to_normal_str function was added to caldav after the latest ↵Tobias Brox
0.6.2-release
2020-04-13the 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-13Strings printed to stdout should not be utf-8-encoded. resolves ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/60
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 ↵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-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 ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/33
2019-09-10ref 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-10Merge branch 'v0.11.0.dev'Tobias Brox
2019-09-10let's see if this works with python3 ... ref ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/33
2019-09-10ref https://github.com/tobixen/calendar-cli/issues/56 fix nice error ↵Tobias Brox
messages if config is missing
2019-08-11Merge pull request #55 from mkapra/getpass_fixTobias Brox
Adding getpass module. Password not echoing to terminal anymore.
2019-08-11Adding getpass module. Password not echoing to terminal anymore.Maximilian Kapra
2019-03-15Explicit expanding of agenda, ref ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/52
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-17testing with non-ascii characters in location field, ref ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/45
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 ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/45
2018-12-14bugfixTobias Brox
2018-12-11Merge branch 'master' of github.com:tobixen/calendar-cliTobias Brox
2018-12-11tweaking the EXAMPLES - I was actually using this daily for a while, until ↵Tobias Brox
the task list got too overwhelmingly large :-(
2018-12-11tweaking the EXAMPLES - I was actually using this daily for a whileTobias Brox
2018-12-11comment fixesTobias Brox
2018-12-11Merge branch 'v0.11.0.dev'Tobias Brox
I'm a bit confused, do we need a separate branch for v0.11.0.dev?