Skip to content

Commit

Permalink
fix: Fix error when updating event using o365 service
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn committed May 13, 2024
1 parent a1e55b5 commit 14f23a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/o365/calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,8 @@ async def async_create_calendar_event(self, subject, start, end, **kwargs):
async def async_modify_calendar_event(
self,
event_id,
recurrence_id,
recurrence_range,
recurrence_id=None,
recurrence_range=None,
subject=None,
start=None,
end=None,
Expand Down

0 comments on commit 14f23a6

Please sign in to comment.