Unfortunately, AAD Graph API does not support to get the calendar. See all the AD Graph APIs here: Azure AD Graph API reference. The MS Graph API and AD Graph API are different, they will have some features different from each other.
In the official doc, Microsoft strongly recommends that you use Microsoft Graph instead of Azure AD Graph API. They are no longer updating the content of AD Graph API regularly and Microsoft Graph is where they are investing for Microsoft cloud services.
As you may have found, you could use MS Graph API : Get calendar to do that. Besides, for more details about the difference between MS Graph API and AD Graph API, see this link : What is the difference between Azure AD Graph API and Microsoft Graph API.