Ican feed needs a filter
-
on line 619 of ical.php, this should be wrapped in a filter.
$item = $this->get_ical_output_for_an_event( $event_post, $tec );
This would be exteremely useful if you wanted to add additional functionality to the feed, eg an alarm or reminder:
BEGIN:VALARM
TRIGGER:-PT10M
ACTION:DISPLAY
END:VALARMatm this is impossible, or at least extremely difficult.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Ican feed needs a filter’ is closed to new replies.