You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Abhishek Yadav <ab...@hiddenbrains.in> on 2014/09/18 08:23:26 UTC

Regarding dynamically change timezone

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

Re: Regarding dynamically change timezone

Posted by Maxim Solodovnik <so...@gmail.com>.
in case it is reproducible using 3.0.3
please provide detailed steps to reproduce
and:
1) server TZ
2) cliens(s) TZ
3) OM user(s) TZ
4) default TZ set in configurations

will try to reproduce

On 19 September 2014 15:35, Abhishek Yadav <ab...@hiddenbrains.in>
wrote:

> Yes it is happening to every user other than admin.
>
> On Fri, Sep 19, 2014 at 1:14 PM, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
>> unfortunately you are using too old version of OM
>> can you try latest (3.0.3) and check if the problem is reproducible?
>>
>> On 19 September 2014 14:34, Abhishek Yadav <
>> abhishek.yadav@hiddenbrains.in> wrote:
>>
>>> Hello Maxim,
>>>
>>>
>>> Timezone is not fetching from om_user table in description box after
>>> entering into conference..it is by default showing to GMT time in
>>> description box.
>>>
>>> can you please tell me what might be possible reason for this. Is any
>>> other table used for timezone for particular user ?
>>>
>>>
>>>
>>> Regards,
>>> Abhishek
>>>
>>>
>>>
>>> On Thu, Sep 18, 2014 at 12:47 PM, Abhishek Yadav <
>>> abhishek.yadav@hiddenbrains.in> wrote:
>>>
>>>>
>>>> Thanks Maxim..
>>>>
>>>>
>>>> On Thu, Sep 18, 2014 at 12:42 PM, Maxim Solodovnik <
>>>> solomax666@gmail.com> wrote:
>>>>
>>>>> 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" <
>>>>> abhishek.yadav@hiddenbrains.in> 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 <
>>>>>> solomax666@gmail.com> wrote:
>>>>>>
>>>>>>> Rooms are not connected to tz. Only users and calendar appointments
>>>>>>> has tz.
>>>>>>>  On Sep 18, 2014 1:24 PM, "Abhishek Yadav" <
>>>>>>> abhishek.yadav@hiddenbrains.in> 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
>>>>>>>>
>>>>>>>
>>>>>>
>>>>
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>


-- 
WBR
Maxim aka solomax

Re: Regarding dynamically change timezone

Posted by Abhishek Yadav <ab...@hiddenbrains.in>.
Yes it is happening to every user other than admin.

On Fri, Sep 19, 2014 at 1:14 PM, Maxim Solodovnik <so...@gmail.com>
wrote:

> unfortunately you are using too old version of OM
> can you try latest (3.0.3) and check if the problem is reproducible?
>
> On 19 September 2014 14:34, Abhishek Yadav <abhishek.yadav@hiddenbrains.in
> > wrote:
>
>> Hello Maxim,
>>
>>
>> Timezone is not fetching from om_user table in description box after
>> entering into conference..it is by default showing to GMT time in
>> description box.
>>
>> can you please tell me what might be possible reason for this. Is any
>> other table used for timezone for particular user ?
>>
>>
>>
>> Regards,
>> Abhishek
>>
>>
>>
>> On Thu, Sep 18, 2014 at 12:47 PM, Abhishek Yadav <
>> abhishek.yadav@hiddenbrains.in> wrote:
>>
>>>
>>> Thanks Maxim..
>>>
>>>
>>> On Thu, Sep 18, 2014 at 12:42 PM, Maxim Solodovnik <solomax666@gmail.com
>>> > wrote:
>>>
>>>> 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" <
>>>> abhishek.yadav@hiddenbrains.in> 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 <
>>>>> solomax666@gmail.com> wrote:
>>>>>
>>>>>> Rooms are not connected to tz. Only users and calendar appointments
>>>>>> has tz.
>>>>>>  On Sep 18, 2014 1:24 PM, "Abhishek Yadav" <
>>>>>> abhishek.yadav@hiddenbrains.in> 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
>>>>>>>
>>>>>>
>>>>>
>>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>

Re: Regarding dynamically change timezone

Posted by Maxim Solodovnik <so...@gmail.com>.
unfortunately you are using too old version of OM
can you try latest (3.0.3) and check if the problem is reproducible?

On 19 September 2014 14:34, Abhishek Yadav <ab...@hiddenbrains.in>
wrote:

> Hello Maxim,
>
>
> Timezone is not fetching from om_user table in description box after
> entering into conference..it is by default showing to GMT time in
> description box.
>
> can you please tell me what might be possible reason for this. Is any
> other table used for timezone for particular user ?
>
>
>
> Regards,
> Abhishek
>
>
>
> On Thu, Sep 18, 2014 at 12:47 PM, Abhishek Yadav <
> abhishek.yadav@hiddenbrains.in> wrote:
>
>>
>> Thanks Maxim..
>>
>>
>> On Thu, Sep 18, 2014 at 12:42 PM, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>>
>>> 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" <
>>> abhishek.yadav@hiddenbrains.in> 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 <
>>>> solomax666@gmail.com> wrote:
>>>>
>>>>> Rooms are not connected to tz. Only users and calendar appointments
>>>>> has tz.
>>>>>  On Sep 18, 2014 1:24 PM, "Abhishek Yadav" <
>>>>> abhishek.yadav@hiddenbrains.in> 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
>>>>>>
>>>>>
>>>>
>>
>


-- 
WBR
Maxim aka solomax

Re: Regarding dynamically change timezone

Posted by Abhishek Yadav <ab...@hiddenbrains.in>.
Hello Maxim,


Timezone is not fetching from om_user table in description box after
entering into conference..it is by default showing to GMT time in
description box.

can you please tell me what might be possible reason for this. Is any other
table used for timezone for particular user ?



Regards,
Abhishek



On Thu, Sep 18, 2014 at 12:47 PM, Abhishek Yadav <
abhishek.yadav@hiddenbrains.in> wrote:

>
> Thanks Maxim..
>
>
> On Thu, Sep 18, 2014 at 12:42 PM, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
>> 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" <ab...@hiddenbrains.in>
>> 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 <solomax666@gmail.com
>>> > wrote:
>>>
>>>> Rooms are not connected to tz. Only users and calendar appointments has
>>>> tz.
>>>>  On Sep 18, 2014 1:24 PM, "Abhishek Yadav" <
>>>> abhishek.yadav@hiddenbrains.in> 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
>>>>>
>>>>
>>>
>

Re: Regarding dynamically change timezone

Posted by Abhishek Yadav <ab...@hiddenbrains.in>.
Thanks Maxim..


On Thu, Sep 18, 2014 at 12:42 PM, Maxim Solodovnik <so...@gmail.com>
wrote:

> 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" <ab...@hiddenbrains.in>
> 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 <so...@gmail.com>
>> wrote:
>>
>>> Rooms are not connected to tz. Only users and calendar appointments has
>>> tz.
>>>  On Sep 18, 2014 1:24 PM, "Abhishek Yadav" <
>>> abhishek.yadav@hiddenbrains.in> 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
>>>>
>>>
>>

Re: Regarding dynamically change timezone

Posted by Maxim Solodovnik <so...@gmail.com>.
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" <ab...@hiddenbrains.in>
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 <so...@gmail.com>
> wrote:
>
>> Rooms are not connected to tz. Only users and calendar appointments has
>> tz.
>>  On Sep 18, 2014 1:24 PM, "Abhishek Yadav" <
>> abhishek.yadav@hiddenbrains.in> 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
>>>
>>
>

Re: Regarding dynamically change timezone

Posted by Abhishek Yadav <ab...@hiddenbrains.in>.
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 <so...@gmail.com>
wrote:

> Rooms are not connected to tz. Only users and calendar appointments has tz.
>  On Sep 18, 2014 1:24 PM, "Abhishek Yadav" <ab...@hiddenbrains.in>
> 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
>>
>

Re: Regarding dynamically change timezone

Posted by Maxim Solodovnik <so...@gmail.com>.
Rooms are not connected to tz. Only users and calendar appointments has tz.
 On Sep 18, 2014 1:24 PM, "Abhishek Yadav" <ab...@hiddenbrains.in>
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
>