We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ea137 commit f98ec58Copy full SHA for f98ec58
src/Calendar.php
@@ -52,7 +52,7 @@ public function saveEventToCalendar(\Microsoft\Graph\Model\Calendar $calendar, \
52
53
/**
54
* Make an event and return an event object of the type \Microsoft\Graph\Model\Event
55
- * this is a shortcut to creating an event object and setting all the bases properties.
+ * this is a shortcut for creating an event object and setting all the bases properties.
56
*/
57
public function makeEvent(string $starttime, string $endtime, string $timezone, string $subject, string $body, object $location_address, array $attendees = [], bool $isOnlineMeeting = false): \Microsoft\Graph\Model\Event
58
{
0 commit comments