Class: CalendarAssistant::LintEventRepository

Inherits:
EventRepository show all
Defined in:
lib/calendar_assistant/lint_event_repository.rb

Instance Attribute Summary

Attributes inherited from EventRepository

#calendar, #calendar_id, #config

Instance Method Summary collapse

Methods inherited from EventRepository

#create, #delete, #in_tz, #initialize, #new, #update

Constructor Details

This class inherits a constructor from CalendarAssistant::EventRepository

Instance Method Details

#find(time, predicates: {}) ⇒ Object



3
4
5
# File 'lib/calendar_assistant/lint_event_repository.rb', line 3

def find(time, predicates: {})
  super(time, predicates: predicates.merge({ needs_action?: true }))
end