PHP iCalendar solves a couple problems I’m working on, but I needed a solution to fix the duration display for Gcal-managed ICS calendars.
As it turns out, a fix can be found in the forums, and the trick is to insert the following code in functions/ical_parser.php.
case 'DURATION':
if (($first_duration == TRUE) && (!stristr($field, '=DURATION'))) {
ereg ('^P([0-9]{1,2}[W])?([0-9]{1,2}[D])?([T]{0,1})?([0-9]{1,2}[H])?([0-9]{1,2}[M])?([0-9]{1,}[S])?', $data, $duration);
$weeks = str_replace('W', '', $duration[1]);
$days = str_replace('D', '', $duration[2]);
$hours = str_replace('H', '', $duration[4]);
$minutes = str_replace('M', '', $duration[5]);
$seconds = str_replace('S', '', $duration[6]);
// Convert seconds to hours, minutes, and seconds
if ($seconds > 60) {
$rem_seconds = $seconds % 60;
$minutes = $minutes + (($seconds - $rem_seconds) / 60);
$seconds = $rem_seconds;
}
if ($minutes > 60) {
$rem_minutes = $minutes % 60;
$hours = $hours + (($minutes - $rem_minutes) / 60);
$minutes = $rem_minutes;
}
$the_duration = ($weeks * 60 * 60 * 24 * 7) + ($days * 60 * 60 * 24) + ($hours * 60 * 60) + ($minutes * 60) + ($seconds);
$first_duration = FALSE;
}
break;
Hopefully this gets worked into the baseline with the next release.
bug, duration, fix, gcal, google calendars, ical, ics, php icalendar
Posted November 13, 2006 by Casey Bisson
Categories: Technology. Tags: bug, duration, fix, gcal, google calendars, ical, ics, php icalendar.
No Comments Yet
No comments yet.
Comments RSS
TrackBack Identifier URI
User contributed tags for this post:
php ical (67) - ical php (40) - duration (14) - minutes (10) - php ical google (10) - convert cvs to ics (8) - convert rss to ical (6) - php ics (6) - php ical library (6) - php ical api (5) - php gcal (4) - google maps ical (4) - php api ical (4) - php convert seconds to hours minutes (3) - php-gcal (3) - PHP convert seconds to duration (3) - gcal php (3) - php ics to xml (3) - google ical (3) - convert ical to php (3) - google ical php (3) - ical php api (3) - ics php ical (3) - convert rss feed to ical (3) - php google ical (3) - convert ical to rss (3) - php convert minutes into hours (2) - ical hacks (2) - php ics api (2) - rss to ical php (2) - php seconds convert (2) - ical to RSS converter (2) - api ical (2) - convert from minutes to hour in php (2) - convert ics to ical (2) - convert .ics to cvs (2) - ical to xml converter php (2) - phpICalendar google (2) - convert ics to xml php (2) - ical php mysql (2) - convert seconds into minute in php (2) - iCal API PHP (2) - convert second into hour in php (2) - google ical api (2) - ics php (2) - convert ical to xml in php (2) - php convert seconds to hours (2) - ical to rss (2) - ics to xml php (2) - convert ics to mysql (1) - ical mysql import php (1) - google ical convert (1) - gcal api get calendars php (1) - PHP sending ical email (1) - convert ical to ics (1) - php mysql icalendar (1) - gcal api php (1) - php convert second to hour (1) - phpicalendar xml (1) - inserting ical in your website (1) - ics to xml converter php (1) - ical to xml convert (1) - iCalendar API (1) - .ics calendars from mysql (1) - convert ical into rss (1) - import cvs lightning (1) - convert seconds to days weeks minutes hours php (1) - convert .ics to .cvs (1) - convert to iCalendar google (1) - ical 2 ics converter php (1) - Google B2B. ics (1) - convert ical to xml (1) - google convert seconds to minutes (1) - gcal convert PHP (1) - ical php google get (1) - php ical insert (1) - gcal google dev (1) - swx ical ics (1) - php convert seconds to hours and minutes (1) - php displaying ical (1) - iCal color hacks (1) - ical to xml converter (1) - convert google ics (1) - phpicalendar api (1) - php icalendar google (1) - ical xml convert (1) - wordpress icalendar (1) - ical xml converter (1) - php-ical (1) - mysql ical php (1) - converst ical to xml (1) - how to convert ics to cvs (1) - how to convert the duration into seconds in php (1) - convert ics to xml (1) - ical library php (1) - php to ical converter (1) - convert: cvs to ical (1) - php convert ics to xml (1) - ics.php iphone (1) - google ical php api (1) - use rss.php to import gcal (1) - php convert time icalendar (1) - how to insert ical to frontpage (1) - ical mysql (1) - convert .ics to .xml php (1) - ics gcal php (1) - php icalendar slow (1) - minutes to hour converter (1) - convert ics osx (1) - php 2 calendars (1) - php ics calendar (1) - ics convert php (1) - convert seconds to Hours php (1) - how to convert second into minute in php (1) - php convert to minutes (1) - mysql seconds to hours minutes seconds php (1) - convert ical html php (1) - php iCal ics (1) - php seconds into minutes (1) - icalendar php google (1) - php insert ical (1) - converting a duration into hours minutes and seconds in (1) - iCal en PHP (1) - convert ical to xml with php (1) - ereg 0 9 0 9 (1) - convert seconds to hours in php (1) - php ical rss (1) - eregi 0 9 0 9 (1) - php convertir seconde en minute (1) - php ical email (1) - php ical DURATION (1) - 0 9 0 9 1 6 0 9 (1) - icalendar ics php (1) - php seconds to hours and minutes (1) - google map ical (1) - seconds to hours and minutes php (1) - ical php insert (1) - 60 seconds to minutes php (1) - convert seconds to hours and minutes php (1) - google maps and ical (1) - ical field duration (1) - php convert duration minutes seconds (1) - ical google php (1) - ical hours minutes seconds (1) - php seconds to duration (1) -