Newline = \n; Decimal = [0-9]+ ( "." [0-9]* ); VEvent = ${Newline} <> "START:" ${Newline} <> "END:" ${Newline} ) "END:EVENT" ${Newline} >; ICalendar = ${Newline} "PRODID:" ${Newline} ${VEvent}* "END:CALENDAR" ${Newline} >; /** Example: BEGIN:CALENDAR VERSION:2.0 PRODID:-//hacksw/handcal BEGIN:EVENT DTSTART:19920626T201500Z DTEND:19920626T220000Z SUMMARY:The European Championship final END:EVENT END:CALENDAR **/