This HTML5 document contains 47 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
n18http://myopenlink.net:8890/
n27http://vos.openlinksw.com/wiki/main/ODS/VirtuosoOdsUbiquityTutorialsSubscrCalendar/u1.
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n21http://vos.openlinksw.com/dataspace/services/wiki/
n11http://vos.openlinksw.com/wiki/main/ODS/VirtuosoOdsUbiquityTutorialsSubscrCalendar/u7.
n29http://vos.openlinksw.com/wiki/main/ODS/VirtuosoOdsUbiquityTutorialsSubscrCalendar/c8.
oplhttp://www.openlinksw.com/schema/attribution#
dchttp://purl.org/dc/elements/1.1/
n35http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n23http://vos.openlinksw.com/dataspace/owiki/wiki/ODS/VirtuosoOdsUbiquityTutorialsSubscrCalendar/sioc.
n25http://vos.openlinksw.com/wiki/main/ODS/VirtuosoOdsUbiquityTutorialsSubscrCalendar/u3.
n34http://vos.openlinksw.com/wiki/main/ODS/VirtuosoOdsUbiquityTutorialsSubscrCalendar/c1.
n14http://myopenlink.net:8890/DAV/home/demo/mc.
n20http://rdfs.org/sioc/services#
n10http://vos.openlinksw.com/dataspace/person/dav#
siocthttp://rdfs.org/sioc/types#
n31http://vos.openlinksw.com/wiki/main/ODS/VirtuosoOdsUbiquityTutorialsSubscrCalendar/c4.
n28http://vos.openlinksw.com/wiki/main/ODS/VirtuosoOdsUbiquityTutorialsSubscrCalendar/c7.
n30http://vos.openlinksw.com/wiki/main/ODS/VirtuosoOdsUbiquityTutorialsSubscrCalendar/c12.
n4http://vos.openlinksw.com/dataspace/owiki/wiki/
n33http://vos.openlinksw.com/wiki/main/ODS/VirtuosoOdsUbiquityTutorialsSubscrCalendar/c11.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n12http://demo.openlinksw.com/
n13http://demo.openlinksw.com/ods/ods_ubiquity.
n24http://vos.openlinksw.com/wiki/main/ODS/VirtuosoOdsUbiquityTutorialsSubscrCalendar/u2.
n9http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/ODS/
n32http://vos.openlinksw.com/wiki/main/ODS/VirtuosoOdsUbiquityTutorialsSubscrCalendar/c10.
n7http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/ODS/
n16http://vos.openlinksw.com/dataspace/person/owiki#
n26http://vos.openlinksw.com/wiki/main/ODS/VirtuosoOdsUbiquityTutorialsSubscrCalendar/c9.
siochttp://rdfs.org/sioc/ns#
Subject Item
n2:VirtuosoOdsUbiquityTutorialsSubscrCalendar
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T06:08:17.438671
dcterms:modified
2017-06-13T06:08:17.438671
rdfs:label
VirtuosoOdsUbiquityTutorialsSubscrCalendar
foaf:maker
n16:this n10:this
dc:title
VirtuosoOdsUbiquityTutorialsSubscrCalendar
opl:isDescribedUsing
n23:rdf
sioc:has_creator
n7:this n35:this
sioc:attachment
n11:png n24:png n25:png n26:png n27:png n28:png n29:png n30:png n31:png n32:png n33:png n34:png
sioc:content
%VOSWARNING% ---++Calendar Subscription Ubiquity Tutorial This tutorial demonstrates how to subscribe to [[http://myopenlink.net:8890/ods][MyOpenlink server]] Calendar for user demo from OpenLink [[http://demo.openlinksw.com/ods][Demo server]] Calendar instance for user demo. ---+++Ubiquity Commands Subscription If not already subscribed, perform the following steps: 1. Go to http://demo.openlinksw.com/ods/ods_ubiquity.html 2. Click the button "Subscribe" 3. Click the button "I know what I'm doing. Subscribe to it". 4. As result should be shown message for "Subscription Successful" and we are ready to perform the steps from the tutorial. ---+++Initial conditions In order to be executed correctly the steps below, there should be ODS Calendar instance for user demo at the [[http://demo.openlinksw.com/ods][Demo server]] and there should be ODS Calendar instance for user demo at the [[http://myopenlink.net:8890/ods][MyOpenlink server]]. If not existing, it is enough after log in to go to Calendar from the left ODS Vertical Main Navigation. This will cause automatically to be created ODS Calendar instance. ---++++Prepare the file to which the subscription will refer Note: If there is already such file, you can skip the steps in this section and continue with the Basic Tutorial Steps section 1. Authenticate using ODS command mode: 1. *sid*: 1. Execute the command: <verbatim> ods-host http://demo.openlinksw.com/ods </verbatim> * <img src="%ATTACHURLPATH%/u1.png" style="wikiautogen"/> 1. Execute the command: <verbatim> ods-set-mode sid </verbatim> * <img src="%ATTACHURLPATH%/u2.png" style="wikiautogen"/> 1. Execute the command: <verbatim> ods-authenticate-user demo with demo </verbatim> * <img src="%ATTACHURLPATH%/u3.png" style="wikiautogen"/> 1. *oauth*: detailed description you can find [[VirtuosoOdsUbiquityTutorialsCalendarOAuthD][here]]. 1. Execute the command: <verbatim> ods-get-instance-id mycalendar </verbatim> * <img src="%ATTACHURLPATH%/c1.png" style="wikiautogen"/> 1. As result will be shown the instance id. For the "mybokmarks" instance this should be 59. 1. Execute the command: <verbatim> ods-create-calendar-publication 59 name MyCalendar destinationType WebDAV destination /DAV/home/demo/mc.ics userName demo userPassword demo </verbatim> * <img src="%ATTACHURLPATH%/c7.png" style="wikiautogen"/> * Note that you can also set destination Type to URL and destination to http://myopenlink.net:8890/DAV/home/demo/mc.ics for ex. In this case, several steps below when the user tries to subscribe for Calendar in mc.ics file, need to set as sourceType WebDAV and the source value should be then /DAV/home/demo/mc.ics 1. As result the publication will be created and will be shown its id (for ex. 2). 1. To synchronize you can use ubiquity command or the Calendar UI: 1. Using the ubiquity sync command: 1. Execute the command: <verbatim> ods-sync-calendar-publication 2 </verbatim> 1. As result should be shown message for Success. 1. Using the Calendar UI: 1. Go to http://demo.openlinksw.com/ods 1. Log in as demo password demo 1. Go to Calendar 1. Go to Import/Export-> Manage Publications 1. Click the button "Sync" for "<nowiki>MyCalendar</nowiki>" publication. 1. As result a synchronization will be performed. * <img src="%ATTACHURLPATH%/c8.png" style="wikiautogen"/> 1. Go to Briefcase 1. As result in the list will be shown the mc.ics file which contains user demo's Calendar from its [[http://demo.openlinksw.com/ods][Demo server]] Calendar instance. * <img src="%ATTACHURLPATH%/c9.png" style="wikiautogen"/> ---+++Basic Tutorial Steps 1. Authenticate using ODS command mode: 1. *sid*: 1. Execute the command: <verbatim> ods-host http://myopenlink.net:8890/ods </verbatim> * <img src="%ATTACHURLPATH%/u7.png" style="wikiautogen"/> 1. Execute the command: <verbatim> ods-set-mode sid </verbatim> * <img src="%ATTACHURLPATH%/u2.png" style="wikiautogen"/> 1. Execute the command: <verbatim> ods-authenticate-user demo with demo </verbatim> * <img src="%ATTACHURLPATH%/u3.png" style="wikiautogen"/> 1. *oauth*: detailed description you can find [[VirtuosoOdsUbiquityTutorialsCalendarOAuthM][here]]. 1. Execute the command: <verbatim> ods-get-instance-id demo's Calendar </verbatim> * <img src="%ATTACHURLPATH%/c4.png" style="wikiautogen"/> 1. As result will be shown the instance id. For the "demo's Calendar" instance this should be 522. 1. Execute the command: <verbatim> ods-import-calendar 522 source /DAV/home/demo/mc.ics sourceType WebDAV or execute: ods-create-calendar-subscription 522 name MyNewCalendar sourceType URL source http://demo.openlinksw.com/DAV/home/demo/mc.ics userName demo userPassword demo </verbatim> * <img src="%ATTACHURLPATH%/c10.png" style="wikiautogen"/> 1. As result should be shown message for Success and subscription id for ex.14. 1. Now let's perform synchronization of this subscription in the Calendar instance for user demo at the [[http://myopenlink.net:8890/ods][MyOpenlink server]]. To synchronize you can use ubiquity command or the Calendar UI: 1. Using the ubiquity sync command: 1. Execute the command: <verbatim> ods-sync-calendar-subscription 14 </verbatim> 1. As result should be shown message for Success. 1. Using the Calendar UI: 1. Go to http://myopenlink.net:8890/ods 1. Log in as demo with password demo 1. Go to Calendar 1. Go to Import/Export->Manage Subscriptions 1. Click the "Sync" button for the "<nowiki>MyNewCalendar</nowiki>" subscription 1. As result he synchronization will be performed and for the subscription will be shown status "Ok": * <img src="%ATTACHURLPATH%/c11.png" style="wikiautogen"/> 1. Go to Calendar Tasks for ex. 1. As result will be shown the imported from the subscription Calendar tasks. * <img src="%ATTACHURLPATH%/c12.png" style="wikiautogen"/> CategoryODS CategoryOpenSource CategoryWebSite CategoryOdsCalendar CategoryCalendar
sioc:id
8c5f8a29ce5c2ae3547aa4c8ff12f0aa
sioc:link
n2:VirtuosoOdsUbiquityTutorialsSubscrCalendar
sioc:has_container
n4:ODS
n20:has_services
n21:item
atom:title
VirtuosoOdsUbiquityTutorialsSubscrCalendar
sioc:links_to
n2:VirtuosoOdsUbiquityTutorialsCalendarOAuthM n2:CategoryOpenSource n9:CategoryOdsCalendar n2:CategoryCalendar n2:VirtuosoOdsUbiquityTutorialsCalendarOAuthD n12:ods n13:html n14:ics n9:WebDAV n9:OpenLink n18:ods n9:CategoryODS n9:CategoryWebSite
atom:source
n4:ODS
atom:author
n10:this
atom:published
2017-06-13T06:08:17Z
atom:updated
2017-06-13T06:08:17Z
sioc:topic
n4:ODS