//! # Calendar-address value
//!
//! The decoded calendar-address value kind.
//!
//! Backs `ORGANIZER`, `ATTENDEE` and `CALENDAR-ADDRESS` (RFC 5545 3.3.3): a URI
//! identifying a calendar user, most commonly a `mailto:` address. The reference
//! is kept verbatim as a string; the crate does not parse or validate it.
use ;
/// A decoded calendar-address value (a URI, usually `mailto:`), kept verbatim.
;