oncall-engine/engine/apps/schedules
Matias Bordese 7cf0c4f693
Update ical comparison to check only for event components (#1870)
May be related to https://github.com/grafana/oncall/issues/1553.

We got feedback about that happening for Google Calendar imported icals.
Google Calendar exported ics URL was returning different VTIMEZONE
components on different requests, triggering differences in the imported
ical. Updated the comparison to only consider events (while keep
assuming the sequence will reflect if there are any particular event
change).
2023-05-03 20:24:10 +00:00
..
ical_events Do not include event repetitions terminated before start (until rrule) 2022-11-30 08:56:19 -03:00
migrations Remove schedule name uniqueness restriction (#1859) 2023-05-02 17:16:03 +00:00
models Remove schedule name uniqueness restriction (#1859) 2023-05-02 17:16:03 +00:00
tasks Rework schedule ical export (#1783) 2023-04-18 17:07:11 +00:00
tests Update ical comparison to check only for event components (#1870) 2023-05-03 20:24:10 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
admin.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
constants.py Rework schedule ical export (#1783) 2023-04-18 17:07:11 +00:00
ical_utils.py Update ical comparison to check only for event components (#1870) 2023-05-03 20:24:10 +00:00