Displaying Google Calendars in PHP iCal

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

No Comments

No comments yet.

Comments RSS TrackBack Identifier URI

Leave a comment

 

User contributed tags for this post:

php ical (63) - ical php (37) - minutes (10) - php ical google (10) - duration (7) - php ical api (5) - php ics (4) - php api ical (4) - google maps ical (4) - convert ical to rss (3) - google ical (3) - ical php api (3) - php ical library (3) - convert rss feed to ical (3) - ics php ical (3) - convert ical to php (3) - php convert seconds to hours minutes (3) - convert rss to ical (3) - ics php (2) - google ical api (2) - convert seconds into minute in php (2) - iCal API PHP (2) - PHP convert seconds to duration (2) - ical hacks (2) - php seconds convert (2) - ical to RSS converter (2) - ical to xml converter php (2) - php convert minutes into hours (2) - convert from minutes to hour in php (2) - convert second into hour in php (2) - 60 minutes sex com (2) - all (2) - api ical (2) - ical php mysql (2) - google ical php (2) - convert .ics to cvs (2) - phpICalendar google (2) - php gcal (2) - php google ical (2) - php convert seconds to hours (2) - google calendars php ical (1) - google calendars accessible web design (1) - convert seconds to days weeks minutes hours php (1) - ical convert (1) - convert to iCalendar google (1) - ical 2 ics converter php (1) - convert ics to ical (1) - ical php google get (1) - php ical insert (1) - convert ical into rss (1) - icalendar duration (1) - import cvs lightning (1) - rss to ical (1) - rss convert to icalendar rss to ical (1) - rss to ical php (1) - convert ical ics (1) - php to iCal (1) - wordpress plugins ical (1) - convert rss ical (1) - ical 3 hacks (1) - icalendar duration google (1) - ics convert php (1) - swx ical ics (1) - how to insert ical to frontpage (1) - convert .ics to .xml php (1) - ics gcal php (1) - minutes to hour converter (1) - php-gcal (1) - php 2 calendars (1) - php to ical converter (1) - ical library php (1) - convert cvs to ics (1) - ical to xml converter (1) - convert google ics (1) - phpicalendar api (1) - gcal php (1) - ical xml convert (1) - wordpress icalendar (1) - use rss.php to import gcal (1) - google ical php api (1) - iCalendar API (1) - google ical convert (1) - gcal api get calendars php (1) - PHP sending ical email (1) - gcal api php (1) - inserting ical in your website (1) - php convert second to hour (1) - .ics calendars from mysql (1) - php convert time icalendar (1) - ical mysql import php (1) - php convert seconds to hours and minutes (1) - php displaying ical (1) - convert: cvs to ical (1) - php convert ics to xml (1) - convert ics to xml php (1) - php-ical (1) - CA (1) - php ical email (1) - php convertir seconde en minute (1) - convert seconds to Hours php (1) - how to convert second into minute in php (1) - php convert to minutes (1) - time passing quote (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 424 minutes into hours (1) - api php google ical (1) - php seconds to duration (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) - convert ical to xml with php (1) - ereg 0 9 0 9 (1) - phpicalendar duration (1) - php convert seconds into minutes (1) - convert icalendar to phpicalendar (1) - how to convert seconds into hours in php (1) - convert minutes to hours php (1) - ical in php (1) - php icalendar google rss (1) - php icalendar insert (1) - php icalendar search future (1) - converting minutes into days php (1) - convert from seconds to hours (1) - convert ical php xml (1) - iCal API (1) - php convert ical pdf (1) - php convert from seconds to hours and minutes (1) - F (1) - php icalendar api (1) - convert seconds to hours in php (1) - php ical rss (1) - eregi 0 9 0 9 (1) -