sfsam / Itsycal

Itsycal is a tiny calendar for your Mac's menu bar. http://www.mowglii.com/itsycal
MIT License
3.26k stars 234 forks source link

added integration for Chime meetings #185

Closed pratikgoel145 closed 3 years ago

pratikgoel145 commented 3 years ago

The set of changes open the chime app directly if present on the system, by detecting chime links within the meeting invite.

Chime is the meeting tool by Amazon and is extensively used within Amazon. This will help anyone using this tool to have a link for the meetings.

sfsam commented 3 years ago

@pratikgoel145 I haven't had a chance to look at this yet, but just wanted you to know I will eventually! Thanks for your patience.

iammrigank commented 3 years ago

Looking forward to this feature!

tegkhanna commented 3 years ago

Any updates on this?

sfsam commented 3 years ago

@pratikgoel145 Does this handle all the kinds of Chime link formats? Do they always match https://chime.aws? Can a link be of the form https://XYZ.chime.aws? And if so, the translation to the app link won't work?

pratikgoel145 commented 3 years ago

@sfsam Thanks a lot for merging the PR! 😄 Yes, it does handle all chime link formats. All formats will always be of the form: https://chime.aws. So, this covers all scenarios.

This will greatly help a lot of people. Thanks once again!