ePages 6.11.0 - DE_EPAGES/Product/Hooks/Calendar.pm

Package DE_EPAGES::Product::Hooks::Calendar

Mails for Calendar actions.

Functions

SendAppointmentAccepted
SendAppointmentCancelled
SendAppointmentCreated

SendAppointmentAccepted

Hook sink method. Calls sending of mails with the 'AppointmentAccepted' mail type.

Syntax
SendAppointmentAccepted($Appointment);
Example
TriggerHook('AppointmentAccepted', { Appointment=>$self });
Input
Appointment data (Appointment=>$self of the Appointment object in the
Calendar cartridge)
hash.ref

SendAppointmentCancelled

Hook sink method. Calls sending of mails with the 'AppointmentCancelled' mail type.

Syntax
SendAppointmentCancelled($Appointment);
Example
TriggerHook('AppointmentCancelled', { Appointment=>$self });
Input
Appointment data (Appointment=>$self of the Appointment object in the
Calendar cartridge)
hash.ref

SendAppointmentCreated

Hook sink method. Calls sending of mails with the 'AppointmentCreated' mail type.

Syntax
SendAppointmentCreated($Appointment);
Example
TriggerHook('AppointmentCreated', { Appointment=>$Appointment });
Input
Appointment data (Appointment=>$self of the Appointment object in the
Calendar cartridge)
hash.ref