Imports the primary Google calendar.
Namespace: MindFusion.Scheduling.Import
Assembly: MindFusion.Scheduling.Import
C#
![]() |
---|
public async Task<Schedule> Import ( |
Visual Basic
![]() |
---|
Public Async Function Import( _ |
OAuth2 access token.
The imported Schedule.
This method throws WebException if the request to https://www.googleapis.com/calendar returns error code. For example you could get a 403 status code with the exception if Google Calendar API is not enabled for your application in Google Cloud console.