SG-iCalendar
SG-iCalendar copied to clipboard
A PHP5 OOP iCalendar parser
Hi, I found bug in helpers/SG_iCal_Freq.php in function findNext on line 264. ``` php if( $imm > $offset && $imm < $eop && ($_t == null || $imm < $_t)...
Found some warnings/errors, fixed them. - replaced {} with [] for acessing - fixed create_function not existing in php8 Don't know if they break stuff below php8.
can't read google calendar ics files and file_get_contents can also read http-files, so why so complicated?
There are a couple instances in this helper which gave off a a notice error when no events are excluded. They were both repaired with a couple quick conditionals
Calendar names are properly displayed in the legend but they are not properly displayed in the pick multiple area (they are displayed via their filename). On line 182 of calendar_functions.php...
If the event is repetative but contains no until rule, SG_iCal_Freq::getNext runs endlessly. I suggest putting a limit in place to counter such events causing out of memory errors
Hi - it looks like the code to process SUMMARY lines in .ics calendar files that extend beyond one line has a bug. The bug manifests when the last character...
Greetings. I'm trying to use this parser with Yii framework but a strange problem is happening. When i load the ics file, outside the framework project directory, i get the...
I'm currently testing the library against a number of caldav servers. The OSAF server, Cosmo, creates durations as DURATION:P17D which creates PHP error messages "PHP Notice: Undefined offset: {n} in...