<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Adjustments to Community 3.2 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/adjustments-to-community-3-2/m-p/223528#M176658</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm looking at the same thing. I'm no no coder, so I'm a bit stuck. It looks like following piece of code from toolbar.het.html.ftl creates the iCal stream:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="ical-feed"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;a id="${args.htmlid}-publishEvents-button" href="${page.url.context}/proxy/alfresco-feed/calendar/eventList?site=${page.url.templateArgs["site"]}&amp;amp;amp;format=calendar" rel="_blank"&amp;gt;${msg("button.ical")}&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;When I put this in user-calendar.get.html.ftl, it gives an html-500 error. Maybe because it calls for an site, which isn't there (because I'm on mu user Dashboard), or because it needs code from calendar/helper.js, which seems to have some code that generates an iCal-stream.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone point me, ander others, in the right direction?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Aug 2010 09:33:30 GMT</pubDate>
    <dc:creator>ebogaard</dc:creator>
    <dc:date>2010-08-09T09:33:30Z</dc:date>
    <item>
      <title>Adjustments to Community 3.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adjustments-to-community-3-2/m-p/223524#M176654</link>
      <description>Hi,Since a few weeks the company I'm working for is using Alfresco Share 3.2 Community as a tool. During these weeks, we've had several questions regarding small adjustments to the out-of-the-box dashlets and functionalities. My question is if it's possible to do the following (and maybe some pointe</description>
      <pubDate>Mon, 26 Oct 2009 10:24:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adjustments-to-community-3-2/m-p/223524#M176654</guid>
      <dc:creator>jeffreyvddb</dc:creator>
      <dc:date>2009-10-26T10:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Adjustments to Community 3.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adjustments-to-community-3-2/m-p/223525#M176655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since there wasn't an answer yet, I'm wondering if I posted the post in the correct section of the forum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If it's not the correct section, can someone move my message to the right one? Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 13:01:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adjustments-to-community-3-2/m-p/223525#M176655</guid>
      <dc:creator>jeffreyvddb</dc:creator>
      <dc:date>2009-10-29T13:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Adjustments to Community 3.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adjustments-to-community-3-2/m-p/223526#M176656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1. Yes, this should be quite straight forward to do. See user-calendar.get.html.ftl, user-calendar.get.js, user-calendar.get.desc.xml in Share. You can just create user-calendar.get.rss.ftl to create an iCal feed. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. This should be possible. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.Yeah. Take a look at the dashboard-*-column.xml files in Share. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. More complex but definitely doable. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://edlovesjava.blogspot.com/search/label/extending%20share" rel="nofollow noopener noreferrer"&gt;http://edlovesjava.blogspot.com/search/label/extending%20share&lt;/A&gt;&lt;SPAN&gt; for how to extend Share. See &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Scripts" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Scripts&lt;/A&gt;&lt;SPAN&gt; on how Share talks to Alfresco repository. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let us know if you have any specific questions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 15:27:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adjustments-to-community-3-2/m-p/223526#M176656</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2009-10-29T15:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Adjustments to Community 3.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adjustments-to-community-3-2/m-p/223527#M176657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;1. Yes, this should be quite straight forward to do. See user-calendar.get.html.ftl, user-calendar.get.js, user-calendar.get.desc.xml in Share. You can just create user-calendar.get.rss.ftl to create an iCal feed.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your quick reply. I'm currently busy with the first thing: creating an iCal feed of the 'My Calendar'-dashlet. You're saying that it's possible to make a calendar.get.rss.ftl, but is this not only for an RSS feed? Two specific questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. I tried the code the following to add a feed icon in the dashlet header. Now it's showing the RSS sign, but I want it to be iCal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Do you have an example (or example file which is out-of-the-box) on what kind of code needs to be stored in the calendar.get.rss.ftl?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;div class="feed"&amp;gt;&amp;lt;a id="${args.htmlid}-feedLink" href="#" target="_blank"&amp;gt;&amp;nbsp;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and also..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;div class="ical-feed"&amp;gt;&amp;lt;a id="template_x002e_toolbar_x002e_calendar-publishEvents-button" href="/share/proxy/alfresco-feed/calendar/eventList" rel="_blank"&amp;gt;iCal Feed&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 08:55:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adjustments-to-community-3-2/m-p/223527#M176657</guid>
      <dc:creator>jeffreyvddb</dc:creator>
      <dc:date>2009-10-30T08:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Adjustments to Community 3.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adjustments-to-community-3-2/m-p/223528#M176658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm looking at the same thing. I'm no no coder, so I'm a bit stuck. It looks like following piece of code from toolbar.het.html.ftl creates the iCal stream:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class="ical-feed"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;a id="${args.htmlid}-publishEvents-button" href="${page.url.context}/proxy/alfresco-feed/calendar/eventList?site=${page.url.templateArgs["site"]}&amp;amp;amp;format=calendar" rel="_blank"&amp;gt;${msg("button.ical")}&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;When I put this in user-calendar.get.html.ftl, it gives an html-500 error. Maybe because it calls for an site, which isn't there (because I'm on mu user Dashboard), or because it needs code from calendar/helper.js, which seems to have some code that generates an iCal-stream.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone point me, ander others, in the right direction?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 09:33:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adjustments-to-community-3-2/m-p/223528#M176658</guid>
      <dc:creator>ebogaard</dc:creator>
      <dc:date>2010-08-09T09:33:30Z</dc:date>
    </item>
  </channel>
</rss>

