Search
GoogleCalendarImporter.importSchedule Method (String)
See Also
 






Imports the primary Google calendar.

Namespace: com.mindfusion.scheduling.importers
Package: com.mindfusion.scheduling.importers

 Syntax

Java  Copy Code

public SwingFuture<Schedule> importSchedule (
    String accessToken
)

 Parameters

accessToken

OAuth2 access token.

 Return Value

The imported Schedule.

 See Also