module Pagy::CalendarExtra::UrlHelperAddOn

def pagy_calendar_url_at(calendar, time, **opts)

Return the url for the calendar page at time
def pagy_calendar_url_at(calendar, time, **opts)
  pagy_url_for(calendar.send(:calendar_at, time, **opts), 1, **opts)
end