Tobias Droste
Tobias Droste
This should not be possible because the server also checks if there's an entry already. Are you sure that happens or are you just assuming?
Oh looks like you're right, I never pushed that change. I may get to do that tomorrow.
In order to select a room you have to first add them to the custom field 'Room' (installation step 3: Room). If you have done this, then there should be...
Regarding 1 and 2: You _should not_ create the issues manually as there's nothing that checks if you book the same room twice or if anything else is missing. Regarding...
Can you create a pull request?
Hi, this would of course be possible. I don't have time for such projects right now, but feel free to become a ruby programmer and do it :) Shouldn't be...
It should recursively call that function with a higher offset until all tickets are loaded (lower limit just means more calls, the result should be the same): https://github.com/dro123/redmine_meeting_room_calendar/blob/master/assets/javascripts/meetingcalendar.js#L66 Could you...
Could it be that the other 2 are from yesterday? It only loads meetings from today and the future.
Forget that limit pls, it's not your problem. :-) Just leave it at 100. Just put this: `alert(data.total_count);` above line 66 and tell me what it says. It should pop...
Just saw that the number is actually on the screenshot. It says it found 99 issues in total (without a limit) and these issues got loaded. Are you sure there...