Additional parameter can be added to the code. Don't remember how it works in 2.2.1 On Sep 18, 2014 1:56 PM, "Abhishek Yadav" <[email protected]> wrote:
> Thanks maxim. > > I am just calling saveAppointment through SOAP call. Can we manage there > ?? Is timezone of user will come in appointment as there no option in > saveAppointment for passing timezone. > > public Long > <http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true> > saveAppointment(String > <http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true> > SID, > String > <http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true> > appointmentName, > String > <http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true> > appointmentLocation, > String > <http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true> > appointmentDescription, > Calendar > <http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true> > appointmentstart, > Calendar > <http://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html?is-external=true> > appointmentend, > Boolean > <http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true> > isDaily, > Boolean > <http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true> > isWeekly, > Boolean > <http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true> > isMonthly, > Boolean > <http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true> > isYearly, > Long > <http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true> > categoryId, > Long > <http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true> > remind, > String > <http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true>[] > mmClient, > Long > <http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true> > roomType, > Long > <http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true> > languageId, > Boolean > <http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true> > isPasswordProtected, > String > <http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true> > password, > long roomId) > > > Regards, > > Abhishek > > > On Thu, Sep 18, 2014 at 12:07 PM, Maxim Solodovnik <[email protected]> > wrote: > >> Rooms are not connected to tz. Only users and calendar appointments has >> tz. >> On Sep 18, 2014 1:24 PM, "Abhishek Yadav" < >> [email protected]> wrote: >> >>> Hello, >>> >>> Can we create rooms with different timezone. Description popup on >>> entering the room should display timezone and time according to the >>> timezone which i entered during room creation. >>> >>> I am using OM 2.1.1 with SOAP API. Can anyone help me out over this. >>> >>> >>> >>> >>> Regards, >>> Abhishek >>> >> >
