• Parses the summary string and builds the view model for the current queue

    Returns

    undefined if any parsing failed, otherwise a complete view model

    Parameters

    • serverId: string
    • queueName: string
    • rawSummary: string

      unmodified calendar event summary

    • parsingString: string

      string found the the calendar event description

    • start: Date

      start date of 1 session

    • end: Date

      end date of 1 session

    • Optional location: string

      where the help session will happen

    Returns Optional<UpComingSessionViewModel>

Generated using TypeDoc