README.txt 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. THIS VERSION IS DEPRECATED. USE THE VERSION IN
  2. https://github.com/kevinjardine/Elgg-Event-Calendar/tree/full
  3. /**
  4. * Manage and display events
  5. *
  6. * @package event_calendar
  7. * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
  8. * @author Kevin Jardine <kevin@radagast.biz>
  9. * @copyright Radagast Solutions 2008-2011
  10. * @link http://radagast.biz/
  11. *
  12. */
  13. Note: this README.txt file is a bit outdated because it does not describe numerous
  14. recently added features. For more information, check the CHANGES.txt file
  15. or look at the event calendar settings available through Tools Administration.
  16. Version: 0.85
  17. Requires: Elgg 1.8 or higher
  18. Should be installed in mod/event_calendar
  19. *Description*
  20. The event_calendar plugin adds a site-wide event calendar as well as
  21. an event calendar to each group. Various options related to the site and group
  22. calendars can be set using the event calendar settings on the tool
  23. administration page.
  24. Group members can view events by month, week and day using a jQuery date
  25. picker widget, and submit event descriptions including the venue, start date,
  26. end date, tags, description, organiser, contact person, event access level,
  27. and fees if any.
  28. Group events are aggregated into the site wide event calendar accessible from
  29. the Tools menu drop down.
  30. Site admins (or optionally any user) can also add non-group-specific events to
  31. the site-wide calendar.
  32. Users can add group or site-wide events to a personal calendar to showcase
  33. events that they plan to attend or are interested in. They can optionally
  34. display these events by dragging an Event calendar widget onto their profile
  35. or dashboard.
  36. The number of users who have added an event to their personal gallery is listed
  37. on each event page along with a link to a page that displays these users in a
  38. gallery format. It is thus easy to find other people interested in the same
  39. event.
  40. *Admin settings*
  41. Numerous options for the event calendar can be set in the event_calendar settings
  42. area under Tool Administration.
  43. These include:
  44. Add starting and ending times as well as dates to events (default: no)
  45. Automatically add events a user creates to his/her personal calendar (default: yes)
  46. Automatically add group events for all members to their personal calendars (default: no)
  47. (If activated, the autogroup function automatically adds all group events to a
  48. user's calendar for all groups that the user is a member of. Group events are
  49. also automatically removed if the user leaves the group.)
  50. Use Agenda view (default: no)
  51. Useful for conferences with multiple events on the same day.
  52. Display venue in event listings (default: no)
  53. Add region dropdown (default: no), plus a way to specify the allowable regions
  54. First date displayable on show events pages (default: no first date)
  55. Last date displayable on show events pages (default: no last date)
  56. As well, there are numerous options for configuring the site wide and group calendars.
  57. *Acknowledgment*
  58. The initial development of the event calendar plugin was funded by the Research
  59. & Development department at the Royal Institute of British Architects
  60. (RIBA). Several other clients have funded enhancements.