in reply to Difficulty with Logic parsing ICAL feed
It looks like it doesn't find "SUMMARY", so it keeps resetting $offset to the same location--character 10: -1 + length("DESCRIPTION"). I'd suggest terminating the loop if it can't find SUMMARY or DESCRIPTION.
...roboticus
When your only tool is a hammer, all problems look like your thumb.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Difficulty with Logic parsing ICAL feed
by ChocolateCake (Initiate) on Aug 17, 2012 at 17:02 UTC | |
by roboticus (Chancellor) on Aug 17, 2012 at 18:50 UTC |