TAdvLiveCalendar authorize

An extra scope (wl.offline_acess) is required to retrieve a refresh token for Live Calendar, .
You can add the extra scope in your application code before authentication is started.

Example:
  AdvLiveCalendar1.Scopes.Add('wl.offline_access');