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 d3a63c8 commit 82e74bfCopy full SHA for 82e74bf
src/MsGraphAdmin.php
@@ -16,6 +16,16 @@
16
17
class MsGraphAdmin
18
{
19
+ public function calendarEvents()
20
+ {
21
+ return new CalendarEvents();
22
+ }
23
+
24
+ public function calendars()
25
26
+ return new Calendars();
27
28
29
public function contacts()
30
31
return new Contacts();
@@ -26,6 +36,16 @@ public function emails()
36
return new Emails();
37
}
38
39
+ public function events()
40
41
+ return new Events();
42
43
44
+ public function files()
45
46
+ return new Files();
47
48
49
/**
50
* Set the base url that all API requests use
51
* @var string
0 commit comments