Provides a Drupal Event content type with sub-pages to be reused in projects.
In composer.json:
- In 
"repositories":[]add: 
{
    "type": "git",
    "url": "[email protected]:eaudeweb/drupal_event.git"
}
- 
A SSH Key is required.
 - 
Run:
composer require drupal/drupal_event 
Views Sort:
- Closest Date - custom views sorting. Display the closest events to the present date using the pager limit. If there are less upcoming event or none, past events will be shown.
 
Block:
- Event Menu Block - render a summary of sub-pages. Field 
field_event_elementsit's used. 
Field Formatters:
- Date interval - 
flexible_daterange_interval - Rendered entity with limit - display a limited number of items. Use 
use_linksetting to insert a redirect page. 
Provides generic paragraphs to be reused in projects. Provides also the functionality to create sub-pages for an event.
Modules required: block_field, viewsreference, paragraphs_browser
Paragraphs available:
- Block content
 - Button
 - Heading
 - HTML
 - Image with description
 - List with Items
 - Views
 
Paragraphs used to create sub-pages for an event:
- Page HTML
 - Schedule
 - Speakers