Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、カレンダー イベントの時間と名前にアクセスするには、次のように記述できます。
$startTime = $event->Start; $endTime = $event->End; $subject = $event->Subject;
ただし、次のようにしてイベントの本体にアクセスすることはできません。
$body = $event -> Body
代わりに、別の応答を作成し、イベントの拡張プロパティを調べる必要があります。