When I try to use add_event by AsyncDAVClient I got an exception:
It raises because in code when returning save result we checking url of result, but result can be coroutine if client is async
https://github.com/python-caldav/caldav/blob/master/caldav/collection.py#L843