Re: People who participated in an appointment

2014-10-22 Thread Daniel Ascher
Will do. Thanks Maxim. On Oct 22, 2014 10:41 AM, "Maxim Solodovnik" wrote: > Thanks! > > Hopefully will address it in 3.0.5 (not sure I have enough time for this > in 3.0.4) > > @Daniel, please update the issue with your requirements, it will helps to > build consistent API > > On 22 October 2014

Re: People who participated in an appointment

2014-10-22 Thread Maxim Solodovnik
Thanks! Hopefully will address it in 3.0.5 (not sure I have enough time for this in 3.0.4) @Daniel, please update the issue with your requirements, it will helps to build consistent API On 22 October 2014 21:21, César M. Sandrigo wrote: > Ok guys, > > I already created a new JIRA issue > https

Re: People who participated in an appointment

2014-10-22 Thread Daniel Ascher
Hi all: We are also interested in this functionality. We would like to be able to generate an activity report, by usergroup, listing meetings that occurred in each room. Ultimately the report should include the room, all participants, date, start time and end time, and the length of the meeting, f

Re: People who participated in an appointment

2014-10-22 Thread César M . Sandrigo
Ok guys, I already created a new JIRA issue https://issues.apache.org/jira/browse/OPENMEETINGS-. It's my first issue, so please check it and let me know if it is OK. I'm glad to colaborate :) . Greetings! 2014-10-22 10:03 GMT-03:00 César M. Sandrigo : > Thanks Maxim and Peter, > > I'll creat

Re: People who participated in an appointment

2014-10-22 Thread César M . Sandrigo
Thanks Maxim and Peter, I'll create a jira with the functionality and in the meantime maybe I'll use the query that Peter proposed. Thanks again! 2014-10-22 5:14 GMT-03:00 Maxim Solodovnik : > Thanks Peter, > I thought of something like this but on the API level :) > > On 22 October 2014 15:05,

Re: People who participated in an appointment

2014-10-22 Thread Maxim Solodovnik
Thanks Peter, I thought of something like this but on the API level :) On 22 October 2014 15:05, Peter Dähn wrote: > Hello, > > you could also ask the database... > > something like (here postgres) > > *Select count(distinct user_id) from conferencelog where room_id=2470 AND > inserted>'2014-10

Re: People who participated in an appointment

2014-10-22 Thread Peter Dähn
Hello, you could also ask the database... something like (here postgres) /Select count(distinct user_id) from conferencelog where room_id=2470 AND inserted>'2014-10-21 14:50:00.00' AND inserted<'2014-10-21 16:59:59.99';/ could help till there is a function for it. Greetings Peter Am 22.10

Re: People who participated in an appointment

2014-10-21 Thread Maxim Solodovnik
you are right, it is for real time information functionality you are looking for can be implemented, could you create JIRA issue with detailed description On 22 October 2014 03:07, César M. Sandrigo wrote: > Hi everybody! > > Is there a way to know how many people have participated in a specifi

People who participated in an appointment

2014-10-21 Thread César M . Sandrigo
Hi everybody! Is there a way to know how many people have participated in a specific appointment? I see that I have two interesting methods in RoomService that maybe can help me: getRoomCounters and getRoomsWithCurrentUsers but these seem to be to retrieve real-time information about rooms. Am I