You are here

Files in Event 5.2

Primary tabs

File namesort descending Location Namespace Description
CHANGELOG.txt CHANGELOG.txt 17. December 2006 ----------------- Update for Drupal 5 25. May 2005 ----------------- [Aaron Welch] - add ical export support, ical.inc is now in the event directory. thanks to rorris - cleanup rss and ical feed routines - add filter functions for…
CREDITS.txt CREDITS.txt Coded by Kjartan Mannes and Gerhard Killesreiter and Moshe Weitzman. Updated for Drupal v4.6 by Aaron Welch. Updated for Drupal 5 by Chad Phillips and others
event.css event.css /* event calendar table styles */ .event-calendar table { border: 1px solid #242; border-collapse: collapse; border-spacing: 0; width: 98%; /* Setting at 100% causes problem in Internet Explorer. */ margin-bottom: 1em; } .event-calendar tr…
event.info event.info name = Event description = Calendaring API, calendar display and export package = Event
event.install event.install
event.module event.module
event.theme event.theme
event_all_day.info contrib/event_all_day/event_all_day.info name = Event All Day description = Allows creation of all-day events. package = Event dependencies = event
event_all_day.module contrib/event_all_day/event_all_day.module
event_database.mysql.inc event_database.mysql.inc
event_database.mysqli.inc event_database.mysqli.inc
event_database.pgsql.inc event_database.pgsql.inc
ical.inc ical.inc API for event import/export in iCalendar format as outlined in Internet Calendaring and Scheduling Core Object Specification http://www.ietf.org/rfc/rfc2445.txt
INSTALL.txt INSTALL.txt Requirements ------------ This module requires Drupal 5 or higher. Installation ------------ 1. Place the event module with all its files under modules/event. 2. Enable the module in admin >> site configuration >> modules and set…
README.txt README.txt This is a simple module to keep track of events and show them to users. Send comments to gerhard@killesreiter.de. The event.module has the following features: - event types based on nodeapi - four calendar views: month, day, week, and table -…
README.txt contrib/event_all_day/README.txt Description ----------------- Adds an 'all day' checkbox to the event form. When checked, the time fields are hidden and set to midnight. TODO ----------------- When showing the edit form, javascript decides to hide the fields if both are…
TODO.txt TODO.txt TODO ---- In no particular order. - provide support for vCalendar/iCalendar see: http://www.phpbuilder.com/columns/chow20021007.php3?print_mode=1 Suggested by Kristijan. Export done, import still needed.
UPGRADING.txt UPGRADING.txt There are two updates available now: 1. If if you are upgrading from either Drupal 4.5 or CivicSpace 0.8.0.x to Drupal 4.6 or the equivalent CivicSpace version. 2. If you are running the pre-daylight savings time supported 4.6 version of event. If…

Other projects