# Pagy::Calendar

In 

This is a Hash subclass that organizes and tracks the Calendar::Units of the calendar system. It is used internally by the Calendar extra that provides the high level API and returns the calendar hash (an instance of this class).

The Pagy::Calendar instance is a hash containing a certain number of time units objects, keyed by their unit symbol.

# Methods

This method returns the current time of the smallest time unit shown. You can store it and retrieve the same calendar at a later time using the pagy_calendar_url_at

pagy_calendar_url_at(@calendar, retrived_calendar_showtime)