[ Index ]
SetJsFunctions();
## *** show debug info - false|true
$objCalendar->Debug(true);
## +-----------------------------------------------------------------------+
## | 2. Send Notification: |
## +-----------------------------------------------------------------------+
## *** set admin email, based on the site domain name
$objCalendar->SetAdminEmail('info@yourdomain.com');
## *** set notification pending time (in hours)
$objCalendar->SetNotificationTime(24);
## *** send emails
$objCalendar->SendNotifications();
?>