i've got a very simple calendar (3 weeks fixed). In every day i need one or more link. How can i simulate a Google Calendar view? I have mainly 2 problems when adding a link:
i'm not able to fix column width (after an insert of a link as "ThisIsAVeryLongLinkInOnlyOneRow" my column is modified
i'm not able to detect when an added event will overflow my cell (i'm not able to create the "N more" on Calendar).
I've tried many widget as gwt-scheduler or gwt-cal but they are too much for our need and we'd need to customize then too much.