rdv: add API entry point for POSTing calendar range

This commit is contained in:
nobohan
2021-08-30 11:02:53 +02:00
parent ee4d23ff82
commit 329d3cc3d8
4 changed files with 66 additions and 12 deletions

View File

@@ -72,7 +72,8 @@ class ChillCalendarExtension extends Extension implements PrependExtensionInterf
'_entity' => [
'methods' => [
Request::METHOD_GET => true,
Request::METHOD_HEAD => true
Request::METHOD_HEAD => true,
Request::METHOD_POST => true,
]
],
]