Re: Creating an appointment with an existing room

2014-10-19 Thread Maxim Solodovnik
It is UI issue: correct room is set for appointment, but displayed as "appointment special room" Should be fixed: https://issues.apache.org/jira/browse/OPENMEETINGS-1109 On 18 October 2014 11:30, Maxim Solodovnik wrote: > OK, I understand > > I'll try to reproduce your problem and will let you k

Re: Creating an appointment with an existing room

2014-10-17 Thread Maxim Solodovnik
OK, I understand I'll try to reproduce your problem and will let you know On 18 October 2014 03:15, César M. Sandrigo wrote: > I'm using appointments because I would like to use iCal notification > from OM. So, every time that a user needs to meet with the others > users assigned to a "problem"

Re: Creating an appointment with an existing room

2014-10-17 Thread César M . Sandrigo
I'm using appointments because I would like to use iCal notification from OM. So, every time that a user needs to meet with the others users assigned to a "problem" he/she could create a new appointment and other user would be reported. And then app could show to each user the next appointment that

Re: Creating an appointment with an existing room

2014-10-17 Thread Maxim Solodovnik
According to the code: if roomId > 0 AND room with this id exist it should be used "Create/Modify appointment special room". selected might be UI issue I need more time to check ~3AM will try to do it tomorrow . On 18 October 2014 02:45, Maxim Solodovnik wrote: > I'll check > > Why ar

Re: Creating an appointment with an existing room

2014-10-17 Thread Maxim Solodovnik
I'll check Why are using appointments for this? You can just use rooms On 18 October 2014 02:42, César M. Sandrigo wrote: > Hi guys, it's me again! > > When I create a new appointment using soap method saveAppointment I > pass it the roomId parameter, but always the appointment is created

Creating an appointment with an existing room

2014-10-17 Thread César M . Sandrigo
Hi guys, it's me again! When I create a new appointment using soap method saveAppointment I pass it the roomId parameter, but always the appointment is created with the option "Create/Modify appointment special room". What does it mean? Does it mean that a special room will be created for this app