Skip to content

Commit 82e74bf

Browse files
authored
Update MsGraphAdmin.php
1 parent d3a63c8 commit 82e74bf

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/MsGraphAdmin.php

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@
1616

1717
class MsGraphAdmin
1818
{
19+
public function calendarEvents()
20+
{
21+
return new CalendarEvents();
22+
}
23+
24+
public function calendars()
25+
{
26+
return new Calendars();
27+
}
28+
1929
public function contacts()
2030
{
2131
return new Contacts();
@@ -26,6 +36,16 @@ public function emails()
2636
return new Emails();
2737
}
2838

39+
public function events()
40+
{
41+
return new Events();
42+
}
43+
44+
public function files()
45+
{
46+
return new Files();
47+
}
48+
2949
/**
3050
* Set the base url that all API requests use
3151
* @var string

0 commit comments

Comments
 (0)