You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/01/19 05:41:26 UTC

[jira] [Commented] (OPENMEETINGS-1533) Impossible to create Appointment using calendar WebService

    [ https://issues.apache.org/jira/browse/OPENMEETINGS-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15829361#comment-15829361 ] 

ASF subversion and git services commented on OPENMEETINGS-1533:
---------------------------------------------------------------

Commit 1779419 from [~solomax] in branch 'application/trunk'
[ https://svn.apache.org/r1779419 ]

[OPENMEETINGS-1533] appointment can be created using calendar web service

> Impossible to create Appointment using calendar WebService
> ----------------------------------------------------------
>
>                 Key: OPENMEETINGS-1533
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1533
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: SOAP/REST API
>    Affects Versions: 3.1.4
>            Reporter: Maxim Solodovnik
>            Assignee: Maxim Solodovnik
>             Fix For: 3.1.5, 3.2.0, 4.0.0
>
>
> Impossible to create Appointment using calendar WebService
> Example JSON from mailing list:
> {
>    "id":false
>   ,"title":"test"
>   ,"location":false
>   ,"TimeZone":"Etc/GMT+3"
>   ,"start":"2017-01-20T20:30:03+03:00"
>   ,"end":"2017-01-20T20:30:03+03:00"
>   ,"description":"\u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435"
>   ,"owner":
>       {
>          "address":
>                {
>                    "country":"US"
>                   ,"id":2
>                   ,"email":"extuser@huntinglab.ru"
>                   ,"deleted":false
>                }
>          ,"id":2
>          ,"deleted":false
>          ,"firstname":"External"
>          ,"lastname":"User"
>          ,"rights":["Soap","Login","Room","Dashboard"]
>         ,"languageId":9
>         ,"login":"extuser"
>         ,"externalId":false
>         ,"externalType":false,"type":"user"
>       }
>   ,"inserted":false
>   ,"updated":false
>   ,"deleted":false
>   ,"reminder":false
>   ,"room":
>       {
>            "id":4
>           ,"name":"test24"
>           ,"comment":"moderator user sergei"
>           ,"type":"conference"
>           ,"numberOfPartizipants":150
>           ,"appointment":false
>           ,"isPublic":true
>           ,"demo":false
>           ,"closed":false
>           ,"externalId":10
>           ,"externalType":"HuntingLabCMS"
>           ,"redirectUrl":""
>           ,"moderated":true
>           ,"allowUserQuestions":true
>           ,"allowRecording":false
>           ,"waitForRecording":false
>           ,"audioOnly":true
>           ,"topBarHidden":false
>           ,"chatHidden":false
>           ,"activitiesHidden":false
>           ,"filesExplorerHidden":false
>           ,"actionsMenuHidden":false
>           ,"screenSharingHidden":false
>           ,"whiteboardHidden":false
>        }
>   ,"icalId":false
>   ,"languageId":9
>   ,"passwordProtected":false
>   ,"connectedEvent":false
>   ,"reminderEmailSend":false
> }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)