Block Options allows site administrators to define options that will appear
as checkboxes on block configuration pages.
Selected options will be available as css classes in the block.tpl.php template file
This module allows users to get their CiviCRM assigned activities into their Google Calendar or similar calendaring applications, by providing a feed of each user's assigned activities in iCalendar format, ready to be subscribed to from with Google Calendar and/or Outlook.
Key features
General description: Users can access an iCal feed of their upcoming (future) Activities, suitable for subscription via Google Calendar, Microsoft Outlook, and/or similar software
Activities are represented as VEVENT objects, matching applicable properties (DTSTART, DTEND based on duration, etc.) where possible and appending names of any other asignees to the DESCRIPTION property.
Feed includes activities of any type, including client-defined activity types.
Feed includes activities with a status of "Scheduled" or any client-defined activity status.
To conserve server resources, feeds are cached at a site-wide configurable interval (default 30 minutes).