MindFusion.Scheduling for WinForms 릴리스

Released: Feb 15, 2026

5.8.5 버젼 업데이트

기능

  • Due to the removal of BinaryFormatter in .NET 9+, 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. You can continue to serialize tags in binary format by setting the UseXmlSerializer property of XmlOptions to false (and adding the BinaryFormatter NuGet package to .NET 9+ projects).
  • Complex Tag objects (class or struct...

Released: Apr 4, 2025

5.8.4 버젼 업데이트

기능

  • 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.

Released: Jun 19, 2023

5.8.3 버젼 업데이트

기능

  • The Opacity property now lets you create translucent items by applying it to the alpha channel of all colors in the Style.
  • Added a new ScheduleDB sample project demonstrates storing the schedule in SQLite database.
  • Added localizations for following languages: Chinese, Dutch, French, Italian, Japanese, Korean, Polish, Portuguese, Spanish, and Turkish.

수정사항

  • Fix for items not repainting immediately after changing StartTime and EndTime properties (also from standard AppointmentForm).

Released: Oct 10, 2022

5.8.2 버젼 업데이트

기능

  • Added Microsoft .NET 6 assemblies - The distribution now includes assemblies for .NET 6. Locally installed assemblies don't show automatically in toolbox at this time, you can either add them manually or through NuGet package manager.
  • Reorder resources
    • You can now enable the 'AllowReorderResources' property to let users reorder resource columns in timetable or resource view when GroupType is set. The 'ReorderIndicatorColor' and 'ReorderIndicatorWidth' properties let you customize the...

Released: Apr 18, 2021

5.8.1 버젼 업데이트

기능

  • Microsoft .NET 5 Support - The MindFusion.Scheduling distribution now includes assemblies for .NET 5. Design time support is not available at this time, you can add Calendar and other controls to a form using code.
  • Dark Theme - Two new dark themes have been added.

Released: May 16, 2020

5.8 버젼 업데이트

기능

  • JSON Serialization - Schedules can now be serialized into JSON format.
  • Added StartProcess, ProcessFileName and ProcessArguments properties to Reminder.
  • Added dedicated .NET 4.5+ assemblies.

Released: May 23, 2017

5.7 버젼 업데이트

기능

  • RangeSelector Integration - The Calendar control can now integrate with the new RangeSelector component in order to implement a timeline in the Resource view.
  • The rows in a Resource view can now be rearranged interactively. To enable this, set the AllowMoveRowHeaders property to Enabled.

Released: Mar 24, 2014

Updates in this release

Updates in V5.5

  • Added Visual Studio 2013 support.
  • Improved support for non Gregorian calendars.
  • New holiday provider can be used to supply major Australian holidays for a specific time interval.

Released: Apr 2, 2013

Updates in this release

Updates in V5.4.4

  • Visual Studio 2012 Support - MindFusion Planner .net now includes support for Visual Studio 2012.
  • Exporting - New exporter enables calendars to be exported to PDF.
  • Improved Custom Drawing - Items, including their shadows, can now be custom-drawn.

Released: Oct 31, 2011

Updates in this release

Updates in V5.2.1

  • Export calendars and reports to Excel
  • Weekends can be filtered out in single month and month range views
  • Icons and labels in the print preview toolbar can be customized
  • EnableWorkOnWeekends property specifies whether work time is also displayed on weekends