{"id":44438737,"url":"https://github.com/eaudeweb/edw_event","last_synced_at":"2026-02-12T14:29:50.439Z","repository":{"id":300755104,"uuid":"1007049580","full_name":"eaudeweb/edw_event","owner":"eaudeweb","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-23T11:53:35.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"1.x","last_synced_at":"2025-06-23T12:39:59.328Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eaudeweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-23T11:40:00.000Z","updated_at":"2025-06-23T11:53:13.000Z","dependencies_parsed_at":"2025-06-23T12:51:48.408Z","dependency_job_id":null,"html_url":"https://github.com/eaudeweb/edw_event","commit_stats":null,"previous_names":["eaudeweb/edw_event"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/eaudeweb/edw_event","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fedw_event","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fedw_event/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fedw_event/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fedw_event/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eaudeweb","download_url":"https://codeload.github.com/eaudeweb/edw_event/tar.gz/refs/heads/1.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fedw_event/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29368638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-12T14:29:46.565Z","updated_at":"2026-02-12T14:29:50.433Z","avatar_url":"https://github.com/eaudeweb.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EDW Events module\n\nEnable the event module to provide content managers with the ability to manage events within Drupal.\n\n## Installation\n\n1. Add the following snippet to the `repositories` section of your `composer.json` file:\n```\n{\n    \"type\": \"git\",\n    \"url\": \"https://github.com/eaudeweb/edw_event.git\"\n}\n```\n\n2. Run\n   ```composer require eaudeweb/edw_event:^1.0```\n\n3. Enable the module:\n   ``drush en edw_event``\n\n## Architecture\n\nNode types:\n- `event` - Main node type which represents a single calendar event.\n- `event_section` - The main event has a single default section which is the node page. Using this children entity, the\ncontent manager can create additional sections to a meeting (sometimes are called tabs or pages).\n\n### Fields\n\n#### event\n\n| Field label    | Field name           | Description                                                                                                            | Field type       | Cardinality | Required    | Translatable | Widget             |\n|----------------|----------------------|------------------------------------------------------------------------------------------------------------------------|------------------|-------------|-------------|--------------|--------------------|\n| Title          | title                |                                                                                                                        | Text             | Single      | Yes         | Yes          | Text field         |\n| Number         | field_number         | Meeting number (use it to order events)                                                                                | Integer          | Single      | Yes         | No           | Text field         |\n| Abbreviation   | field_event_abbr     | Meeting short title (e.g. MOP 24)                                                                                      | Short text       | Single      | No          | No           | Text field         |\n| Date           | field_date_range     |                                                                                                                        | Date range       | Single      | Yes (start) | No           | HTML5 calendar     |\n| Date notes     | field_date_notes     |                                                                                                                        | Text             | Single      | Yes         | No           | Text input         |\n| Hide date      | field_hide_date      | Every meeting must have a date, but if you don't know the dates, set one and check this box to hide it from the public | Boolean          | Single      | No          | No           | Checkbox           |\n| Event presence | field_event_presence | Event presence (In person/Hybrid/Virtual)                                                                              | List (text)      | Single      | Yes         | No           | Select list        |\n| Venue          | field_event_venue    |                                                                                                                        | Text             | Single      | No          | No           | Text               |\n| City           | field_event_city     |                                                                                                                        | Text             | Single      | No          | No           | Text               |\n| Countries      | field_countries      | Taxonomy term entity reference (Countries)                                                                             | Entity reference | Single      | No          | No           | Select             |\n| Content        | field_content        | Paragraph entity reference                                                                                             | Entity reference | Multiple    | No          | No           | \tParagraph preview |\n\nTODO\n\n#### event_section\n\n| Field label | Field name    | Description                     | Field type                    | Cardinality | Required | Translatable | Widget            |\n|-------------|---------------|---------------------------------|-------------------------------|-------------|----------|--------------|-------------------|\n| Title       | title         |                                 | Text                          | Single      | Yes      | Yes          | Text field        |\n| Published   | status        | Show the tab                    | Boolean                       | Single      | No       | No           | Checkbox          |\n| Meeting     | field_event   | Node entity reference (meeting) | Node entity reference (Event) | Single      | Yes      | No           | Entity browser    |\n| Content     | field_content |                                 | Paragraph entity reference    | Single      | Yes      | No           | Paragraph preview |\n\n### Taxonomies\n\nNone\n\n### Paragraphs\n\nTODO (add links etc.): Use the `edw_paragraphs` module to enable different visual components that can be added to the meeting sections.\n\n## Functionalities\n\nThe following functionalities are provided out of the box:\n\n1. Multilingual content\n2. **custom block** to show automatically the children tabs. When user is clicking on a tab element the appropriate\ntab page is selected, highlighted and its content is presented to the user. There is a button to create new tab page\nwhich appears when the user has the appropriate permission.\n3. Extra local tasks and route callbacks for In-session: \n```php\nedw_event.in_session.tasks:\nderiver: 'Drupal\\edw_event\\Plugin\\Derivative\\DocumentsInSessionLocalTasks'\n\nroute_callbacks:\n  - '\\Drupal\\edw_event\\Routing\\DocumentsInSessionRoutes::routes'\n```\n4. TODO\n5. TODO: (not implemented) Import a calendar entry from ICS file \n\n## Sub-modules\n\nThe following submodules can be used to extend the event functionality. They can also be used independently to attach to\nother entities.\n\n### edw_event_agenda\n\nEvent agenda can be used to structure a general list of topics to be discussed during an event. For further information\ncheck the README located inside the module.\n\n### edw_event_daily_schedule\n\nDaily schedule can be used to break down multi-day events in activities taking place daily on a certain time. Content\nmanagers can assign room numbers where activities take place.\n\n## Other EDW modules:\n* [edw_blocks](https://github.com/eaudeweb/edw_blocks)\n* [edw_decoupled](https://github.com/eaudeweb/edw_decoupled)\n* [edw_demo_data](https://github.com/eaudeweb/edw_demo_data)\n* [edw_document](https://github.com/eaudeweb/edw_document)\n* [edw_group](https://github.com/eaudeweb/edw_group)\n* [edw_media](https://github.com/eaudeweb/edw_media)\n* [edw_paragraphs](https://github.com/eaudeweb/edw_paragraphs)\n* [edw_person](https://github.com/eaudeweb/edw_person)\n* [edw_project](https://github.com/eaudeweb/edw_project)\n* [edw_themes](https://github.com/eaudeweb/edw_themes)\n* [edw_utilities](https://github.com/eaudeweb/edw_utilities)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feaudeweb%2Fedw_event","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feaudeweb%2Fedw_event","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feaudeweb%2Fedw_event/lists"}