struct

OrganisedExchange::Event

Inherits Struct < Value < Object

Constructors

new(time : Time)
Source

Instance methods

date_of_next(day)
Source
description=(description : String | Nil)
Source
end_time=(end_time : Time)
Source
get_next_day(day_of_week : Time::DayOfWeek | Nil)
Source
location=(location : String | Nil)
Source
past?
Source
recurrency=(recurrency : Hash(String, String) | Nil)
Source
repeated?
Source
repeated_on
Source
repeated_until
Source
scheduled
Source
scheduled?
Source
start_time
Source
start_time=(start_time : Time)
Source
title=(title : String | Nil)
Source
to_org
Source
valid?

an event is valid if has a title and is scheduled in the future

Source