swingtime.models

Functions

create_event(title, event_type[, ...])

Convenience function to create an Event, optionally create an EventType, and associated Occurrence objects.

Classes

Event(*args, **kwargs)

Container model for general metadata and associated Occurrence entries.

EventType(*args, **kwargs)

Simple Event classifcation.

Note(*args, **kwargs)

A generic model for adding simple, arbitrary notes to other models such as Event or Occurrence

Occurrence(*args, **kwargs)

Represents the start end time for a specific occurrence of a master Event object.