Hi,
So I have a calendar with child events for some ordering system I’m trying to come up with. When you add a new event, through the behavior actions I create an additional 2 events:
- Reminder date
- Due Date
These 3 events (placed, reminder, due) all show appropriately in my Calendar and it’s all nice and dandy.
However I want the app to send emails or reports on the dates that are in the calendar:
For example:
-I Input event order No. 1234, automatically It’s set to remind me in 3 days to prepare the order and after 10 days it will be past due. All 3 events are now in the app calendar.
- After 3 days I want to receive an email that says “hey, order No. 1234 needs to be prepared! it hasnt been updated in 3 days”
- After 10 days i want to receive an email that says “hey, order No. 1234 is past due, make it a top priority!” or something.
Can this be done? or am I asking for too much ?