Hi, this is not something you can easily do with the schedule model, because that class only contains the entries for the currently displayed timespan in the schedule. When the schedule is in workweek mode for example, the model contains the entries for the 5 days in the selected week. Since the inputCalendar displays a whole month, that would be incomplete.
Typically though, your implementation of the schedulemodel fetches the entries from a database or iCal file, so you could extend this implementation for use with the inputCalendar. Next problem would be the rendering of days with an appointment in bold/red. For that part I would have to look at the inputCalendar component, because I don't know it very well myself... I'll get back to you with this. Jurgen Op donderdag 02-11-2006 om 05:52 uur [tijdzone +0100], schreef Holger Prause: > Hello, > > i am planning to use the sheduler for my project (like at > http://example.irian.at/example-simple-20061102/schedule2.jsf) > > My question is : how can i mark the days that have a entry in the > sheduler in the inputcalendar ? > > Example: If i have an appointment on 3 january and 5th january in the > sheduler, at the input calendar these days should be marked bold / red. > Do i have any chance to archieve it ? (without writing my own calendar) > > Thank u very much, > > Holger > > > -- ____________________________________________________ Jurgen Lust email: [EMAIL PROTECTED] blog: http://jroller.com/page/jurgenlust ____________________________________________________

