The task parser has been updated so that the /from and /to parameters for Event tasks are now parsed as LocalDateTime objects instead of plain strings. By leveraging the existing DateTimeUtil.parseDeadlineDateTime method, this change provides more robust date and time validations for events. This ensures that all temporal data is standardized, enabling better scheduling and formatting capabilities moving forward.