Description: This issue concerns editing an existing event. A change in recurrence type is not updated correctly.
Cause: The update event route does not implement a previous change to the recurrence parameter name, consequently not updating the parameter correctly.
Solution: Modify the update event route to use the correct parameter name.
This PR fixes #109.
Description: This issue concerns editing an existing event. A change in recurrence type is not updated correctly.
Cause: The update event route does not implement a previous change to the recurrence parameter name, consequently not updating the parameter correctly.
Solution: Modify the update event route to use the correct parameter name.
Resolved: Resolved.