Skip to content

Use TimeOfDay instead of DateTime for start and end time in CalendarEventData. #293

Description

@PRBaraiya

In the current CalendarEventData model, we are using the object of DateTime to define the start and end time of an event. But while manipulating the event, we are only using hours and minutes from the DateTime so, it is getting confusing. Because Users have to provide the date information even though it's not being used.

So, one solution that we can implement is to use TimeOfDay to store the start and end times.

We can deprecate some variables, that define the time span of an event and move it to a separate model. And in the next major version, we can completely remove it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestpriority:1Bug/Enhancement with highest priority.

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions