class CalendarEvent::Location
- CalendarEvent::Location
- Reference
- Object
Overview
Google has a free-form text field for this Office365 has a more complicated JSON format
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
models/event.crConstructors
Instance Method Summary
-
#address : String | Nil
Actual street address
-
#address=(address : String | Nil)
Actual street address
-
#coordinates : NamedTuple(lat: String, long: String) | Nil
Geolocation
-
#coordinates=(coordinates : NamedTuple(lat: String, long: String) | Nil)
Geolocation
-
#text : String | Nil
Room name etc
-
#text=(text : String | Nil)
Room name etc