public function isEventOnMySchedule($event_id)
 {
     return SummitAppScheduleApi::isEventOnMySchedule($event_id, $this->Summit());
 }