![No UI](https://img.shields.io/static/v1?label=UI&message=none&color=inactive) **DEPRECATED** - use the [configurable date sync](/celum_extensions/configurable-date-sync) instead The "Date to Availability Sync" plugin sets the availability of an asset dependent of an information field (e.g. license expired). [MINITOC] ## Properties To be configured in *{home}/appserver/conf/custom.properties*. ##### dateToAvailabilitySyncField.cronExpression > type: String, **required: yes**, default: `1 0 0 * * ?` (one minute after midnight) A [Quartz](http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html) cron expression specifying when the task should run. ##### dateToAvailabilitySyncField.expiredFieldId= > type: Long, **required: yes**, default: - The date field that determines the asset's availability. #### 1.0 Initial Version