PlaceOS / models

PlaceOS entity models.
https://placeos.com
Other
0 stars 0 forks source link

feat(event_metadata): allows lookup of recurring master events #241

Closed stakach closed 11 months ago

stakach commented 11 months ago

from resource calendars

stakach commented 11 months ago

@naqvis how can I write a query in a scope block like:

items = ["1", "2", "3", "four"]
where("event_id IN (?) OR ical_uid IN (?)", items, items)

haven't been able to find syntax that works