6 calls to advise_get_advisors_for_student()
Search API
- calendar.module in modules/
calendar/ calendar.module - calendar_display_schedule_staff_page in modules/
calendar/ calendar.module - This page (primarily meant for students) is for quickly finding your advisor or professor or whomever, and finding their link to schedule an appointment with them.
- engagements.module in modules/
engagements/ engagements.module - This is the primary module file for the engagements module.
- engagements_handle_incoming_mailgun_email in modules/
engagements/ engagements.module - engagements_handle_incoming_sms in modules/
engagements/ engagements.module - This catches incoming sms messages from POST, but can also be used by our "sms_get_all_messages" function, but it is also used by the sms_get_all_messages to save/update information.
- engagements_imap_get_all_received_messages in modules/
engagements/ engagements.module - Connect to our imap server, download all received messages from students (or others). We will then delete them, so they don't get read twice.
