It seems TextBar does not implement the requirements which allow asking for permission to read the user's calendar database.
I'm not sure but maybe the fix is as easy as adding those *UsageDescription entries to your info.plist: https://developer.apple.com/documentation/eventkit/accessing_the_event_store
Scenario:
I try to query personal macOS calendar info via https://formulae.brew.sh/formula/ical-buddy.
- If I call icalBuddy from the terminal, the terminal asks for calendar permission. ✅
- If I let TextBar call icalBuddy, no permission request is visible -- instead the TextBar error output displays the error "error: No calendars.", which is what icalBuddy outputs if it does not have Calendar permission. ❌
Could you please take a look at this? Would love to see my upcoming meeting + open its meeting URL directly via TextBar :)
Thanks in advance!
It seems TextBar does not implement the requirements which allow asking for permission to read the user's calendar database.
I'm not sure but maybe the fix is as easy as adding those *UsageDescription entries to your info.plist: https://developer.apple.com/documentation/eventkit/accessing_the_event_store
Scenario:
I try to query personal macOS calendar info via https://formulae.brew.sh/formula/ical-buddy.
Could you please take a look at this? Would love to see my upcoming meeting + open its meeting URL directly via TextBar :)
Thanks in advance!