Does the Microsoft Calendar Upcoming Event Trigger Only Work for Events Updated After Deployment?

This topic was automatically generated from Slack. You can find the original thread here.

I might be wrong - but the Microsoft Calendar Upcoming Event trigger - does it only work for events that are “updated” after the trigger deploys? e.g. it doesn’t actually work for events that were created before the trigger was deployed?

      await this.activate({
        changeType: "updated",
        resource: "/me/events",
      });

basically this triggers upon activation, which subscribes to event updates, but there’s nothing happening to get + handle notifications for already existing events.

or am i reading this wrong?

closing the loop: Slack