Recurring events seemingly do not create onEventCreate events which leads to telegram bridge not working
Hi, in our gancio instance we have quite many recurring events. We use the Telegram Plugin to announce new events in our Telegram channel. This does not work for recurring events, which seems to be because of the behaviour of gancio and not because of an issues in the Telegram Plugin Code, which is why I'm posting it here.
Expected Behavior:
- A new recurring event is created and approved.
- The event is announced in the Telegram channel
- Every Time gancio creates a new instance of the recurring event, this is also announced in the Telegram channel.
Observed Behavior:
- A new recurring event is created and approved.
- The event is announced in the Telegram channel
- New instances of the recurring event are not announced in the Telegram channel
The Telegram Plugin does nothing more than to react to the onEventCreate event: plugin code
So I wonder why the creation of a new instance of a recurring event does not trigger a onEventCreate event. Is this a design decision or a bug?
Edited by Flying High Bonn