Skip to content

Compose

Calendary Compose is a hosted, in-browser tool: compose or import a collection of events, preview them on a live calendar, and export a .cdy — nothing to install, nothing uploaded.

Open Compose →
  • Compose events per calendar system — Standard, plus plugin systems (Lunar, Liturgical, Hijri) — from menus; each has its own fields and accent colour.
  • Add optional details: description, icon, location, link, categories.
  • Import / export .cdy — the portable collection format below.

A .cdy is a plain-JSON bundle: a collection name, the plugins its events need, and the events array — the same config the builder compiles to. Compose is just a visual way to produce one; load it back in code with cal.load(), and export one from code with cal.toCollection({ name: "…" }) — the symmetric inverse.