Subject: | Excellent Script :D one small fix,... |
Summary: | Package rating comment |
Messages: | 2 |
Author: | boba fett |
Date: | 2009-02-16 19:32:41 |
Update: | 2010-07-08 06:29:42 |
|
|
|
boba fett rated this package as follows:
Utility: | Good |
Consistency: | Good |
|
boba fett - 2009-02-16 19:32:41
Excellent Script :D
one small fix, as Google Calender will wrap long lines:
function iCalDecoder($file) {
$ical = file_get_contents($_SERVER['DOCUMENT_ROOT'].'/cals/'.$file);
//my add in for lines that wrap - CAN'T USE : CHARACTER in DESCRIPTION
$ical = str_replace ("\r\n ", "", $ical );
Anil - 2010-07-08 06:29:42 - In reply to message 1 from boba fett
hi this line u have given is not working for me
|