I have a few questions related in particular to the calendar/conference scheduling part of openmeetings:
- I noticed that a conference scheduled via API is not present in the dashboard->myrooms, but if I create it manually (as an event in the calendar) then it appears, could this be fixed? - the updateRoomWithModeration API doesn't provide the chance to change the conference time and date, this way, if I move an appointment, I have to delete the conference an then create a new one with the update data, has this feature been considered in the roadmap? - When I delete a room via API (also created via API), it still appears in the calendar. I checked the source code and it appears that RoomWebService.java -> closeRoom does not delete the appointment - Why does getRooms only returns the room startdate in the response xml? see: "<ax29:starttime>2011-12-20</ax29:starttime>" - Last one, it seems that, when we create an appointment via API, the appointment gets the default name,the only way to change it is by doing it manually Actually I'm thinking about contributing to the project, even though I'll be busy in the coming weeks, I'd be happy to add these features. -- Cristiano Bernardini
