Screenshot of split screen view, showing Event Platform (Summit) on left, and ConClár on right.

This project is not covered by Drupal’s security advisory policy.

Event Platform ConClár exports confirmed session nodes and their speakers (Drupal user accounts with the speaker role) as JSON in the "schemaVersion 2" format expected by ConClár, a static React app for displaying convention schedules (see that project's own docs/conclar_file_specs.md for the full data format spec). It can build a single combined file or separate schedule/people files, on a schedule (cron) or on demand (an admin button or a Drush command).

Only sessions in the published ("Confirmed") session_acceptance moderation state are exported -- not merely "published" in the Drupal sense, since the workflow also flags accepted and `proposed` sessions as published. A session with no time slot assigned is skipped (it cannot be placed on ConClár's schedule grid without a real date/time); the build result reports how many were skipped. A speaker only appears in the output if they are credited on at least one exported session.

A demo of a DrupalCamp schedule generated using Summit site template and Event Platform ConClár is hosted on GitHub pages.

This module was built with assistance of AI tools.

Features

  • Write schedule file to the Drupal file system, or to a directory outside the file system (set in settings.php to minimise risk).
  • Output single file or separate sessions and speakers files.
  • Output in "human readable" indented JSON, or space saving minimal format.
  • Optionally, rebuild JSON output on every Cron run.
  • Export JSON output with a Drush command.
  • Can also rebuild output from the settings form.
  • Supports mapping of speaker fields to link icon types.

Post-Installation

See README.md for full setup instructions.

Additional Requirements

This module only requires the Event Platform Helper module.

This goes great with the Summit Site Template.

Similar projects

Event Platform has its own "Sessions" display, but

Supporting this Module

Support this module by holding great Drupal events (of course if you want to offer me a free ticket, depending on my availability, I might just say yes).

Community Documentation

Please contribute to the community documentation!

Project information

Releases