
| Key: |
SAK-5073
|
| Type: |
Task
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Stephen Marquard
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
| 2.6.x Status: |
None
|
| 2.5.x Status: |
None
|
| 2.4.x Status: |
None
|
|
Some site owners add lecture and tutorial dates in the Calendar, so they show up, e.g. every Tues & Thu. In the summary calendar, It's then difficult to see other deadline types (e.g. Assignments) that fall on the same day. It would be nice to have some different colour-coding, e.g. if there's a calendar event of type
Deadline, then shade the background for that day a reddish colour (or some different colour), so the deadlines stand out in the summary calendar.
|
|
Description
|
Some site owners add lecture and tutorial dates in the Calendar, so they show up, e.g. every Tues & Thu. In the summary calendar, It's then difficult to see other deadline types (e.g. Assignments) that fall on the same day. It would be nice to have some different colour-coding, e.g. if there's a calendar event of type
Deadline, then shade the background for that day a reddish colour (or some different colour), so the deadlines stand out in the summary calendar.
|
Show » |
|
Some notes:
Configuration read order:
1. Calendar Summary user specified options
2. If (1) not set, default values specified in sakai.properties (see below)
3. If (1) and (2) not set, use as default:
- month view
- all calendar events as low priority events
- calendar day background color specified in tool's CSS
Configuration in sakai.properties (all optional). Interpreted as default values (user can override in tool Options):
# Calendar view (week or month)
# Default: month
calendarSummary.viewMode = week
# Calendar day background color (as hexadecimal value).
# Default: background-color in toll CSS (.calDayWithActivity) for all priorities
calendarSummary.highPriorityColor = #FF0000
calendarSummary.mediumPriorityColor = #00FF00
calendarSummary.lowPriorityColor = #0000FF
# Define priorities for calendar events
# Default: all events as low priority
# Note: no need to specify all events, neither all priorities (high, medium, low)
calendarSummary.highPriorityEvents.count=2
calendarSummary.highPriorityEvents.1 = Deadline
calendarSummary.highPriorityEvents.2 = Exam
calendarSummary.mediumPriorityEvents.count=1
calendarSummary.mediumPriorityEvents.1 = Class section - Discussion
#calendarSummary.lowPriorityEvents.count=1
#calendarSummary.lowPriorityEvents.1 = Activity