My requirement is very similar to this post, but there is a Delhi / C ++ component in the solution that I do not think I can use in my Java + GWT based on applications. Basically, in my user interface, I want to display a list of people on the Y axis and on the X axis of their graphs with a similar look, similar to the Outlook Meeting Scheduler. However, there are some caveats, the graphs should show the intersection (coincidence) of times with one specific user, that is, if the graphs of users X, Y and Zs should be displayed in the user interface, then instead of showing their individual calendars, the component should show the time, into which they can meet another person A. Thus, the X axis basically shows a white square for times when both X and A can meet for X, a white box where Y and A can meet for Y, etc. . Rest all slots will be blocked because user A cannot meet in those times.
Are there any Java / jQuery based components that support this interface? I know that we may have to tweak a few things to make part of the intersection, but a good component like Outlook is a good start.
Thanks for the help.
source share