Class: Google::Apis::CalendarV3::FreeBusyCalendar

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/calendar_v3/classes.rb,
lib/google/apis/calendar_v3/representations.rb,
lib/google/apis/calendar_v3/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FreeBusyCalendar

Returns a new instance of FreeBusyCalendar.



2130
2131
2132
# File 'lib/google/apis/calendar_v3/classes.rb', line 2130

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#busyArray<Google::Apis::CalendarV3::TimePeriod>

List of time ranges during which this calendar should be regarded as busy. Corresponds to the JSON property busy



2123
2124
2125
# File 'lib/google/apis/calendar_v3/classes.rb', line 2123

def busy
  @busy
end

#errorsArray<Google::Apis::CalendarV3::Error>

Optional error(s) (if computation for the calendar failed). Corresponds to the JSON property errors



2128
2129
2130
# File 'lib/google/apis/calendar_v3/classes.rb', line 2128

def errors
  @errors
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2135
2136
2137
2138
# File 'lib/google/apis/calendar_v3/classes.rb', line 2135

def update!(**args)
  @busy = args[:busy] if args.key?(:busy)
  @errors = args[:errors] if args.key?(:errors)
end