leits / MeetingBar

🇺🇦 Your meetings at your fingertips in the macOS menu bar
https://meetingbar.app
Apache License 2.0
4.47k stars 195 forks source link

Bug: HTTPStatus error 403 #760

Closed ynsdll closed 1 week ago

ynsdll commented 1 week ago

macOS version

15.0

MeetingBar version

4.10.0

Installation source

AppStore

Calendars provider

Google Calendar

Bug description

I am getting error when open meetingbar

2024-09-18 23:31:52.121 MeetingBar[43510:525423] The operation couldn’t be completed. (com.google.HTTPStatus error 403.)
2024-09-18 23:32:35.842 MeetingBar[43510:532764] Error loading properties for object x-apple-eventkit:///Calendar/p24 from daemon: Error Domain=EKCADErrorDomain Code=1013 "Access denied" UserInfo={NSLocalizedDescription=Access denied}

Reproduction steps

No response

Expected behavior

No response

Screenshots/screen recordings

No response

Additional context

No response

dosubot[bot] commented 1 week ago

Hey @ynsdll! 👋 I'm here to help you with bugs, answer questions, and even guide you on becoming a contributor. Let's squash those bugs together!

I found a similar open issue: No access to mac osx Calendars, which was closed by a commit that added a new request access call for macOS 14.0+ [1].

To resolve the HTTPStatus error 403 and "Access denied" error in MeetingBar on macOS 15.0 with Google Calendar as the provider, follow these steps:

  1. Check Calendar Access Permissions: Ensure that MeetingBar has the necessary permissions to access your calendars. You can do this by going to:

    • System Preferences > Security & Privacy > Privacy > Calendars.
    • Make sure that the checkbox next to MeetingBar is checked.
  2. Switch Calendar Provider: If the permissions are correctly set and the issue persists, you can try switching the calendar provider within MeetingBar:

    • Open MeetingBar preferences.
    • Navigate to the Calendars tab.
    • Under Provedor de calendários, switch to Calendário do macOS if you are currently using the Google Calendar API, or vice versa.
  3. Re-authenticate Google Calendar: If you are using Google Calendar, you might need to re-authenticate:

    • Go to the Calendars tab in MeetingBar preferences.
    • Click on Alterar Conta do Google to re-authenticate your Google account.
  4. Manual Relaunch: After making these changes, manually relaunch MeetingBar to ensure the new settings take effect.

These steps should help resolve the access issues with Google Calendar in MeetingBar [[2]](https://github.com/leits/MeetingBar/blob/master/MeetingBar/Resources /Localization /pt-BR.lproj/Localizable.strings).

To continue talking to Dosu, mention @dosu.

GitHub
File not found · leits/MeetingBar
🇺🇦 Your meetings at your fingertips in the macOS menu bar - File not found · leits/MeetingBar
leits commented 1 week ago

Hi @ynsdll, Thanks for the report! Was the Dosubot answer helpful?