[uf-discuss] Microformat idea: store hours

Scott Reynen scott at randomchaos.com
Fri Nov 11 13:54:37 PST 2005


Paul Schreiber wrote:

> My first thought is that there is a lot of overlap with the  
> vcalendar microformat.

Indeed, couldn't hCalendar and hCard address all of this?  e.g.:

<div class="vcard">
<a class="fn" h>Chicago South Loop Target Pharmacy</span>
<div class="org">Target</div>
<span class="tel">(312) 212-6300</span>
</div>

<div class="vevent">
<span class="location">Chicago South Loop Target Pharmacy</span>
<span class="summary">Open</span>
<abbr class="dtstart" title="2005-11-11T09:00Z">9am</abbr>-
<abbr class="dtend" title="2005-11-11T18:00Z">5pm</abbr>
<abbr class="rrule" title="FREQ=DAILY">every day</abbr>
</div>

Or something like that.  I'm not sure about the syntax of repeated  
events.

Peace,
Scott



More information about the microformats-discuss mailing list