leits / MeetingBar

πŸ‡ΊπŸ‡¦ Your meetings at your fingertips in the macOS menu bar
https://meetingbar.app
Apache License 2.0
4.48k stars 197 forks source link

Feature: Full screen popup to avoid missing meetings #572

Closed PDSSnyk closed 6 months ago

PDSSnyk commented 1 year ago

Issue that this suggestion fixes

I find that even with the notifications, I am still ignoring them and turning up late to meetings.

Solution description

It would be great if you could make a full-screen popup like in (https://www.inyourface.app/) so that missing meetings or joining them late is a thing of the past

Alternatives considered

As mentioned above I have tried https://www.inyourface.app/ but it's not as good as your app.

Additional context

No response

bigethan commented 1 year ago

it might not work for you, but the auto join option solves this problem for me: Screen Shot 2023-01-11 at 9 21 15 AM

jgoldhammer commented 1 year ago

What do you think @leits about this feature request?

Dato also has implemented it.

image

https://sindresorhus.com/dato

Dato
Calendar events and world clocks in your menu bar
jasperrooduijn commented 1 year ago

Any news on this! I would love to have a feature like this.

Thanks for the great work πŸ‘

iuri-gg commented 1 year ago

This would be nice - the only feature missing for me. Just a popup dialog, not even fullscreen would do it. For now, I am using Applescript:

on meetingStart(eventId, title, allday, startDate, endDate, eventLocation, repeatingEvent, attendeeCount, meetingUrl, meetingService, meetingNotes)
   tell application "Finder"
       activate
       set dialogResult to button returned of (display dialog title buttons {"Open", "Close"} default button "Close")
       if dialogResult is "Open" then
           if meetingUrl is not "EMPTY" and meetingService is not "EMPTY" then
               do shell script "open " & quoted form of meetingUrl
           else
               display alert "Meeting URL and/or Service is empty."
           end if
       end if
   end tell
end meetingStart
leits commented 8 months ago

@PDSSnyk, thanks for the request! Yesterday, I released a new version with a minimal version of this feature. There is only a meeting title, service icon, time range, and button to join.

You can turn it on in the Advanced settings as an auto-join to the meeting. Please check it out!

jasperrooduijn commented 8 months ago

@PDSSnyk, thanks for the request! Yesterday, I released a new version with a minimal version of this feature. There is only a meeting title, service icon, time range, and button to join.

You can turn it on in the Advanced settings as an auto-join to the meeting. Please check it out!

Very nice! I just tested this and it works as expected. Thanks for the good work.

leits commented 6 months ago

"Show a fullscreen notification" is now available for all as a separate feature in 4.8.0 πŸš€

jasperrooduijn commented 6 months ago

"Show a fullscreen notification" is now available for all as a separate feature in 4.8.0 πŸš€

Very nice! Good work πŸ’ͺ