• Topic
  • Discussion
  • ODS.OdsCalendarTTL(Last) -- DAVWikiAdmin? , 2017-07-10 10:45:55 Edit WebDAV System Administrator 2017-07-10 10:45:55

    ODS Calendar API TTL Description

    What?

    A .TTL description of the application API actions using http://www.openlinksw.com/ontology/webservices# and http://schema.org/ ontologies.

    Why?

    The .TTL description enable loading and using API actions with OpenLink Smart Data Bot.

    How?

    1. Install the latest ODS Framework and ODS Calendar VADs;
    2. Create a Calendar instance;
    3. Start an OSDB client following the OSDB Config Guide;
    4. Load the ODS Calendar API TTL description using the OSDB command:

      > load [host]/dataspace/demo/calendar /demo%27s%20Calendar

    5. Then new service is added with a name ods_calendar :

      > services

    6. Then all enabled actions are show using the command:

      > ods_calendar actions

    7. Follow the OSDB Config Guide how to use the actions.

    Related