<?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: Eventi Calendario in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/eventi-calendario/m-p/24426#M11945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Qualsiasi interfacciamento con Alfresco deve essere fatto attraverso una delle API esposte, l'approccio diretto sul database è assolutamente sbagliato per qualsiasi sistema ECM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In questo caso ti suggerisco di utilizzare la REST API sezione Calendar Web Scripts&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.alfresco.com/help/32r/enterprise/restfulapi/" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.com/help/32r/enterprise/restfulapi/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Oct 2013 09:53:24 GMT</pubDate>
    <dc:creator>openpj</dc:creator>
    <dc:date>2013-10-31T09:53:24Z</dc:date>
    <item>
      <title>Eventi Calendario</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/eventi-calendario/m-p/24425#M11944</link>
      <description>Salve, vorrei sapere come poter aggiungere, eventi al calendario di Alfresco, provenienti da un'altra applicazione; pensavo di interfacciarmi direttamente con la tabella PostgreSQL del calendario ma non riesco a capire quale sia.Grazie.</description>
      <pubDate>Wed, 30 Oct 2013 18:01:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/eventi-calendario/m-p/24425#M11944</guid>
      <dc:creator>stefanomior</dc:creator>
      <dc:date>2013-10-30T18:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Eventi Calendario</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/eventi-calendario/m-p/24426#M11945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Qualsiasi interfacciamento con Alfresco deve essere fatto attraverso una delle API esposte, l'approccio diretto sul database è assolutamente sbagliato per qualsiasi sistema ECM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In questo caso ti suggerisco di utilizzare la REST API sezione Calendar Web Scripts&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.alfresco.com/help/32r/enterprise/restfulapi/" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.com/help/32r/enterprise/restfulapi/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 09:53:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/eventi-calendario/m-p/24426#M11945</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2013-10-31T09:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Eventi Calendario</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/eventi-calendario/m-p/24427#M11946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ciao&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;riguardo le api rest di cui parla Piergiorgio, ti segnalo questa:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&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;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;BR /&gt;&lt;SPAN&gt;Puoi invocarla come POST passando un json fatto in questo modo (ovviamente modificando i campi che io ho riempito a caso)&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':'testimport', &lt;BR /&gt;&amp;nbsp; 'page':'calendar', &lt;BR /&gt;&amp;nbsp; 'startAt':'2013-10-31T12:00:00.000+01:00', &lt;BR /&gt;&amp;nbsp; 'endAt':'2013-10-31T13:00:00.000+01:00', &lt;BR /&gt;&amp;nbsp; 'docfolder':'', &lt;BR /&gt;&amp;nbsp; 'what':'test', &lt;BR /&gt;&amp;nbsp; 'where':'Roma', &lt;BR /&gt;&amp;nbsp; 'desc':'testdesc', &lt;BR /&gt;&amp;nbsp; 'fromdate':'', &lt;BR /&gt;&amp;nbsp; 'start':'', &lt;BR /&gt;&amp;nbsp; 'todate':'', &lt;BR /&gt;&amp;nbsp; 'end':'', &lt;BR /&gt;&amp;nbsp; 'tags':'' &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;/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;BR /&gt;&lt;SPAN&gt;Se vuoi provarla con CURL puoi scrivere quanto segue:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;curl -X POST -u admin:admin "&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;" -H "Content-Type: application/json" -d "{ \"site\":\"testimport\", \"page\":\"calendar\", \"startAt\":\"2013-10-31T20:10:00.000+01:00\", \"endAt\":\"2013-10-31T20:30:00.000+01:00\", \"docfolder\":\"\", \"what\":\"test\", \"where\":\"\", \"desc\":\"\", \"fromdate\":\"Giovedì, 31 Ottobre, 2013\", \"start\":\"16:00 PM\", \"todate\":\"Giovedì, 31 Ottobre, 2013\", \"end\":\"17:00 PM\", \"tags\":\"\" }"&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 15:33:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/eventi-calendario/m-p/24427#M11946</guid>
      <dc:creator>davidciamberlan</dc:creator>
      <dc:date>2013-10-31T15:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Eventi Calendario</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/eventi-calendario/m-p/24428#M11947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Scusate il ritardo nella risposta innanzi tutto grazie a Piergiorgio e David per l'aiuto, provo a guardare quanto indicato, anche se avrei preferito agire direttamente sulle tabelle SQL (pur capendo che non sia la strada più ortodossa da percorrere), questo perché la soluzione finale dovrà prevedere report automatici (ad orario) anche degli eventi presenti nel calendario di alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Per il momento nuovamente grazie.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stefano Mior&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 10:34:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/eventi-calendario/m-p/24428#M11947</guid>
      <dc:creator>stefanomior</dc:creator>
      <dc:date>2013-11-12T10:34:01Z</dc:date>
    </item>
  </channel>
</rss>

