<?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: Exception when trying to create a new calendar event in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/exception-when-trying-to-create-a-new-calendar-event/m-p/233366#M186496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;THANKS! - I read thousands of posts and made thousands of tests, and yet I was still doing my JSON wrong - your hint was all that was needed to let me have another go - I will be posting the compelte working code tomorrow for anyone in need to benefit!!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TIA, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Emp&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2009 17:16:27 GMT</pubDate>
    <dc:creator>emp_tyres</dc:creator>
    <dc:date>2009-09-30T17:16:27Z</dc:date>
    <item>
      <title>Exception when trying to create a new calendar event</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-when-trying-to-create-a-new-calendar-event/m-p/233363#M186493</link>
      <description>Hullo,&amp;nbsp; while trying to create a calendar event by using a small java-developed HTTP client, I am getting the following exception:Message: Wrapped Exception (with status template): Error during processing of the template 'Expression result is undefined on line 3, column 6 in org/alfresco/slingshot/c</description>
      <pubDate>Thu, 24 Sep 2009 10:58:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-when-trying-to-create-a-new-calendar-event/m-p/233363#M186493</guid>
      <dc:creator>emp_tyres</dc:creator>
      <dc:date>2009-09-24T10:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when trying to create a new calendar event</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-when-trying-to-create-a-new-calendar-event/m-p/233364#M186494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It appears I am the only person experiencing this issue, so I am wondering if someone could kindly copy-paste my java client code on a quick project of theirs and see if they manage to make it work… &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am getting a little bit desperate around here and would like to be sure I have to upgrade before embarking on the adventure. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TIA,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Emp&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 14:05:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-when-trying-to-create-a-new-calendar-event/m-p/233364#M186494</guid>
      <dc:creator>emp_tyres</dc:creator>
      <dc:date>2009-09-29T14:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when trying to create a new calendar event</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-when-trying-to-create-a-new-calendar-event/m-p/233365#M186495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it seems to me that you are using the worng format for the request. You are sending url style parameters in the http request body:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;username=user&amp;amp;password=password&amp;amp;what=CICCIO&amp;amp;where=IRCC&amp;amp;desc=DESC&amp;amp;from=2009-09-24&amp;amp;start=12%3A00&amp;amp;to=2009-09-24&amp;amp;end=13%3A00&amp;amp;site=SP2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but the web script is expecting JSON, like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;{"desc":"description","end":"13:00","from":"2009/09/30","page":"calendar","site":"test2","start":"12:00","template_x002e_view_x002e_calendarContainer-addEvent-cancel-button":"","template_x002e_view_x002e_calendarContainer-addEvent-ok-button":"","to":"2009/09/30","what":"what","where":"where"}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;greetings&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;steffen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 12:48:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-when-trying-to-create-a-new-calendar-event/m-p/233365#M186495</guid>
      <dc:creator>steffen</dc:creator>
      <dc:date>2009-09-30T12:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when trying to create a new calendar event</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-when-trying-to-create-a-new-calendar-event/m-p/233366#M186496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;THANKS! - I read thousands of posts and made thousands of tests, and yet I was still doing my JSON wrong - your hint was all that was needed to let me have another go - I will be posting the compelte working code tomorrow for anyone in need to benefit!!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TIA, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Emp&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 17:16:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-when-trying-to-create-a-new-calendar-event/m-p/233366#M186496</guid>
      <dc:creator>emp_tyres</dc:creator>
      <dc:date>2009-09-30T17:16:27Z</dc:date>
    </item>
  </channel>
</rss>

