aaronpk / Meetable

an event listing website
https://meetable.org
MIT License
110 stars 10 forks source link

Show meeting URL if zoom meeting is ongoing even after the event end time is reached #169

Closed aaronpk closed 1 year ago

aaronpk commented 1 year ago

often times a meeting will run over time and the meeting link disappears after the event end time is over. instead, this should listen for zoom webhook events to trigger the meeting to be over, and should show the meeting link until an end event is received. (will need a fallback to consider events over in case the webhook is never received)