I need to use the iNotes Calendar control, but it doesn't work properly. I have an existing database, loosely based on a Notes mail template. It is used to schedule rooms. I had to recreate the repeating function in Javascript, as IBM would not send me a copy of their repeating code API. That works fine. And the calendar view I'm using also works fine - repeating entries show up as they should, with the RepeatInstanceDates multi-value date field used in the first sorted column of the view (this field has the date and time, as required, and is a date/time list).
BUT when I create a REST service, and select the calendar view, most entries don't show up. If I schedule an entry for ten days, for example, I may only see two of the dates on the iNotes Calendar control. If this calendar control doesn't work properly, the users will have to keep using the Notes calendar, which they cannot do forever (don't ask).
Is there some documentation on the iNotes Calendar/REST service functionality? Or is this a known bug?