Hi
I want to add event name while setting my event.
I have used it this way
WeekViewEvent event = new WeekViewEvent(1, "eventtitle", startTime, endTime);
event.setResult(result);
events.add(event);
This is working fine but it shows the event name when event is started other than that my requirement is to show the event name everything in its running stage on everyday..
Hi I want to add event name while setting my event. I have used it this way WeekViewEvent event = new WeekViewEvent(1, "eventtitle", startTime, endTime); event.setResult(result); events.add(event); This is working fine but it shows the event name when event is started other than that my requirement is to show the event name everything in its running stage on everyday..