onEventReminder( )


Notes:

Triggered when a certain amount of time is left until the event. In total there are 6 reminders:

  • 7 days
  • 3 days
  • 1 day
  • 2 hours
  • 1 hour
  • 30 minutes
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: EventReminderEnvelope): void | Promise<void>

Did this help?