mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
9 lines
209 B
Ruby
9 lines
209 B
Ruby
json.array!(@events) do |event|
|
|
json.id event.uid
|
|
json.title event.summary
|
|
json.start event.dtstart.iso8601
|
|
json.end event.dtend.iso8601
|
|
json.backgroundColor 'white'
|
|
json.borderColor '#214712'
|
|
end
|