having an Office 365 family subscription, I'd like to use Microsoft Graph to query certain data from Outlook (events) and To-Do from within a web application.
Having had a look at the microsoft tutorials/quick start sessions, it seems that I have to register my application first to receive an access token.
Though, loggin in into Azure Portal with my personal Outlook account (with the O365 family subscription) I can not register an app/receive an token.
Am I missing something, or is Microsoft Graph only useable for business/educational subscriptions which are allowed to use Azure AD?
Thanks!