calendar range: update on remote after an unpdate

This commit is contained in:
2022-05-11 14:20:41 +02:00
parent c892f7de7b
commit dd13e631ac
3 changed files with 82 additions and 14 deletions

View File

@@ -107,6 +107,11 @@ class RemoteEventConverter
);
}
public function getLastModifiedDate(array $event): DateTimeImmutable
{
return DateTimeImmutable::createFromFormat(self::REMOTE_DATETIMEZONE_FORMAT, $event['lastModifiedDateTime']);
}
/**
* Return a string which format a DateTime to string. To be used in POST requests,.
*/