[
  "icalendar",
  [
    "vcalendar",
    [],
    [
      [
        "vevent",
        [["summary", {}, "text", "foo \\nbar"]],
        [
          [
            "valarm",
            [["summary", {}, "text", "escaped, comma"]],
            []
          ]
        ]
      ],
      [
        "vevent",
        [["summary", {}, "text", "another"]],
        []
      ]
    ]
  ]
]
