# Functions
NewToolbox returns a toolbox with default values.
# Structs
The AddAlarmProcessor adds an alarm definition to all selected events.
The AddDTStampProcessor adds a DTSTAMP field to all selected events.
The AddPropertyProcessor adds an ICS property to each selected event.
The ConvertAllDayProcessor converts all-day events to timed events or vice versa.
The DeletePropertyProcessor deletes an ICS property from all selected events.
The FilterProcessor filters the calendar for selected events.
The PrintProcessor simply outputs the input calendar.
A Toolbox of common functions.
# Interfaces
The BaseProcessor is the interface for all Icarus processors.