uamanager / homebridge-calendar-scheduler

πŸ“… Calendar Scheduler plugin for Homebridge, which allows flexible scheduling of triggers with event progress report using any iCal calendar.
https://www.npmjs.com/package/homebridge-calendar-scheduler
Apache License 2.0
30 stars 1 forks source link

Trigger notification on any active event #287

Closed matthiascreinartz closed 9 months ago

matthiascreinartz commented 9 months ago

Is your feature request related to a problem? Please describe: As a user I want to be able to trigger notifications on any given event regardless of the title.

Describe the solution you'd like: An option for notifications alike to calender-option "Trigger on any active events or only on defined active events". If set to true, the defined notifications will trigger regardless of the events title.

In that way it doesn't matter how the meeting is called. Just every time any meeting occurs the defined notifications will be triggered.

Additional context I am using the calendar solely for planning meetings. But each meetings has a totally different title depending on who is meeting for what reason.

uamanager commented 9 months ago

It looks like current version supports two variants of this functionality:

Let me know if any or both of this solutions work for you.

Stay safe πŸ‡ΊπŸ‡¦

matthiascreinartz commented 9 months ago

I didn't think of using regexp - thanks: that works perfectly for me.

uamanager commented 9 months ago

Feel free to reopen issue in case of any issues.