Odel
OpenAgenda

OpenAgenda

@openagendaIntegrations2JavaScriptUpdated 1w ago

Search, analyze and manage events on OpenAgenda.

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

OpenAgenda Monorepo – public subtree

Welcome to the public portion of the OpenAgenda (oa) monorepo.
Here you’ll find all the open-source packages we publish on npm along with their documentation.


⚠️ Contributor notice (Yarn v4)

This project uses Yarn v4 / Berry, which stores its workspace lockfile as yarn.lock-workspace.
To avoid dependency conflicts and keep the Git history clean, always rename the lockfile:

# Before you start working
mv yarn.lock-workspace yarn.lock

# …do your usual work: yarn install, yarn prepack, tests, etc.

# Just before committing / pushing
mv yarn.lock yarn.lock-workspace

Quick start

yarn
yarn prepack

Thanks for contributing! ✨