Hi Roshan, You'll need to learn some Wicket in order to do this.
Take a look at our docs [1], and also at some of the implementations in the Incode Platform, specifically fullcalendar2 [2]. You might find it easiest to extend fullcalendar2 in order to support your use case. HTH Dan [1] http://isis.apache.org/guides/ugvw/ugvw.html#_ugvw_extending_replacing-page-elements [2] https://github.com/incodehq/incode-platform/tree/master/modules/wkt/fullcalendar2/impl On Mon, 30 Oct 2017 at 11:14 Roshan Vishwakarma < [email protected]> wrote: > Hello, > > I wan to develop a custom view which is similar to calendar view. > In each day i want to club the schedule of more than one users to tell on a > particular hour who's schedule or slot is free or occupied with different > colour coding. > > I want to have navigation similar to a calendar where I can fetch > additional schedules if needed. > > > Below is the example: > > 10/30/2017 <Prev Next> Today November 2017 > Time Slot/Member Name Member 1 Member 2 Member 3 Member 4 Member 5 > 1.00-2.00 am > > > > > > 2.00- 3.00 am >
