I also need to filter iNotes calendar management in extlib. When I look in the examples in the extlib application, I see that it must be connected to the xecalendarJsonLegacyService.
The problem with this service is that I cannot filter the content based on a category or search, as with other view services.
I need to create various calendars / json data based on a search or category in a view. I looked at some other services, but I'm not sure that they can be used instead.
If you have ideas on how I should create my filter, answer.
I have attached the pictures below, showing both the jsonservice and the calendar.


Here is what json data represents in xsCalendarJsonLegacyService
{ "@timestamp":"20120311T171603", "@toplevelentries":"3", "viewentry": [ { "@unid":"37F0330979C04AF2C12579BE004F5629", "@noteid":"32E1A", "@position":"1", "@read":"true", "@siblings":"3", "entrydata": [ { "@columnnumber":"0", "@name":"$134", "datetime": { "0":"20120314T100000" } }, { "@columnnumber":"1", "@name":"$149", "number": { "0":119 } }, etc...
source share