Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.3.2.35 (checked in on 2007/10/26 at 02:43:23 by karens)
Adds ical functionality to Calendar.
| Name | Description |
|---|---|
| calendar_ical_add_feeds | |
| calendar_ical_add_ical | |
| calendar_ical_cache | Identify the cache where the ical feeds are stored. |
| calendar_ical_calendar_add_items | Implementation of hook_calendar_add_items(). |
| calendar_ical_calendar_add_types | Implementation of hook_calendar_add_types(). |
| calendar_ical_cron | Implementation of hook_cron(). |
| calendar_ical_load_date_ical | Helper function to load date_ical file. |
| calendar_ical_menu | Implementation of hook_menu(). |
| calendar_ical_post_view_make_args | helper 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_form | Setup Calendar feeds. |
| calendar_ical_setup_form_submit | Save requested values. |
| calendar_ical_views_arguments | While we support the global selector, some might want to allow ONLY ical feeds so we support a stingy selector too |
| calendar_ical_views_feed_argument | feed 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_view | post view for our own op -- mimics the feed selector |
| calendar_ical_views_style_plugins | Provide views plugins for the feed types we support. |
| calendar_ical_views_tabs | Implementation of hook_views_tabs(). |
| theme_calendar_ical_feed | plugin that actually displays an ical feed |
| theme_calendar_ical_node | A theme for the ical nodes. |
| theme_ical_icon | |
| views_handler_arg_ical | handler for our own ical argument; mimics the feed selector |