<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Event Calendar &#187; mark</title>
	<atom:link href="http://wpcal.firetree.net/author/mark/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpcal.firetree.net</link>
	<description>plugin for wordpress</description>
	<lastBuildDate>Thu, 23 Apr 2009 16:44:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>ec3_the_schedule()</title>
		<link>http://wpcal.firetree.net/2007/10/25/ec3_the_schedule/</link>
		<comments>http://wpcal.firetree.net/2007/10/25/ec3_the_schedule/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 11:47:14 +0000</pubDate>
		<dc:creator><![CDATA[mark]]></dc:creator>
				<category><![CDATA[Documentation]]></category>

		<guid isPermaLink="false">http://wpcal.firetree.net/2007/10/25/ec3_the_schedule/</guid>
		<description><![CDATA[Formats the schedule for the current post. If you want to echo the result directly onto the page, This is the call you want. For HTML as a string use ec3_get_schedule() Overview ec3_the_schedule() is useful to produce a controllable (different &#8230; <a href="http://wpcal.firetree.net/2007/10/25/ec3_the_schedule/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Formats the schedule for the current post. If you want to echo the result directly onto the page, This is the call you want. For HTML as a string use ec3_get_schedule()</p>
<h3>Overview</h3>
<p>ec3_the_schedule() is useful to produce a controllable (different from default) HTML output for use within a post, especially when you wish to style the output using div&#8217;s instead of tables. The command takes the form of</p>
<p>ec3_the_schedule(&#8216;<strong>$format_single</strong>&#8216;,&#8217;<strong>$format_range</strong>&#8216;,&#8217;<strong>$format_wrapper</strong><br />
&#8216;);</p>
<p>all of the parameters above are optional, and are explained below</p>
<h3>Parameters</h3>
<p><strong>$format_single</strong> (OPTIONAL)</p>
<p>DEFAULT=’&lt;tr&gt;&lt;td colspan=”3″&gt;%s&lt;/td&gt;&lt;/tr&gt;’<br />
Events that only have a start time (no duration) are generated using this template. %s is a placeholder for the time.<br />
<strong>$format_range (OPTIONAL)</p>
<p>DEFAULT=’&lt;tr&gt;&lt;td class=”ec3_start”&gt;%1$s&lt;/td&gt;’<br />
  . ‘&lt;td class=”ec3_to”&gt;%3$s&lt;/td&gt;&lt;td class=”ec3_end”&gt;%2$s&lt;/td&gt;&lt;/tr&gt;’<br />
Events that have a start and end time are generated using this template. %1$s is a placeholder for the start, and %2$s is a placeholder for the end time. %3$s is a placeholder for the word “to”, which may be translated if you are using a localised version of EventCalendar.</p>
<p></strong><strong>$format_wrapper</strong> (OPTIONAL)</p>
<p>DEFAULT=’&lt;tableclass=”ec3_schedule”&gt;%s&lt;/table&gt;’<br />
A template for the whole result. The default generates a table, but you may prefer to have it generate a div, or leave it blank. %s is a placeholder.<br />
<strong>Examples</p>
<p><code>&lt;?php ec3_the_schedule('%1$s ');?&gt;   </code><br />
This fragment will generate output in the form<br />
&#8220;(Event date) (Event Start Time)&#8221; ie December 9, 2007 9:00 am</p>
<p></strong><code>&lt;?php ec3_the_schedule('%1$s ','','&lt;div class="ec3_the_schedule" &gt;%s &lt;/div&gt;');?&gt;   </code><br />
This fragment will generate output in the form<br />
<code>&lt;div class="ec3_the_schedule"&gt;December 9, 2007 9:00 am  &lt;/div&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://wpcal.firetree.net/2007/10/25/ec3_the_schedule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
