OpenLink DataSpaces

  • Topic
  • Discussion
  • ODS.VirtuosoOdsControllersCalendarEx8(Last) -- DAVWikiAdmin? , 2017-06-13 06:03:58 Edit WebDAV System Administrator 2017-06-13 06:03:58

    Example Usage of ODS Calendar Controller for Export Task(s)/Event(s)

    $ curl -i "http://ods-qa.openlinksw.com/ods/api/calendar.export?inst_id=148&events=0&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: Fri, 20 May 2011 06:02:54 GMT
    Accept-Ranges: bytes
    Content-Type: text/plain; charset="UTF-8"
    Content-Length: 15381
    
    BEGIN:VCALENDAR
    VERSION:2.0
    BEGIN:VTIMEZONE
    TZID:Etc/GMT
    BEGIN:STANDARD
    TZOFFSETFROM:+0000
    TZOFFSETTO:+0000
    TZNAME:GMT +00:00
    DTSTART:19700101T000000
    END:STANDARD
    END:VTIMEZONE
    
    BEGIN:VEVENT
    UID:4A635748-E5B9-11DF-A902-EA37E85308F4@domU-12-31-39-02-F9-62.compute-1.internal
    URL:http://ods-qa.openlinksw.com/dataspace/demo/calendar/Demo%20User%27s%20Calendar/1789
    DTSTAMP:20110520T060254Z
    CREATED:20101101T130942Z
    LAST-MODIFIED:20101108T133130Z
    SUMMARY:test
    DESCRIPTION:Simple event test.
    LOCATION:Boston
    DTSTART;TZID=Etc/GMT:20101101T150000
    DTEND;TZID=Etc/GMT:20101125T220000
    BEGIN:VALARM
    TRIGGER:-PT604800S
    ACTION:DISPLAY
    END:VALARM
    CLASS:SHARED
    END:VEVENT
    
    BEGIN:VEVENT
    UID:event_16344435@meetup.com
    URL:http://ods-qa.openlinksw.com/dataspace/demo/calendar/Demo%20User%27s%20Calendar/2470
    DTSTAMP:20110520T060254Z
    CREATED:20110131T180658Z
    LAST-MODIFIED:20110131T180600Z
    SUMMARY:Linked Data Meetup @ Strata Conference
    DESCRIPTION:Linked Data Meetup
    
    Santa Clara, CA  95054 - USA
    
    Wednesday, February 2 at 9:30 PM
    
    Photo: http://photos2.meetupstatic.com/photos/event/6/0/8/5/event_9084709.jpeg
    
    Attending: 6
    
    Details: http://www.meetup.com/linkeddata/events/16344435/
    LOCATION:Hyatt Regency Santa Clara - 5101 Great American Parkway - Santa Clara, CA  95054 - USA
    DTSTART;TZID=Etc/GMT:20110203T023000
    DTEND;TZID=Etc/GMT:20110203T043000
    CLASS:PUBLIC
    END:VEVENT
    
    ....
    

    Related