Contents

DataDetector.Match.SemanticDetails.CalendarEvent

The values the framework returns that represent date components of a calendar event.

Declaration

struct CalendarEvent

Discussion

You can use these properties to populate an Event. The event may contain just a single date, such as a start date, but can contain both a start and end date.

  • allDay is true if the date or date range doesn’t specify a time.

  • startDate may contain the start date of the event.

  • endDate may contain the end date of the event.

  • endTimeZone may contain the time zone of the end date of the event.

  • startTimeZone may contain the time zone of the start date of the event.

Topics

Calendar event properties