[uf-discuss] hcalendar - irregular repeat of identical meeting.

Toby A Inkster mail at tobyinkster.co.uk
Thu Mar 5 10:20:12 PST 2009


Try iCalendar's RDATE property.

<div class="vevent">
   <h1 class="summary">My Irregular Meeting</h1>
   <div>
     <b>Dates:</b>
     <span class="dtstart">2001-01-01</span>
     <span class="rdate">2003-01-01</span>
     <span class="rdate">2003-01-02</span>
     <span class="rdate">2004-05-12</span>
     <span class="rdate">2004-07-30</span>
     <span class="rdate">2009-02-01</span>
     <span class="rdate">2011-02-01</span>
     <span class="rdate">2011-02-04</span>
   </div>
</div>

-- 
Toby A Inkster
<mailto:mail at tobyinkster.co.uk>
<http://tobyinkster.co.uk>





More information about the microformats-discuss mailing list