Package DE_EPAGES::Product::Hooks::Calendar
Mails for Calendar actions.
Functions
SendAppointmentAccepted
Hook sink method. Calls sending of mails with the 'AppointmentAccepted' mail type.
Syntax |
SendAppointmentAccepted($Appointment); |
Example |
TriggerHook('AppointmentAccepted', { Appointment=>$self }); |
Input |
|
SendAppointmentCancelled
Hook sink method. Calls sending of mails with the 'AppointmentCancelled' mail type.
Syntax |
SendAppointmentCancelled($Appointment); |
Example |
TriggerHook('AppointmentCancelled', { Appointment=>$self }); |
Input |
|
SendAppointmentCreated
Hook sink method. Calls sending of mails with the 'AppointmentCreated' mail type.
Syntax |
SendAppointmentCreated($Appointment); |
Example |
TriggerHook('AppointmentCreated', { Appointment=>$Appointment }); |
Input |
|