Author: solomax
Date: Thu Oct 16 04:41:17 2014
New Revision: 1632208

URL: http://svn.apache.org/r1632208
Log:
Calendar web service documentation is updated

Modified:
    
openmeetings/branches/3.0.x/src/axis/java/org/apache/openmeetings/axis/services/CalendarWebService.java
    
openmeetings/trunk/singlewebapp/openmeetings-webservice/src/main/java/org/apache/openmeetings/webservice/CalendarWebService.java

Modified: 
openmeetings/branches/3.0.x/src/axis/java/org/apache/openmeetings/axis/services/CalendarWebService.java
URL: 
http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/src/axis/java/org/apache/openmeetings/axis/services/CalendarWebService.java?rev=1632208&r1=1632207&r2=1632208&view=diff
==============================================================================
--- 
openmeetings/branches/3.0.x/src/axis/java/org/apache/openmeetings/axis/services/CalendarWebService.java
 (original)
+++ 
openmeetings/branches/3.0.x/src/axis/java/org/apache/openmeetings/axis/services/CalendarWebService.java
 Thu Oct 16 04:41:17 2014
@@ -245,12 +245,11 @@ public class CalendarWebService {
         *            the reminder type of the calendar event
         * @param mmClient
         *            List of clients, comma separated string, <br/>
-        *            sample: 
1,firstname,lastname,[email protected],1,Etc/GMT+1
+        *            sample: 
'1,firstname,lastname,[email protected],1,Etc/GMT+1'
         *            to add multiple clients you can use the same GET 
parameter in
         *            the URL multiple times, for example:
-        *            &amp;mmClient=1,firstname,lastname,hans
-        *            [email protected],1,Etc/GMT+1&amp;mmClient
-        *            =2,firstname,lastname,[email protected],1,Etc/GMT+1
+        *            
&amp;mmClient='1,firstname,lastname,[email protected],1,Etc/GMT+1'&amp;mmClient='2,firstname,lastname,[email protected],1,Etc/GMT+1'
+        *             (Please NOTE mmClient value is enclosed in single quotes)
         * @param roomType
         *            the room type for the calendar event
         * @param languageId
@@ -370,12 +369,11 @@ public class CalendarWebService {
         *            the reminder type of the calendar event
         * @param mmClient
         *            List of clients, comma separated string, <br/>
-        *            sample: 
1,firstname,lastname,[email protected],1,Etc/GMT+1
+        *            sample: 
'1,firstname,lastname,[email protected],1,Etc/GMT+1'
         *            to add multiple clients you can use the same GET 
parameter in
         *            the URL multiple times, for example:
-        *            &amp;mmClient=1,firstname,lastname,hans
-        *            [email protected],1,Etc/GMT+1&amp;mmClient
-        *            =2,firstname,lastname,[email protected],1,Etc/GMT+1
+        *            
&amp;mmClient='1,firstname,lastname,[email protected],1,Etc/GMT+1'&amp;mmClient='2,firstname,lastname,[email protected],1,Etc/GMT+1'
+        *             (Please NOTE mmClient value is enclosed in single quotes)
         * @param roomType
         *            the room type for the calendar event
         * @param languageId

Modified: 
openmeetings/trunk/singlewebapp/openmeetings-webservice/src/main/java/org/apache/openmeetings/webservice/CalendarWebService.java
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/openmeetings-webservice/src/main/java/org/apache/openmeetings/webservice/CalendarWebService.java?rev=1632208&r1=1632207&r2=1632208&view=diff
==============================================================================
--- 
openmeetings/trunk/singlewebapp/openmeetings-webservice/src/main/java/org/apache/openmeetings/webservice/CalendarWebService.java
 (original)
+++ 
openmeetings/trunk/singlewebapp/openmeetings-webservice/src/main/java/org/apache/openmeetings/webservice/CalendarWebService.java
 Thu Oct 16 04:41:17 2014
@@ -255,12 +255,11 @@ public class CalendarWebService {
         *            the reminder type of the calendar event
         * @param mmClient
         *            List of clients, comma separated string, <br/>
-        *            sample: 
1,firstname,lastname,[email protected],1,Etc/GMT+1
+        *            sample: 
'1,firstname,lastname,[email protected],1,Etc/GMT+1'
         *            to add multiple clients you can use the same GET 
parameter in
         *            the URL multiple times, for example:
-        *            &amp;mmClient=1,firstname,lastname,hans
-        *            [email protected],1,Etc/GMT+1&amp;mmClient
-        *            =2,firstname,lastname,[email protected],1,Etc/GMT+1
+        *            
&amp;mmClient='1,firstname,lastname,[email protected],1,Etc/GMT+1'&amp;mmClient='2,firstname,lastname,[email protected],1,Etc/GMT+1'
+        *             (Please NOTE mmClient value is enclosed in single quotes)
         * @param roomType
         *            the room type for the calendar event
         * @param languageId
@@ -379,12 +378,11 @@ public class CalendarWebService {
         *            the reminder type of the calendar event
         * @param mmClient
         *            List of clients, comma separated string, <br/>
-        *            sample: 
1,firstname,lastname,[email protected],1,Etc/GMT+1
+        *            sample: 
'1,firstname,lastname,[email protected],1,Etc/GMT+1'
         *            to add multiple clients you can use the same GET 
parameter in
         *            the URL multiple times, for example:
-        *            &amp;mmClient=1,firstname,lastname,hans
-        *            [email protected],1,Etc/GMT+1&amp;mmClient
-        *            =2,firstname,lastname,[email protected],1,Etc/GMT+1
+        *            
&amp;mmClient='1,firstname,lastname,[email protected],1,Etc/GMT+1'&amp;mmClient='2,firstname,lastname,[email protected],1,Etc/GMT+1'
+        *             (Please NOTE mmClient value is enclosed in single quotes)
         * @param roomType
         *            the room type for the calendar event
         * @param languageId


Reply via email to