TF-2800 Calendar event accept - API and data source implementation

This commit is contained in:
DatDang
2024-05-08 17:45:51 +07:00
committed by Dat H. Pham
parent 38cf6481e0
commit e5ff971877
4 changed files with 40 additions and 1 deletions
@@ -1,4 +1,6 @@
class NotFoundCalendarEventException implements Exception {}
class NotParsableCalendarEventException implements Exception {}
class NotParsableCalendarEventException implements Exception {}
class NotAcceptableCalendarEventException implements Exception {}