[uf-discuss] adr in hCalendar

brian suda brian.suda at gmail.com
Thu Mar 16 09:17:52 PST 2006


You are correct that the LOCATION in iCalendar is "less formal" and
probably intended for things like "Room 120".

It is possible to Mix microformat conent, so you can easily have both
location and adr. For Example:

<span class="location adr">
SxSW <span class="locality">Austin</span>, <span
class="region">TX</span> Conference center room 18
</span>

or

<span class="adr">
SxSW <span class="locality">Austin</span>, <span
class="region">TX</span> Conference center <span class="location">room
18</span>
</span>

This should help in both cases.

-brian

Paul Bryson wrote:
> hCalendar is currently using the "location" class to specify the location of 
> the an event.  However, hCard (and supposedly everything else in the future) 
> uses "adr" to describe indicate an object's location.
>
> It seems like, from use and description, that the "location" moniker is 
> intended to convey less formal geographic location information.  For 
> instance, "location" may contain:
>
> Bob Bullock Museum
>
> whereas "adr" may contain:
>
> 13333-A Hwy 71 West
> Bee Cave, TX 78738
>
> Would it be possible to allow "adr" to be used in hCalendar?  Any ideas 
> about how it should be used?
>
>
> Atamido 
>
>
>
> _______________________________________________
> microformats-discuss mailing list
> microformats-discuss at microformats.org
> http://microformats.org/mailman/listinfo/microformats-discuss
>
>   



More information about the microformats-discuss mailing list