12 calls to fp_get_user_timezone()
Search API
- calendar_appointment_content_form_validate in modules/
calendar/ calendar.module - Custom validate handler for when we save an appointment form. We want to confirm the student is valid, and also store ONLY the cwid.
- calendar_confirm_cancel_appointment_form_submit in modules/
calendar/ calendar.module - calendar_display_schedule_appointment_page in modules/
calendar/ calendar.module - This is the page which lets students schedule an appointment with the faculty member supplied in the user_id.
- calendar_display_upcoming_appointments in modules/
calendar/ calendar.module - calendar_find_and_remind_notify_upcoming_appointments in modules/
calendar/ calendar.module - This function will find appointments approaching within X number of minutes, and send out notifications to all involved.
- calendar_form_alter in modules/
calendar/ calendar.module - Implements hook_form_alter
- calendar_get_appointments_for_faculty in modules/
calendar/ calendar.module - Return back a list of appointment content nodes for this faculty member, which fall between the specified datetimes.
- calendar_get_available_faculty_schedule in modules/
calendar/ calendar.module - Returns back an array of time slots available for this faculty member and event_type
- calendar_get_available_times_on_date in modules/
calendar/ calendar.module - calendar_schedule_appointment_confirm_form in modules/
calendar/ calendar.module - The confirmation form the user will see once they have made their schedule selections.
- content_edit_content_form_submit in modules/
content/ content.module - Submit handler for the edit content form.
- convert_time in includes/
misc.inc - The point of this function is to convert between UTC (what we expect all times to start with.). If we're coming from the the database or a time() function, it's UTC. The "end_timezone_string" should be the user's preferred…