Issue that this suggestion fixes
I have one meeting that contains a teams link of the shape https://teams.microsoft.com/meet/.* that doesn't get picked up by MeetingBar.
I found the custom regex functionality in the advanced tab and added a regex https://teams\.microsoft\.com/meet/.* to pick it up.
I'm missing feedback on whether my regex worked.
Solution description
It would be good if the UI displayed the number of meetings matched with this regex (which aren't matched by other filters already). That way we would have feedback about whether our regex is correct.
Since there are many flavors of regex it would allow me to see whether the custom regex is working as expected.
Further it would be good to be able to add an icon to the custom regex and/or set it as a teams link directly.
Alternatives considered
Except for adding this specific type of meeting link to the hardcoded regexes, there are no alternatives.
Additional context
No response
Issue that this suggestion fixes
I have one meeting that contains a teams link of the shape
https://teams.microsoft.com/meet/.*that doesn't get picked up by MeetingBar.I found the custom regex functionality in the advanced tab and added a regex
https://teams\.microsoft\.com/meet/.*to pick it up.I'm missing feedback on whether my regex worked.
Solution description
It would be good if the UI displayed the number of meetings matched with this regex (which aren't matched by other filters already). That way we would have feedback about whether our regex is correct.
Since there are many flavors of regex it would allow me to see whether the custom regex is working as expected.
Further it would be good to be able to add an icon to the custom regex and/or set it as a teams link directly.
Alternatives considered
Except for adding this specific type of meeting link to the hardcoded regexes, there are no alternatives.
Additional context
No response