Skip to content

Commit e5ca196

Browse files
committed
Fix updateCalendarItems return
1 parent f854c93 commit e5ca196

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Calendar/CalendarAPI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public function updateCalendarItem(Type\ItemIdType $itemId, $changes)
173173
'SendMeetingInvitationsOrCancellations' => 'SendToNone'
174174
);
175175

176-
$items = $this->updateItems($request, $options);
176+
$items = $this->updateItems($request, $options)->getCalendarItem();
177177

178178
if (!is_array($items)) {
179179
$items = array($items);

0 commit comments

Comments
 (0)