syncfast / clockwise

Clockwise is a meeting cost calculator designed to encourage more efficient meetings.
BSD 3-Clause "New" or "Revised" License
505 stars 9 forks source link

request: add support for google meetings #5

Open chovyprognos opened 3 years ago

chovyprognos commented 3 years ago

My team uses Google meetings, would love to have this

droctothorpe commented 3 years ago

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 3 years ago

I'm giving it a shot currently, but no promises!

wallentx commented 3 years ago

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 3 years ago

Awesome! No preference.