You are here

function ical_help in Event 5.2

Same name and namespace in other branches
  1. 5 ical.inc \ical_help()

File

./ical.inc, line 298
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

Code

function ical_help($section) {
  switch ($section) {
    case 'admin/modules#description':
      return t('iCalendar API for Events Modules');
      break;
  }
}