Function formatDateTZ

  • Converts a valid date/time object supported by this library to a string. For information about this format, see RFC 5545, section 3.3.5 https://tools.ietf.org/html/rfc5545#section-3.3.5

    Parameters

    • timezone: null | string
    • property: string
    • date: ICalDateTimeValue
    • OptionaleventData: {
          floating?: null | boolean;
          timezone?: null | string;
      }
      • Optionalfloating?: null | boolean
      • Optionaltimezone?: null | string

    Returns string