OpenLink DataSpaces

  • Topic
  • Discussion
  • ODS.VirtuosoOdsControllersCalendarEx16(Last) -- DAVWikiAdmin? , 2017-06-13 06:04:32 Edit WebDAV System Administrator 2017-06-13 06:04:32

    Example Usage of ODS Calendar Controller for Create New Publication

    $ curl -i "http://ods-qa.openlinksw.com/ods/api/calendar.publication.new?inst_id=148&name=demo_pub&destination=DAV/home/demo/
    Public/Demo_PUB_Calendar.ics&userName=demo&userPassword=demo&user_name=demo&password_hash=921q783d9e4cbdf5cvs343dafdfvrf6a4fh
    9ba13"
    HTTP/1.1 200 OK
    Server: Virtuoso/06.02.3129 (Linux) x86_64-generic-linux-glibc25-64  VDB
    Connection: Keep-Alive
    Date: Tue, 24 May 2011 21:42:38 GMT
    Accept-Ranges: bytes
    Content-Type: text/xml; charset="UTF-8"
    Content-Length: 58
    
    <result>
     <code>20</code>
      <message>Success</message>
    </result>
    

    Related