Details
Description
We will expose a Drupal block - "CiviCRM Upcoming Events". When enabled - this block will display a listing of public events with start date >= today. The block includes event title (linked to event info page), event summary (truncated to 80 characters), and start date.
Default block title is "Upcoming Events" - this can be over-ridden by setting a title in Drupal admin -> configure block. The block can be displayed on any page in your Drupal site. It will NOT be displayed if CiviEvent component is not enabled. User roles need to have the 'view event info' permission to see the block (enable this permission for anonymous if you want anonymous visitors to see the block).
You can create a custom copy of template/CRM/Block/Event.tpl is you want to modify format or change what event elements are included.