Ticket #53 (closed enhancement: fixed)

Opened 15 months ago

Last modified 14 months ago

event manager: multiple calendars

Reported by: erwin Owned by: joeri
Priority: major Milestone: M4
Component: dalicms-admin Version: 1.0
Keywords: Cc:

Description

Allow multiple 'calendars' to be setup.

Multiple options to implement this exist:

  • add a separate 'calendar' entity to hold events
  • add a 'tag' field to events, so events with a certain tag can be retrieved

Change History

Changed 15 months ago by erwin

  • milestone set to M4

Changed 14 months ago by joeri

  • status changed from new to assigned
  • owner changed from somebody to joeri

Changed 14 months ago by joeri

  • status changed from assigned to closed
  • resolution set to fixed

Solved in build 20, using the second proposal (with a tag field).

The methods getEvents and renderCalendar in the calendar.js script now have an extra 'category' parameter. If specified, it will load all events that have this category.

Note: See TracTickets for help on using tickets.