summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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?
2018-10-20Merge pull request #48 from phavekes/masterTobias Brox
Several fixes
2018-10-19Disable except that needs more checkingPeter Havekes
2018-10-19Disable SSL warningPeter Havekes
2018-10-19clean ical data for output utf-8Peter Havekes
2018-10-19raise instead of raise ePeter Havekes
2018-10-19Catch some errors in _calendar_addics.Peter Havekes
2018-03-27Merge pull request #42 from ymitsos/masterTobias Brox
Ommit METHOD property if included in request
2018-03-09Merge branch 'master' of https://github.com/tobixen/calendar-cliYannis Mitsos
2018-03-09Include a flag to ommit METHOD property from a requestYannis Mitsos
2018-01-20Merge pull request #38 from linxsorg/strftime-winTobias Brox
Fix strftime() arguments for Windows
2018-01-20Changed strftime("%F") to strftime("%Y-%m-%d") to fit to Windows.linxsorg
2017-10-30the information in this file was rather obsoletedTobias Brox
2017-10-30the information in this file was rather obsoletedTobias Brox
2017-09-24Merge pull request #35 from fauxmight/masterTobias Brox
whole-day fix and minor typos
2017-09-24Fix --whole-day capabilityA Frederick Christensen