Posted by daGnutt on 07/05/07 08:51
I'm currently trying to write a vCal-interpreter, so that I can use a
google-calendar to show upcoming, and recently performed events.
The issue that I have now, is that I wish to split up the vCal-info
into blocks with data.
What I'm after right now is a way to fetch the row-nums from a string
where the rows are
First Occurence of
BEGIN:VEVENT
and then the first occurence of
END:VEVENT
(So I can divide it into blocks)
[Back to original message]
|