<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: iCal Events Plugin</title>
	<atom:link href="http://dev.webadmin.ufl.edu/~dwc/2005/03/10/ical-events-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.webadmin.ufl.edu/~dwc/2005/03/10/ical-events-plugin/</link>
	<description>Ramblings by University of Florida Web Developer Daniel Westermann-Clark</description>
	<pubDate>Wed, 23 Jul 2008 19:05:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1-alpha</generator>
		<item>
		<title>By: DeezJee</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2005/03/10/ical-events-plugin/#comment-19961</link>
		<dc:creator>DeezJee</dc:creator>
		<pubDate>Sat, 17 May 2008 15:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=6#comment-19961</guid>
		<description>I think I solved the problem. Thanks for your help!</description>
		<content:encoded><![CDATA[<p>I think I solved the problem. Thanks for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeezJee</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2005/03/10/ical-events-plugin/#comment-19958</link>
		<dc:creator>DeezJee</dc:creator>
		<pubDate>Sat, 17 May 2008 15:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=6#comment-19958</guid>
		<description>This works, but now the events of today are listed at the bottom of the list.</description>
		<content:encoded><![CDATA[<p>This works, but now the events of today are listed at the bottom of the list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dwc</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2005/03/10/ical-events-plugin/#comment-19956</link>
		<dc:creator>dwc</dc:creator>
		<pubDate>Sat, 17 May 2008 14:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=6#comment-19956</guid>
		<description>How about this:

&lt;code&gt;ICalEvents::display_events('url=http://www.ufl.edu/calendar/ufCalendar.ics&#38;limit=8&#38;gmt_start=' . mktime(0,0,0) . '&#38;gmt_end=' . mktime(23,59,59));&lt;/code&gt;

This sets &lt;code&gt;gmt_start&lt;/code&gt; at the very beginning of the day.</description>
		<content:encoded><![CDATA[<p>How about this:</p>
<p><code>ICalEvents::display_events('url=http://www.ufl.edu/calendar/ufCalendar.ics&amp;limit=8&amp;gmt_start=' . mktime(0,0,0) . '&amp;gmt_end=' . mktime(23,59,59));</code></p>
<p>This sets <code>gmt_start</code> at the very beginning of the day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeezJee</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2005/03/10/ical-events-plugin/#comment-19944</link>
		<dc:creator>DeezJee</dc:creator>
		<pubDate>Sat, 17 May 2008 10:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=6#comment-19944</guid>
		<description>It also doesn't work with this code:

ICalEvents::display_events(’url=http://www.ufl.edu/calendar/ufCalendar.ics&#38;limit=8&#38;before_date=&#38;after_date=: &#38;before=&#38;after=&#38;date_format=%B %e, %Y&#38;time_format=[%H:%M]&#38;gmt_start=’ . time()’&#38;gmt_end=’ . gmmktime(23, 59, 59));</description>
		<content:encoded><![CDATA[<p>It also doesn&#8217;t work with this code:</p>
<p>ICalEvents::display_events(’url=http://www.ufl.edu/calendar/ufCalendar.ics&amp;limit=8&amp;before_date=&amp;after_date=: &amp;before=&amp;after=&amp;date_format=%B %e, %Y&amp;time_format=[%H:%M]&amp;gmt_start=’ . time()’&amp;gmt_end=’ . gmmktime(23, 59, 59));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeezJee</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2005/03/10/ical-events-plugin/#comment-19943</link>
		<dc:creator>DeezJee</dc:creator>
		<pubDate>Sat, 17 May 2008 10:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=6#comment-19943</guid>
		<description>This doesn't work for me. When I try it I get a white page as a result.
I use this code:

 ICalEvents::display_events_nourl('url=http://www.ufl.edu/calendar/ufCalendar.ics&#38;limit=8&#38;before_date=&#38;after_date=: &#38;before=&#38;after=&#38;date_format=%B %e, %Y&#38;time_format=[%H:%M]&#38;gmt_start=' . time()'&#38;gmt_end=' . gmmktime(23, 59, 59));</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t work for me. When I try it I get a white page as a result.<br />
I use this code:</p>
<p> ICalEvents::display_events_nourl(&#8217;url=http://www.ufl.edu/calendar/ufCalendar.ics&amp;limit=8&amp;before_date=&amp;after_date=: &amp;before=&amp;after=&amp;date_format=%B %e, %Y&amp;time_format=[%H:%M]&amp;gmt_start=&#8217; . time()&#8217;&amp;gmt_end=&#8217; . gmmktime(23, 59, 59));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dwc</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2005/03/10/ical-events-plugin/#comment-19881</link>
		<dc:creator>dwc</dc:creator>
		<pubDate>Fri, 16 May 2008 14:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=6#comment-19881</guid>
		<description>Pass it to your &lt;code&gt;display_events&lt;/code&gt; call:

&lt;code&gt;ICalEvents::display_events('url=http://www.ufl.edu/calendar/ufCalendar.ics&#038;limit=8&#038;gmt_end=' . gmmktime(23, 59, 59));&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Pass it to your <code>display_events</code> call:</p>
<p><code>ICalEvents::display_events('url=http://www.ufl.edu/calendar/ufCalendar.ics&#038;limit=8&#038;gmt_end=' . gmmktime(23, 59, 59));</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeezJee</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2005/03/10/ical-events-plugin/#comment-19880</link>
		<dc:creator>DeezJee</dc:creator>
		<pubDate>Fri, 16 May 2008 14:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=6#comment-19880</guid>
		<description>Where should I place this code? Or do I have to replace the some code with this one?</description>
		<content:encoded><![CDATA[<p>Where should I place this code? Or do I have to replace the some code with this one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dwc</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2005/03/10/ical-events-plugin/#comment-19765</link>
		<dc:creator>dwc</dc:creator>
		<pubDate>Wed, 14 May 2008 22:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=6#comment-19765</guid>
		<description>DeezJee,

How about a &lt;code&gt;gmt_end&lt;/code&gt; that matches with 23:59:59 for the current day? That would keep events for today on the list until the day has finished. For example:

&lt;code&gt;$gmt_end = gmmktime(23, 59, 59);&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>DeezJee,</p>
<p>How about a <code>gmt_end</code> that matches with 23:59:59 for the current day? That would keep events for today on the list until the day has finished. For example:</p>
<p><code>$gmt_end = gmmktime(23, 59, 59);</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeezJee</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2005/03/10/ical-events-plugin/#comment-19754</link>
		<dc:creator>DeezJee</dc:creator>
		<pubDate>Wed, 14 May 2008 19:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=6#comment-19754</guid>
		<description>Isn't gmt_start and gmt_end not for limiting the events to be displayed?
I only want the events NOT be removed from the list before the day has finished. Something like an allday event but with the start time displayed</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t gmt_start and gmt_end not for limiting the events to be displayed?<br />
I only want the events NOT be removed from the list before the day has finished. Something like an allday event but with the start time displayed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dwc</title>
		<link>http://dev.webadmin.ufl.edu/~dwc/2005/03/10/ical-events-plugin/#comment-19633</link>
		<dc:creator>dwc</dc:creator>
		<pubDate>Mon, 12 May 2008 20:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://dev.webadmin.ufl.edu/~dwc/?p=6#comment-19633</guid>
		<description>Russ,

You can write a &lt;a href="http://dev.webadmin.ufl.edu/~dwc/2005/03/10/ical-events-plugin/#comment-754" rel="nofollow"&gt;simple plugin wrapper&lt;/a&gt;. Use the code in &lt;code&gt;do_display_events&lt;/code&gt; as an example.</description>
		<content:encoded><![CDATA[<p>Russ,</p>
<p>You can write a <a href="http://dev.webadmin.ufl.edu/~dwc/2005/03/10/ical-events-plugin/#comment-754" rel="nofollow">simple plugin wrapper</a>. Use the code in <code>do_display_events</code> as an example.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
