function calendar_cron

6.x calendar.module calendar_cron()

Implements hook_cron

File

modules/calendar/calendar.module, line 1021

Code

function calendar_cron() {

  calendar_find_and_remind_notify_upcoming_appointments();

}