Subject: | when() and who() return no data even though the event has |
Howdy,
The when() and who() are not returning data but it definitely has the data (as evidenced by the body):
dumping: $e->title, $e->content->body, [$e->when], [$e->who]
gives:
'… title here …',
"When: Nam Mon NN, NNNN 10am to 11am\x{a0}
CST<br />
<br />Who: Test Calendar, you\@example.com, me\@example.com
<br />Event Status: confirmed
<br />Event Description: … actual description here …",
[],
[]