I have an app where people can schedule a visit to a certain building. Using the API I created an Event each time someone schedules a visit. This event includes information about the property and also the created date and schedule date.

I’m trying to use the date_scheduled property to set a workflow that automatically sends an email 1 day before the scheduled date (like a reminder). Is there anyway to achieve this?
I was thinking setting a property to the user like “next_schedule” and using that in the Date Property workflow, but this can have the problem that if someone schedules 2 visits it can override this property and only send 1 reminder.