Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 ↵ | 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 | 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 | |
2019-09-10 | let's see if this works with python3 ... 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 | |||
2019-08-11 | Adding getpass module. Password not echoing to terminal anymore. | Maximilian Kapra | |
2019-03-15 | Explicit expanding of agenda, ref ↵ | Tobias Brox | |
https://github.com/tobixen/calendar-cli/issues/52 | |||
2019-01-25 | minor bugfix and some cleanup | Tobias Brox | |
2019-01-23 | Merge branch 'v0.11.0.dev' | Tobias Brox | |
2019-01-23 | attempt to solve https://github.com/tobixen/calendar-cli/issues/50 | Tobias Brox | |
2018-12-17 | bugfix, ref https://github.com/tobixen/calendar-cli/issues/45 | Tobias Brox | |
2018-12-17 | more fixing, ref https://github.com/tobixen/calendar-cli/issues/45 | Tobias Brox | |
2018-12-14 | some extra code to cover location, description etc in event-template, ref ↵ | Tobias Brox | |
https://github.com/tobixen/calendar-cli/issues/45 | |||
2018-12-11 | comment fixes | Tobias Brox | |
2018-12-11 | Merge 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-19 | Disable except that needs more checking | Peter Havekes | |
2018-10-19 | Disable SSL warning | Peter Havekes | |
2018-10-19 | clean ical data for output utf-8 | Peter Havekes | |
2018-10-19 | raise instead of raise e | Peter Havekes | |
2018-10-19 | Catch some errors in _calendar_addics. | Peter Havekes | |
2018-03-09 | Merge branch 'master' of https://github.com/tobixen/calendar-cli | Yannis Mitsos | |
2018-03-09 | Include a flag to ommit METHOD property from a request | Yannis Mitsos | |
2018-01-20 | Changed strftime("%F") to strftime("%Y-%m-%d") to fit to Windows. | linxsorg | |
2017-09-24 | Fix --whole-day capability | A Frederick Christensen | |
2017-09-23 | Small cleanups/typos | A Frederick Christensen | |
2017-08-30 | fix proper command name, fix dependency, compatibility fix on version ↵ | Tobias Brox | |
number, modified defaults to fit with my workflow - due dates should expire immediately by default so we can set a proper due date | |||
2017-04-01 | yet some more bugfixes wrg date/datetime incompatibility issues | Tobias Brox | |
2017-01-23 | new version | Tobias Brox | |
2017-01-23 | Merge branch 'v0.11.0.dev' with conflict handling | Tobias Brox | |
2016-05-04 | revisited the task management document, based on practical experiences | Tobias Brox | |
2016-05-04 | oups - left a debugging hook in the code | Tobias Brox | |
2016-05-03 | one more unicode issue | Tobias Brox | |
2016-05-02 | not sure if object_by_uid is completely supported without the comp_filter on ↵ | Tobias Brox | |
all servers. This was done as a 'hack' allowing todo items to be deleted without adding explicit code for it in calendar-cli | |||
2016-05-02 | unicode issue | Tobias Brox | |