-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: O365CalendarEntity.async_modify_calendar_event() missing 2 required positional arguments: 'recurrence_id' and 'recurrence_range' #227
Comments
Could you expand on where you were updating from? There are two services and also the calendar panel you can update from. Please also provide the full error from the error log using the |
Offcourse, I am updating with this call; service: o365.modify_calendar_event And this is the full error; Logger: homeassistant.helpers.script.websocket_api_script websocket_api script: Error executing script. Unexpected error for call_service at pos 1: O365CalendarEntity.async_modify_calendar_event() missing 2 required positional arguments: 'recurrence_id' and 'recurrence_range' |
OK, I'll take a look over the next few days |
Should be fixed with v4.7.4 |
Works again! Thanks! |
I'll probably tag a few posts, but I'm trying to get some views. I'm considering breaking up the monolithic O365 integration into smaller, more manageable items. If you have a view, please comment here: |
Hi,
Tried modifying a calendar event and filled all required fields.
It is fails with an Unknown Error. In the logfile it states;
TypeError: O365CalendarEntity.async_modify_calendar_event() missing 2 required positional arguments: 'recurrence_id' and 'recurrence_range'
Not sure what I need to do now. Any ideas?
The text was updated successfully, but these errors were encountered: