12:30pm – 2pm
1 hour 30 mins
2 Oct 2017
<%= render_component("event", {properties as below}) %>
{
event: "#<OpenStruct id=1, summary=\"Event with just a date, time and summary\", dtstart=2017-10-02 12:30:00 +0000, dtend=2017-10-02 14:00:00 +0000>"
}
<%= render_component("event", {properties as below}) %>
{
event: "#<OpenStruct id=2, summary=\"Event with a location and neighbourhood\", dtstart=2017-10-02 10:30:00 +0000, dtend=2017-10-02 14:00:00 +0000, address=#<OpenStruct street_address=\"Name of room or un-geolocated address\">, neighbourhood=#<OpenStruct name=\"Da Hood\">>"
}
<%= render_component("event", {properties as below}) %>
{
event: "#<OpenStruct id=3, summary=\"Event with a Place chooses place over address\", dtstart=2017-10-02 12:00:00 +0000, dtend=2017-10-02 14:00:00 +0000, place=\"Place that PlaceCal knows about\", neighbourhood=#<OpenStruct name=\"Da Hood\">>"
}
<%= render_component("event", {properties as below}) %>
{
event: "#<OpenStruct id=4, summary=\"Event that repeats weekly\", dtstart=2017-10-02 12:00:00 +0000, dtend=2017-10-02 14:00:00 +0000, place=\"Place that PlaceCal knows about\", rrule=[{\"table\"=>{\"frequency\"=>\"WEEKLY\"}}], neighbourhood=#<OpenStruct name=\"Da Hood\">>"
}