wezterm icon indicating copy to clipboard operation
wezterm copied to clipboard

Calendar Permissions not propagating in WezTerm vs other terminal clients

Open suny-am opened this issue 4 months ago • 0 comments

What Operating System(s) are you seeing this problem on?

macOS

Which Wayland compositor or X11 Window manager(s) are you using?

Platform: x86_64-apple-darwin Window Environment: macOS 13.7 (22H123) Lua Version: Lua 5.4

WezTerm version

20240203-110809-5046fc22

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

Yes, and I updated the version box above to show the version of the nightly that I tried

Describe the bug

Installed ical-buddy 1.10.1 (latest release) via brew and then ran a basic command, which does trigger a Calendar permission request, but then outputs the standard error the no calendars have been found.

icalBuddy runs fine under both Kitty and Terminal.app.

To Reproduce

Install latest version of icalBuddy via homebrew:

> brew install ical-buddy
> icalBuddy -V
1.10.1

Run basic command that requires calendar access:

> icalBuddy eventsToday

Configuration

no config (removed to test without config)

Expected Behavior

A list of calendars if icalBuddy calendars is invoked, alternatively a list of events for the relevant period if for exampleicalBuddy eventsToday is invoked.

Logs

No response

Anything else?

Permissions triggering: image Afterwards: image

suny-am avatar Oct 15 '24 09:10 suny-am