You are here

Files in Event 5

Primary tabs

File namesort descending Location Namespace Description
basicevent.info contrib/basicevent.info name = "Basic event" description = "A story-like node that implements the event API automatically." package = "Event" dependencies = event
basicevent.module contrib/basicevent.module An extremly simple module to implement the event API.
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_timezones.inc event_timezones.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…

Other projects