Functions that support the eventrepeat system

Functions

Namesort iconLocationDescription
eventrepeat_refresh_calendar_map_submiteventrepeat/eventrepeat.moduleExecute function for resetting the calendar map table
eventrepeat_user_help_pageeventrepeat/eventrepeat.modulePrints the user help page for repeat events
theme_eventrepeat_dateeventrepeat/eventrepeat.moduleThemes the time select boxes.
theme_eventrepeat_formeventrepeat/eventrepeat.moduleGenerates the repeat setting form under the repeat tab, and saves repeat data to the repeat tables.
_eventrepeat_day_correctioneventrepeat/eventrepeat.moduleHelper function that corrects for date GMT date changes based on timezone
_eventrepeat_day_in_month_incrementereventrepeat/eventrepeat.moduleHelper function that gives information on the number of each of the days in the month for each of the seven days
_eventrepeat_delete_nodeseventrepeat/eventrepeat.moduleHelper function that handles mass deletion of nodes in a repeat sequence
_eventrepeat_form_dateeventrepeat/eventrepeat.moduleConstructs the time select boxes.
_eventrepeat_form_validateeventrepeat/eventrepeat.moduleValidates the repeat form
_eventrepeat_parse_icaleventrepeat/eventrepeat.moduleParses the RRULE data into an array
_eventrepeat_render_nodeseventrepeat/eventrepeat.moduleSupport function which renders new nodes in a repeat sequence
_eventrepeat_start_timeeventrepeat/eventrepeat.moduleSupport function which generates a start timestamp for new nodes in a repeat sequence
_eventrepeat_stringifiereventrepeat/eventrepeat.modulehelper function to turn an array of strings into a comma seperated, single quoted list.
_eventrepeat_update_nodeseventrepeat/eventrepeat.moduleHelper function that handles mass editing of nodes in a repeat sequence
_eventrepeat_user_help_contenteventrepeat/eventrepeat.moduleCreates help based on current configuration.
_eventrepeat_validate_form_dateeventrepeat/eventrepeat.moduleValidates the start and end times in a node form submission.