Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: meetings missing from MeetingBar #739

Open
sumpg41 opened this issue Jun 24, 2024 · 6 comments
Open

Bug: meetings missing from MeetingBar #739

sumpg41 opened this issue Jun 24, 2024 · 6 comments
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@sumpg41
Copy link

sumpg41 commented Jun 24, 2024

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

@sumpg41 sumpg41 added the bug Something isn't working label Jun 24, 2024
Copy link

dosubot bot commented Jun 24, 2024

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:

  • Refresh Events: Manually refresh the events using the fetchEvents method.
  • Check Event Status: Verify the status of the events in Google Calendar and ensure they are correctly marked.
  • Clear and Reset Cache: Clear and reset the local cache to ensure fresh data is fetched from Google Calendar [4].

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
Copy link
Owner

leits commented Jun 28, 2024

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

@leits leits added the question Further information is requested label Jun 28, 2024
@sumpg41
Copy link
Author

sumpg41 commented Jun 28, 2024

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

@muratcankaracabey
Copy link

muratcankaracabey commented Jul 4, 2024

Thanks for this amazing tool. However, this problem makes the main use of this app for me quite degraded.

I have a similar problem. A recently added meeting or deleted meeting is not always reflected. The reactiveness of the app for the connected Google calendar seems to be flaky :/

It corrects the problem when Quick Actions -> Refresh sources is clicked. I believe this should be done regularly automatically without need of manual clicks.

@sumpg41
Copy link
Author

sumpg41 commented Jul 10, 2024

@leits Quick Actions -> Refresh sources does not fix the problem for me. I am unsure of what to do here

@aomegax
Copy link

aomegax commented Aug 29, 2024

I have the same problem and refresh sources does not solve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants