Lukas Fleischer

Results 198 comments of Lukas Fleischer

The hooks are examples, as mentioned in the comment in the top of the file. You need to customize them to your needs. You can remove the Git part if...

Proposed updates, to be merged to master soon.

The `sync_filter` option is new and not part of a release. Did you verify that you also have the issue when running a development snapshot of calcurse (current master)? The...

You can run `calcurse-caldav` in debug mode by adding `--debug` to the invocation. That prints all HTTP requests and responses. What do you mean by "note type events"?

Thanks for the bug report. My best guess is that the URL is incorrect, given that the server returns no events. Have you confirmed it's correct and tried some variations?

You can add due dates by creating corresponding appointments already. Can you think of any other benefits of having explicit support for due dates, other than being able to adjust...

I like the idea of displaying appointments for multiple days if possible. How is this related to task due dates for TODO items, though?

I think this might be a side effect of how we are running external commands. Notification commands should not take any input and should not print anything to stdout --...

Thanks both for investigating. The fact that the external command is executed from another thread doesn't mean that it cannot interact with the UI in ways other than overwriting the...

This sounds pretty much the same as what you'd get when using `reset` as notification command. It is likely that mail interferes with the output, e.g. by printing escape sequences....