<?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: Share Calendar Events saved through Alfresco Browser in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/share-calendar-events-saved-through-alfresco-browser/m-p/223269#M176399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anyone has any ideas how to achieve this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Mar 2010 14:18:57 GMT</pubDate>
    <dc:creator>iseyfi</dc:creator>
    <dc:date>2010-03-11T14:18:57Z</dc:date>
    <item>
      <title>Share Calendar Events saved through Alfresco Browser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/share-calendar-events-saved-through-alfresco-browser/m-p/223268#M176398</link>
      <description>I realized creating a calendar event creates an ICS file (node) in alfresco repository that is type of ia:calendarEvent. When I saw this I thought it would be possible to drop ICS files directly into Alfresco Browser so that they'd show in the calendar given their node type is changed to ia:calendar</description>
      <pubDate>Mon, 08 Mar 2010 15:21:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/share-calendar-events-saved-through-alfresco-browser/m-p/223268#M176398</guid>
      <dc:creator>iseyfi</dc:creator>
      <dc:date>2010-03-08T15:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Share Calendar Events saved through Alfresco Browser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/share-calendar-events-saved-through-alfresco-browser/m-p/223269#M176399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anyone has any ideas how to achieve this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 14:18:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/share-calendar-events-saved-through-alfresco-browser/m-p/223269#M176399</guid>
      <dc:creator>iseyfi</dc:creator>
      <dc:date>2010-03-11T14:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Share Calendar Events saved through Alfresco Browser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/share-calendar-events-saved-through-alfresco-browser/m-p/223270#M176400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I'm pretty new to Alfresco, but I'm having success creating events in Share by POSTing a JSON request to this webscript:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/service/calendar/create" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/calendar/create&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The JSON looks something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; "site":"siteName",&lt;BR /&gt;&amp;nbsp; "from":"Month DD, YYYY",&lt;BR /&gt;&amp;nbsp; "start":"HH:MM",&lt;BR /&gt;&amp;nbsp; "to":"Month DD, YYYY",&lt;BR /&gt;&amp;nbsp; "end":"HH:MM",&lt;BR /&gt;&amp;nbsp; "what":"Event Name",&lt;BR /&gt;&amp;nbsp; "where":"Location",&lt;BR /&gt;&amp;nbsp; "desc":"Description",&lt;BR /&gt;&amp;nbsp; "tags":"space separated list"&lt;BR /&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;/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;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;I realize it's not exactly what you asked for, but this is the easiest way I found to get events into Alfresco from the outside.&amp;nbsp; The way Alfresco handles the event nodes and ICS files looks like Voodoo to me - zero byte ICS files?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 04:58:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/share-calendar-events-saved-through-alfresco-browser/m-p/223270#M176400</guid>
      <dc:creator>drake</dc:creator>
      <dc:date>2010-03-18T04:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Share Calendar Events saved through Alfresco Browser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/share-calendar-events-saved-through-alfresco-browser/m-p/223271#M176401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply. I will keep this in mind. There actually is an issue open in JIRA with regards to the 0 byte ICS file. You should be able to download that file directly from browser but you cannot at the moment. I think my problem may be related to it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 14:39:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/share-calendar-events-saved-through-alfresco-browser/m-p/223271#M176401</guid>
      <dc:creator>iseyfi</dc:creator>
      <dc:date>2010-03-18T14:39:31Z</dc:date>
    </item>
  </channel>
</rss>

