date_ical_ctools_plugin_api |
./date_ical.module |
Implements hook_ctools_plugin_api(). |
|
|
date_ical_enable |
./date_ical.install |
Implements of hook_enable(). |
|
|
date_ical_entity_info_alter |
./date_ical.module |
Implements hook_entity_info_alter(). |
|
|
date_ical_feeds_plugins |
./date_ical.module |
Implements hook_feeds_plugins(). |
|
|
date_ical_feeds_processor_targets_alter |
./date_ical.module |
Implements hook_feeds_processor_targets_alter(). |
|
|
date_ical_feeds_set_rrule |
./date_ical.module |
Callback specified in date_ical_feeds_processor_targets_alter() for RRULEs. |
|
1 |
date_ical_get_location_fields |
./date_ical.module |
Identify all potential fields which could be used as an iCal LOCATION. |
2 |
|
date_ical_get_summary_fields |
./date_ical.module |
Identify all potential fields which could be used as an iCal SUMMARY. |
2 |
|
date_ical_help |
./date_ical.module |
Implements hook_help(). |
|
|
date_ical_hook_info |
./date_ical.module |
Implements hook_hook_info(). |
|
|
date_ical_libraries_info |
./date_ical.module |
Implements hook_libraries_info(). |
|
|
date_ical_preprocess_node |
./date_ical.module |
Implements hook_preprocess_HOOK(). |
|
|
date_ical_requirements |
./date_ical.install |
Implements hook_requirements(). |
|
|
date_ical_sanitize_text |
./date_ical.module |
Reformats the provided text to be compliant with the iCal spec. |
2 |
|
date_ical_theme |
./date_ical.module |
Implements hook_theme(). |
|
|
date_ical_update_7300 |
./date_ical.install |
Migrates all iCal feed importers for from Date iCal 2.x to 3.0. |
|
|
date_ical_views_api |
./date_ical.module |
Implements hook_views_api(). |
|
|
date_ical_views_plugins |
includes/date_ical.views.inc |
Implements hook_views_plugins(). |
|
|
hook_date_ical_export_html_alter |
./date_ical.api.php |
Alter the HTML from an event's text fields before they get exported. |
|
|
hook_date_ical_export_post_render_alter |
./date_ical.api.php |
Alter the final rendered text of an iCal feed before it gets exported. |
|
|
hook_date_ical_export_raw_event_alter |
./date_ical.api.php |
Modify an event's raw data. |
|
|
hook_date_ical_export_vcalendar_alter |
./date_ical.api.php |
Alter the iCalcreator vcalendar object before it's exported as an iCal feed. |
|
|
hook_date_ical_export_vevent_alter |
./date_ical.api.php |
Alter an iCal representation of an event. |
|
|
hook_date_ical_import_component_alter |
./date_ical.api.php |
Alter a calendar component imported from an iCal feed. |
|
|
hook_date_ical_import_post_parse_alter |
./date_ical.api.php |
Alter the parsed data for an event imported from an iCal feed. |
|
|
hook_date_ical_import_timezone_alter |
./date_ical.api.php |
Alter the timezone string from an imported iCal Feed. |
|
|
hook_date_ical_import_vcalendar_alter |
./date_ical.api.php |
Alter the vcalendar object imported from an iCal feed. |
|
|
hook_date_ical_mapping_sources_alter |
./date_ical.api.php |
Add an additional custom source to be mapped by a feed. |
|
|
theme_date_ical_icon |
./date_ical.module |
Theme function for the ical icon used by attached iCal feed. |
|
|
_date_ical_convert_rrule_for_icalcreator |
./date_ical.module |
Convert an rrule array to the iCalcreator format. |
1 |
|
_date_ical_get_location_fields |
./date_ical.module |
Internal helper function for date_ical_get_location_fields(). |
1 |
|
_date_ical_get_repeat_dates |
./date_ical.utils.inc |
Parse the repeat data into date values. |
1 |
|
_date_ical_get_summary_fields |
./date_ical.module |
Internal helper function for date_ical_get_summary_fields(). |
1 |
|
_date_ical_parse_repeat_dates |
./date_ical.utils.inc |
Parses an iCal RDATE or EXDATE, including multi-property rules. |
1 |
|
_date_ical_parse_repeat_rule |
./date_ical.utils.inc |
Parse an rrule or exrule string. |
1 |
|