Fixes
- Declare
NSCalendarsFullAccessUsageDescriptionin the app bundle so the Calendar permission prompt appears correctly on macOS 14+ when OpenOats matches sessions to events and derives meeting titles. Previously the bundle still declared the olderNSCalendarsUsageDescriptionkey, which does not pair with EventKit'srequestFullAccessToEvents()on modern macOS. (#345)
Contributors
Thanks to @kkarimi for reporting and fixing this.