Method: GCal4Ruby::Event#status
- Defined in:
- lib/gcal4ruby/event.rb
#status ⇒ Object
A flag indicating the status of the event. Values can be :confirmed, :tentative or :cancelled
111 112 113 |
# File 'lib/gcal4ruby/event.rb', line 111 def status @status end |