OpenLink DataSpaces

  • Topic
  • Discussion
  • ODS.VirtuosoOdsControllersCalendarEx22(Last) -- DAVWikiAdmin? , 2017-06-13 06:08:17 Edit WebDAV System Administrator 2017-06-13 06:08:17

    Example Usage of ODS Calendar Controller for Get Subscription Details

    $ curl -i "http://ods-qa.openlinksw.com/ods/api/calendar.subscription.get?subscription_id=21&user_name=demo&password_hash=921q783d9e4cbdf5cvs343dafdfvrf6a4fh"
    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 22:00:34 GMT
    Accept-Ranges: bytes
    Content-Type: text/xml; charset="UTF-8"
    Content-Length: 369
    
    <publication id="21">
      <name>testsubscr23</name>
      <updatePeriod>daily</updatePeriod>
      <updateFreq>1</updateFreq>
      <sourceType>WebDAV</sourceType>
      <source>DAV/home/demo/Public/Demo_PUB_Calendar.ics</source>
      <userName>demo</userName>
      <userPassword>******</userName>
      <options>
        <events>1</events>
        <tasks>1</tasks>
      </options>
    </publication>
    

    Related