Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 5

calendar_ical.module

Version

1.3.2.35 (checked in on 2007/10/26 at 02:43:23 by karens)

Description

Adds ical functionality to Calendar.

Functions

Namesort iconDescription
calendar_ical_add_feeds
calendar_ical_add_ical
calendar_ical_cacheIdentify the cache where the ical feeds are stored.
calendar_ical_calendar_add_itemsImplementation of hook_calendar_add_items().
calendar_ical_calendar_add_typesImplementation of hook_calendar_add_types().
calendar_ical_cronImplementation of hook_cron().
calendar_ical_load_date_icalHelper function to load date_ical file.
calendar_ical_menuImplementation of hook_menu().
calendar_ical_post_view_make_argshelper function -- this function builds a URL for a given feed. It defaults to the built in feed selector, but the 3rd arg can be used to set it up for custom selectors too.
calendar_ical_setup_formSetup Calendar feeds.
calendar_ical_setup_form_submitSave requested values.
calendar_ical_views_argumentsWhile we support the global selector, some might want to allow ONLY ical feeds so we support a stingy selector too
calendar_ical_views_feed_argumentfeed argument hook that will convert us to ical or display an icon. the 4th argument isn't part of the hook, but we use it to differentiate when called as a hook or when called manually from calendar_ical_views_post_view
calendar_ical_views_post_viewpost view for our own op -- mimics the feed selector
calendar_ical_views_style_pluginsProvide views plugins for the feed types we support.
calendar_ical_views_tabsImplementation of hook_views_tabs().
theme_calendar_ical_feedplugin that actually displays an ical feed
theme_calendar_ical_nodeA theme for the ical nodes.
theme_ical_icon
views_handler_arg_icalhandler for our own ical argument; mimics the feed selector