DTEND
DTEND is a property in the iCalendar data model (RFC 5545) that specifies the end date and time of a calendar component, such as a VEVENT or VTODO. It works together with DTSTART to define the duration of the component. The value of DTEND can be either a date (VALUE=DATE) for all-day events or a date-time value for events with a specific time. When a date-time value is used, it may include a time zone (via the TZID parameter) or be in Coordinated Universal Time (UTC) indicated by a trailing Z.
For all-day events, DTEND is typically expressed as a date and represents the day after the last
DTEND can be omitted if DURATION is provided instead, in which case the duration between DTSTART and
In practice, applications use DTEND to render event length, schedule conflicts, and time zone conversions, and