Triggered when a certain amount of time is left until the event. In total there are 6 reminders:
function onEventReminder(handler: function): void;
handler(event: EventReminderEnvelope): void | Promise<void>
import { wixEventsV2 } from "@wix/events";
wixEventsV2.onEventReminder((event) => {
// handle your event here
});