Open sumpg41 opened 5 months 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.
Missing Meetings:
event.status
and event.participationStatus
properties. If an event is marked as declined or canceled, it might be hidden based on your preferences [1].fetchEvents
method in the AppDelegate
class [2].Canceled/Deleted Meetings Still Showing:
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].To address these issues, you can try the following steps:
fetchEvents
method.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.
Hi @sumpg41, Thanks for the report! Could you share your Appearance settings? Maybe some of them are set to hide?
Hi @leits, here are my appearance settings:
This issue is still going on, I have 3 meetings today but only one is showing on MeetingBar
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.
@leits Quick Actions -> Refresh sources does not fix the problem for me. I am unsure of what to do here
I have the same problem and refresh sources does not solve it.
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
Reproduction steps
No response
Expected behavior
No response
Screenshots/screen recordings
No response
Additional context
No response