<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ErracChicb</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ErracChicb"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/ErracChicb"/>
	<updated>2026-04-16T17:48:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=operating-hours&amp;diff=35847</id>
		<title>operating-hours</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=operating-hours&amp;diff=35847"/>
		<updated>2008-12-20T00:02:51Z</updated>

		<summary type="html">&lt;p&gt;ErracChicb: elrolnotr&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;trocracbo&lt;br /&gt;
&amp;lt;h1&amp;gt;Operating Hours&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page documents a method that can be used to mark up the operating hours of stores, restaurants, museums, offices, and other estabishments that have set hours and are open on a regular basis. This is based on the [[hCalendar]] microformat.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
== Discussion Participants ==&lt;br /&gt;
=== Authors ===&lt;br /&gt;
* [http://dragotown.com Nick Drago]&lt;br /&gt;
* [http://suda.co.uk/ Brian Suda]&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
This effort came about as a result of the need for a human and machine readable markup format that can be used to define the operating hours of establishments.&lt;br /&gt;
&lt;br /&gt;
Stores, businesses, etc. often provide their operating hours on their websites. With the addition of a small bit of markup, they are able to define their operating hours on their websites in such a way that spiders and other aggregators can retrieve such hours, automatically convert them to the iCalendar format, and use this data in any iCalendar application or service.&lt;br /&gt;
&lt;br /&gt;
== Using RRULE in hCalendar ==&lt;br /&gt;
This was suggested [http://microformats.org/discuss/mail/microformats-discuss/2007-February/008562.html] by Brian. Is this the most appropriate method? --Nick&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// example definition of operating hours using RRULE in hCalendar&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt;Pardon the Interruption&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;vevent&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;a class=&amp;quot;url uid summary&amp;quot;&lt;br /&gt;
href=&amp;quot;http://sports.espn.go.com/...&amp;quot;&amp;gt;Pardon the Interruption&amp;lt;/a&amp;gt;&lt;br /&gt;
  is a &amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;TV&amp;lt;/span&amp;gt; &amp;lt;span&lt;br /&gt;
class=&amp;quot;category&amp;quot;&amp;gt;sports&amp;lt;/span&amp;gt; show.&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;dtstart&amp;quot; title=&amp;quot;2001-10-22&amp;quot;&amp;gt;It airs&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;rrule&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span class=&amp;quot;freq&amp;quot;&amp;gt;weekly&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;abbr class=&amp;quot;byday&amp;quot; title=&amp;quot;mo,tu,we,th,fr&amp;quot;&amp;gt;Monday to&lt;br /&gt;
Friday&amp;lt;/abbr&amp;gt; at &amp;lt;abbr class=&amp;quot;byhour&amp;quot; title=&amp;quot;5&amp;quot;&amp;gt;5:30pm&amp;lt;/abbr&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;!-- timezones should be avoided --&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;tzid&amp;quot; title=&amp;quot;US-Eastern&amp;quot;&amp;gt;ET&amp;lt;/abbr&amp;gt; on ESPN.&lt;br /&gt;
&lt;br /&gt;
  The hosts of the show are longtime friends&lt;br /&gt;
  &amp;lt;span class=&amp;quot;hcard&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;fn n&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;Tony&amp;lt;/span&amp;gt;&lt;br /&gt;
          &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Kornheiser&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
  and ... (hCard for Michael Wilbon not shown)&lt;br /&gt;
  &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;They discuss - and frequently argue over&lt;br /&gt;
- the top stories of the&lt;br /&gt;
  day in &amp;quot;sports... and other stuff&amp;quot;.&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/2002/REC-xhtml1-20020801/ XHTML 1.0 SE]&lt;br /&gt;
* [[hcard]]&lt;br /&gt;
* [[hCalendar]]&lt;br /&gt;
* [http://www.ietf.org/rfc/rfc2445.txt iCalendar RFC2445]&lt;br /&gt;
* [http://www.iso.org/iso/en/prods-services/popstds/datesandtime.html ISO 8601]&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [http://en.wikipedia.org/wiki/ISO_8601 Wikipedia article on ISO 8601]&lt;br /&gt;
* [http://www.xfront.com/microformats/hCalendar_part2.html Tutorial on recurring events in hCalendar]&lt;br /&gt;
&lt;br /&gt;
=== Related ===&lt;br /&gt;
* [[operating-hours-examples]]&lt;br /&gt;
* [http://microformats.org/discuss/mail/microformats-discuss/2007-February/008562.html Corresponding thread from uf-discuss]&lt;/div&gt;</summary>
		<author><name>ErracChicb</name></author>
	</entry>
</feed>