core/homeassistant/components/caldav
Allen Porter f61c911174
Remove some offset complexity from calendar event (#68724)
Simplify the calendar offset calculations to no longer update the event dictionary
using extra fields. calculate_offset is renamed to extract_offset and the integration
is responsible for overwriting the summary text.

This is in prepration for:
- Improved calendar event typing, removing unnecessary offset_reached field
- Calendar triggers which will remove offsets anyway
2022-03-27 10:02:19 -07:00
..
__init__.py
calendar.py Remove some offset complexity from calendar event (#68724) 2022-03-27 10:02:19 -07:00
manifest.json Add loggers to integration manifest.json (#65083) 2022-01-28 13:37:53 -08:00