MindFusion.Scheduling for WPF V3.5.4

Released: May 1, 2025

V3.5.4 中的更新

特性

  • Google Calendar Import:
    • The GoogleCalendarImporter class now lets you import a user's calendar events as Appointment objects in a Schedule. In order to gain access to user's calendar data, you must create a project in Google Cloud console, enable Google Calendar API and request the appropriate scopes. Implement OAuth2 flow to get an access token representing user's consent, and pass it to Import methods.