caldav: remove DTSTART & DTEND from required arguments (#88313)
gitea/passerelle/pipeline/head This commit looks good Details

This commit is contained in:
Yann Weber 2024-03-18 17:28:00 +01:00
parent 9ccf11fbd2
commit 82e4d424c7
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ from passerelle.utils.jsonresponse import APIError
EVENT_SCHEMA_PART = {
'type': 'object',
'description': _('Ical event properties ( VEVENT RFC 5545 3.6.1 )'),
'required': ['DTSTART', 'DTEND'],
'properties': {
'DTSTART': {
'type': 'string',