HCAWN / gcal-multical-event-merge

Browser extension that visually merges the same event on multiple Google Calendars into one event.
GNU General Public License v3.0
28 stars 7 forks source link

not too hard actually #37

Closed HCAWN closed 2 months ago

HCAWN commented 2 months ago

Google changed their HTML for the calendar, first time in a while, there is another level of nesting so the check I had in place wasn't working. Hardcoded an extra level of depth checking, not testing throughly but need to push an update asap to fix events being misplaced.

H