I´m working with the Agenda-Tool and want to set it to one fixed Week, because I just want to use it as a Timetable for a School and they want to work with the same schedule each Week. I know that it is using the util.Calendar, but i can't find a Way to set it fixed. Thanks in Advance!
Asked
Active
Viewed 627 times
1 Answers
1
Agenda has a displayedCalendar property which is used to specify what is to be shown. In week skin it will display the week where the calendar is part of, in day skin it will show the single day (and if there will be a month view...

tbeernot
- 2,473
- 4
- 24
- 31
-
That said, the latest release of Agenda (8.0-r4-SNAPSHOT) has been rewritten to use the Java 8 date time API; the calendar methods are still present, but they are deprecated and the Calendar values are converted to DateTime. Just to save you time, so that when we release 9.0 and the Calendar methods should be removed, you do not need to refactor. – tbeernot Jan 19 '15 at 10:39
-
Ok thanks that is helping me alot. Its a very nice coded Tool btw, really like to work with it :) – BaronVonBullshitRidesAgain Jan 19 '15 at 10:47