//! CalDAV calendar object resources, a.k.a. items (RFC 4791 ยง4.1).
//!
//! The single-coroutine result types live in their own coroutine
//! submodules; this module carries only the resource-path helper shared
//! across them. Each coroutine (create, delete, list, read, update) is
//! its own submodule.
use ;
/// Joins a calendar collection path with an item id into the item
/// resource path (`.ics` suffix included).