request: add support for google meetings
chovyprognos opened this issue · 4 comments
chovyprognos commented
My team uses Google meetings, would love to have this
droctothorpe commented
Thanks for the feedback! No pressure, but if anyone wants to tackle this, it should be pretty easy. It's just a matter of scraping a meet URL instead of a zoom URL and toggling the logic based on hostname.
Checkout this readme:
https://github.com/syncfast/clockwise/tree/master/internal/scrape
I tried to make it pluggable out of the gate.
wallentx commented
I'm giving it a shot currently, but no promises!
wallentx commented
This does look very plugabble and - at least at a glance - looks like it should be relatively easy to implement whatever.
For Google Meet, is there a preferred shorthand naming scheme? I.E. Meet
/GMeet
/GoogleMeet
droctothorpe commented
Awesome! No preference.