leits / MeetingBar

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

Bug: meetings missing from MeetingBar #739

Open sumpg41 opened 1 week ago

sumpg41 commented 1 week ago

macOS version

14.5 (23F79)

MeetingBar version

4.9.0

Installation source

AppStore

Calendars provider

Google Calendar

Bug description

Please see the screenshot. The "Doubler" meeting is missing from the MeetingBar, and the canceled/deleted "bi-weekly BD meeting" is still showing on MeetingBar

Screenshot 2024-06-24 at 10 36 17 AM

Reproduction steps

No response

Expected behavior

No response

Screenshots/screen recordings

No response

Additional context

No response

dosubot[bot] commented 1 week ago

Hey @sumpg41! I'm here to help you with any bugs, questions, or contributions while you wait for a human maintainer. Let's work together to resolve this issue.

The issue you're experiencing with missing and canceled/deleted meetings in MeetingBar could be related to how the app handles event statuses and synchronization with Google Calendar.

  1. Missing Meetings:

    • Ensure that the event is not filtered out by MeetingBar's settings. MeetingBar differentiates between active and canceled/deleted events using the event.status and event.participationStatus properties. If an event is marked as declined or canceled, it might be hidden based on your preferences [1].
    • You can manually refresh or force sync the events to ensure the latest data from Google Calendar is displayed by calling the fetchEvents method in the AppDelegate class [2].
  2. Canceled/Deleted Meetings Still Showing:

    • MeetingBar checks if event.status is .canceled or if event.participationStatus is .declined to hide such events. Ensure that these properties are correctly set in your Google Calendar [1].
    • There was a similar issue reported where rescheduled meetings were not recognized, which might be related. The issue was resolved as it appeared to be local to the user's machine [3].

To address these issues, you can try the following steps:

If the problem persists, it might be helpful to check for any updates or patches for MeetingBar that address these specific issues.

To continue talking to Dosu, mention @dosu.

leits commented 4 days ago

Hi @sumpg41, Thanks for the report! Could you share your Appearance settings? Maybe some of them are set to hide?

sumpg41 commented 4 days ago

Hi @leits, here are my appearance settings: Screenshot 2024-06-28 at 7 56 12 AM

This issue is still going on, I have 3 meetings today but only one is showing on MeetingBar

Screenshot 2024-06-28 at 7 58 41 AM Screenshot 2024-06-28 at 7 57 38 AM