Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
date_ical
Commits
83719ab6
Commit
83719ab6
authored
Mar 26, 2015
by
Robert Rollins
Browse files
Added more documentation for hook_date_ical_import_timezone_alter
parent
b59acd0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
date_ical.api.php
date_ical.api.php
+7
-0
No files found.
date_ical.api.php
View file @
83719ab6
...
...
@@ -234,6 +234,13 @@ function hook_date_ical_import_timezone_alter(&$tzid, $context) {
* description: The description of this field shown in the Mapping page.
* date_ical_parse_handler: The function in the ParserVcalendar class
* which should be used to parse this iCal property into a Drupal field.
*
* Available date_ical_parse_handlers are:
* parseTextProperty
* parseDateTimeProperty
* parseRepeatProperty
* parseMultivalueProperty
* parsePropertyParameter
*/
function
hook_date_ical_mapping_sources_alter
(
&
$sources
)
{
// Example of what might be done with this alter hook:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment