Lukas Fleischer

Results 198 comments of Lukas Fleischer

> Why does calcurse care about anything notification.command returns? Seems like a potential security issue, no? calcurse does not care about what notification.command "returns". The notification command is printing output...

@ilf There are a couple of commits in `pu` that should prevent external commands from interacting with the terminal (without the need for any workaround).

Thanks for reporting! Which version of calcurse are you using? Can you please confirm that your goal is to synchronize with Google Calendar? Did you make sure you're carefully following...

I noticed your RedirectURI is `https:/127.0.0.1`, should it be `http://127.0.0.1` instead?

Are you using the most recent release of calcurse? This error has previously been reported in GitHub issue #87. Also see issue #147.

Looks like your token expired; see https://stackoverflow.com/questions/66058279/token-has-been-expired-or-revoked-google-oauth2-refresh-token-gets-expired-i for details.

Did you try using a current development snapshot? Might be due to #94.

Running the script in debug mode (command line option `--debug`) might yield some insights...

Looks like the same issue as #133 --- I have no idea why we get that `ReportNotSupported` exception, though...

Interesting request! I think we could make this configurable (e.g., some users might prefer gray over stikethrough). Currently active events (i.e., start time before current time and end time after...