Skip to content

Instantly share code, notes, and snippets.

@jwlawrence
Created February 10, 2011 22:57
Show Gist options
  • Save jwlawrence/821550 to your computer and use it in GitHub Desktop.
Save jwlawrence/821550 to your computer and use it in GitHub Desktop.
Event Info with hCalendar Microformats
<!-- http://microformats.org/code/hcalendar/creator -->
<div id="hcalendar-event" class="vevent">
<a href="http://www.baltimore.com" class="url">
<abbr title="2011-02-14T10:30-05:0000" class="dtstart">February 14th 10:30am</abbr>-
<abbr title="2011-02-15T11:15-05:00" class="dtend"> 11:15am 2011</abbr> :
<span class="summary">event</span> at
<span class="location">baltimore</span>
</a>
<div class="description">This is a super cool event in Baltimore.</div>
<div class="tags">
Tags:
<a href="http://eventful.com/events/tags/event" rel="tag">event</a>
<a href="http://eventful.com/events/tags/baltimore" rel="tag"> baltimore</a>
</div>
</div> <!-- end .vevent -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment