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 appointment always? In that case, what's the point of passing roomId parameter? There is a way to use an existing room?
I share with you what i'm trying to do... I have an application to manage "problems" with IT infrastructure. Each problem have users assigned to resolve it. So I'm trying to integrate this app with OM. The idea is to create a room for each problem and create several appointments where the user could discuss, draw, share files, etc. always using the same room until the problem is fixed. So, all the files generated in the appointment will be associated with the room and then I can show all the room files in the "problem detail page". Do you think it is possible to do this with the existing SOAP services? Sorry for bother you. Thanks in advance!