<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: iCal and gCal subscribing</title>
  <link>http://www.activecollab.com/forums/topic/2246/</link>
  <description>Recent posts on topic: iCal and gCal subscribing</description>
  <dc:language>en-us</dc:language>
  <pubDate>Mon, 01 Dec 2008 17:11:10 UTC</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/11280/#post11280</link>
    <guid>http://www.activecollab.com/forums/post/11280/#post11280</guid>
    <title>Post #5 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>@bizzynate:<br />
<br />
Thanks, works like a charm.</p>]]></description>
    <pubDate>Thu, 03 Jan 2008 11:35:00 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11259/#post11259</link>
    <guid>http://www.activecollab.com/forums/post/11259/#post11259</guid>
    <title>Post #4 by digitalmark</title>
    <dc:creator>digitalmark</dc:creator>
    <description><![CDATA[<p>Thanks. Will give it a shot.</p>]]></description>
    <pubDate>Sun, 30 Dec 2007 00:01:43 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11258/#post11258</link>
    <guid>http://www.activecollab.com/forums/post/11258/#post11258</guid>
    <title>Post #3 by bizzynate</title>
    <dc:creator>bizzynate</dc:creator>
    <description><![CDATA[<p>I have discovered how to fix this. There is a missing parameter which formats these as &quot;all-day&quot; events.<br />
<br />
Go to activecollab/application/modules/system/functions.php and change lines 352 &amp; 353 from:<br />
<br />
$event-&gt;setProperty('dtstart', $start_on_year, $start_on_month, $start_on_day);<br />
$event-&gt;setProperty('dtend', $due_on_year, $due_on_month, $due_on_day);<br />
<br />
to<br />
<br />
$event-&gt;setProperty('dtstart', array($start_on_year, $start_on_month, $start_on_day), array('VALUE'=&gt;'DATE'));<br />
$event-&gt;setProperty('dtend', array($due_on_year, $due_on_month, $due_on_day), array('VALUE'=&gt;'DATE'));<br />
<br />
That will send out the DTSTART/DTEND elements as:<br />
<br />
DTSTART;VALUE=DATE:YYYYMMDD<br />
DTEND;VALUE=DATE:YYYYMMDD<br />
<br />
and not<br />
<br />
DTSTART:YYYYMMDD000000<br />
DTEND:YYYYMMDD000000</p>]]></description>
    <pubDate>Sat, 29 Dec 2007 20:14:41 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/10664/#post10664</link>
    <guid>http://www.activecollab.com/forums/post/10664/#post10664</guid>
    <title>Post #2 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hi,<br />
<br />
Thanks for reporting this issue. We'll see to have it covered in the next release.</p>]]></description>
    <pubDate>Mon, 12 Nov 2007 04:48:52 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/10663/#post10663</link>
    <guid>http://www.activecollab.com/forums/post/10663/#post10663</guid>
    <title>Post #1 by digitalmark</title>
    <dc:creator>digitalmark</dc:creator>
    <description><![CDATA[<p>When I subscribe to an iCal feed, a  milestone for a project only shows visually on the start day.  It does not span the days the Start to Due on the milestone (labeled as From/To in aC).  <br />
<br />
I believe this may have to do with the time settings because in iCal it shows a time of 12:00am.  When subscribed in Gmail, it does span multiple days, but also labels it with (00:00) before the title of the event (in the calendar layout).  I think if aC set these milestones as &quot;all-day&quot; events the same way iCal/gCal do, it would fix the glitch.</p>]]></description>
    <pubDate>Mon, 12 Nov 2007 02:39:43 UTC</pubDate>
  </item>
</channel>
</rss>