Skip to main content

Crate calendar_types

Crate calendar_types 

Source
Expand description

Date, time, and string primitive types for calendar data.

This crate provides the foundational types shared by both iCalendar (RFC 5545) and JSCalendar (RFC 8984) implementations. It includes:

Modules§

css
CSS3 color names.
duration
RFC 5545 duration types.
primitive
Primitive types not belonging to a specific area.
set
Types for finite set values.
string
String data model types.
time
Date and time types, largely from RFC 3339.