You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- support re-scheduled interviews for upcoming notifications
- support scheduled and re-scheduled interviews for action reminders
- support re-scheduled and completed interviews for complete interview reminders
- use start date as a starting point for complete interview reminders
startTimestamp: moment(completedStartTimestamp).clone().add(config.INTERVIEW_COMPLETED_MATCH_WINDOW),// add WINDOW to not receive "completed interview" email
64
+
duration,
65
+
endTimeStamp: moment(completedEndTimestamp).clone().add(config.INTERVIEW_COMPLETED_MATCH_WINDOW),// add WINDOW to not receive "completed interview" email
66
+
guestNames: ['guest1','guest2'],
67
+
hostName: 'hostName'
68
+
})
63
69
64
70
// reset upcoming resource booking expiration records
0 commit comments