1. Is there any way to display repeated entries on iNotes Calendar control using REST and calendarJsonLegacyService?
I tried using multiple values for CalendarDateTime field and also using
@Explode on first Calendar column; it looks fine on Notes client but
using iNotes Calendar control just displays the first date.
2. Is there any way to filter the content of REST control? For example:
display only entries created on January or entries with a particular
category field (Dept = Finance)
I'm trying to use these controls for a Vacation Request DB and I want
to display multiples entries and allow users to filter requests by Date
or by Approver.
I already took a look at Extension Library demo db and Team Room from OpenNTF.
Thanks in advance.