Parameter:
Schedule_NoCalendarProfileShort description: Prevents the Schedule task from automatically creating or updating calendar profiles in foreign mail databases.
Profile
Parameter | Schedule_NoCalendarProfile |
Category | Mail / Router |
Component | Server |
Available since | R6 |
Supported versions | 9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5 |
GUI equivalent | notes.ini only (no GUI) |
Possible values | 0 = default behavior, 1 = auto-update suppressed |
Description
The
Schedule task normally updates the calendar profile in every mail file it processes – for example, to maintain free-time data or propagate default settings. Schedule_NoCalendarProfile=1 disables this behavior.Useful when calendar profiles are managed through policies or central scripts and the server should not introduce “back-door changes” via the Schedule task.
Example configuration
Schedule_NoCalendarProfile=1
Notes & pitfalls
- Rarely needed switch – only enable if a concrete problem exists.
- Can help in migration scenarios to avoid unwanted profile changes.
- Does not affect free-time lookup at runtime – only writes performed by the Schedule task.
- Pairs with policy-based calendar profile management.
- The change only takes effect after a restart of the Schedule task (
restart task sched).