maxpatiiuk / calendar-plus

A browser extension for Google Calendar that provides insights into where your time goes. Includes power user tools, data export and customization
https://chrome.google.com/webstore/detail/calendar-plus/kgbbebdcmdgkbopcffmpgkgcmcoomhmh
MIT License
6 stars 1 forks source link

Add a visual indicator if calendar is matched #221

Closed maxpatiiuk closed 5 months ago

maxpatiiuk commented 1 year ago

Unfortunately, changing event's calendar requires moving focus and waiting for animation to complete (since the extension modifies DOM, rather than calls the API)

However, the extension could provide a visual indicator next to the event name input to show user which calendar the event would be matched into (if any)

Without this, "contains" rules are less useful as you may forget if you have a rule configured that is going to match a given event name (not a problem for equals and starts with rules as those are part of suggested dropdown options)