To easily synchronise all your (recurring) conversations in the Learned platform with your calendar, you can use a calendar integration. We offer both an Outlook and a Google calendar integration.
Note ❗️: Every Learned user has to link a calendar according to their own wishes. This cannot be arranged by the Admin. It is also important to know that Learned only sends data (appointments) to the agenda and therefore does not retrieve any data.
Linking the calendar
To link your calendar to Learned, go to the following page in the platform:
Press your profile picture (bottom left) > Go to settings > Scroll to the Integrations section. Choose Google or Outlook (Office 365).
Press 'Connect' and go through the steps.
You also see in several places an option to link your calendar when this has not yet been done. For example, at the top of the evaluation page in a large banner:
Or when planning a conversation:
💡: Calendar integration only works if the e-mailadres of your calendar matches the e-mailadres you use logging into Learned.
& Do not use any sort of alias e-mail. This may cause errors.
Note❗️: When linking the Outlook calendar, you may receive a message that approval from the administrator of your Office365 environment is required. In that case, contact your system administrator and provide him/her with the following information:
For the Admin / System administrator
Addtional info for tenant rights in Google and Outlook.
Outlook:
scope = [
'user.read',
'MailboxSettings.Read',
'openid',
'email',
'calendars.readwrite',
'offline_access',
]
Scopes description: https://docs.microsoft.com/en-gb/graph/permissions-reference?WT.mc_id=Portal-Microsoft_AAD_RegisteredApps
You can search by scope name, for instance: User.Read
Google:
scope = [
'https://www.googleapis.com/auth/calendar.events',
'https://www.googleapis.com/auth/userinfo.email',
];
Scopes description: https://developers.google.com/identity/protocols/oauth2/scopes#calendar
You can search by scope name, for instance: 'https://www.googleapis.com/auth/userinfo.email'