MindFusion.Scheduling for .NET MAUI Releases

Released: Feb 19, 2026

Mises à jour de v1.1.3

Fonctionnalités

  • Added .NET 10 support.
  • Complex Tag objects (class or struct instances) are now saved using System.Xml.Serialization.XmlSerializer when saving a schedule to XML. SerializeTag and DeserializeTag still allow you to implement custom serialization.
  • Complex Tag objects (class or struct instances) are now saved using System.Text.Json.JsonSerializer when saving a schedule to JSON. JsonSerializeTag and JsonDeserializeTag still allow you to implement custom serialization.
  • JsonSerializeTag...

Released: Nov 12, 2025

Mises à jour de v1.1.2

Fonctionnalités

  • Added .NET 9 support.

Released: Jul 21, 2025

Mises à jour de v1.1

Fonctionnalités

  • Google Calendar Import:
    • The 'GoogleCalendarImporter' class 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.