TF-2035 Implement parse calendar event method

(cherry picked from commit c8681dcde084e82453b5ea2770db37f2222d675c)
This commit is contained in:
dab246
2023-07-21 16:30:46 +07:00
committed by Dat Vu
parent 6aebfe2486
commit 4e5ef9dab0
4 changed files with 85 additions and 0 deletions
@@ -0,0 +1,4 @@
class NotFoundCalendarEventException implements Exception {}
class NotParsableCalendarEventException implements Exception {}