The task plugin offers the possibility to run some background tasks through the core joomla task scheduler.
More information about the task scheduler can be found in the official Joomla magazine.
The event sync tasks does run an event sync of external calendars where database caching is enabled. YOu can read more about the different caching settings in the Cache Settings article.
The admin can define the following options in the parameters of the task:
The ticket send certificates task does send out certificates for checked in tickets where the event has been finished.
The admin can define the following options in the parameters of the task:
The booking deletions task does delete bookings on different criteria. When no criteria is set, then the task aborts. The criteria are combined, means that the bookings to delete must fullfil every criteria and not just one.
The admin can define the following options in the parameters of the task:
The event deletions task does delete events on different criteria. When no criteria is set, then the task aborts. The criteria are combined, means that the events to delete must fullfil every criteria and not just one.
The admin can define the following options in the parameters of the task:
The event reminder task does send out mails to the event attendees and/or authors on a specific date and time in relation to the start date for specific calendars. The most important parameter is the reminder time.
The reminder time can be a relative string like +2 days or an absolute date in ISO 8601 format. When a relative string is used, this means that the reminder is sent out when the actual date and time plus/minus the relative date is like the start date and not that the relative string is subtracted from the start date. More information about relative dates can be found in the PHP docs. For a better understanding, we list here some examples:
The admin can define the following options beside the reminder time in the parameters of the task:
As default are language strings set in the mail options. For these strings can language overrides be done when the site is multilingual. Otherwise the plain text can be put into the respective subject and message field. There is also a button to disable sending the mail to the author or attendee. This can be useful when the admin wants to send only to one part.
As it is very unlikely that tasks in Joomla are executed every minute, the notification tasks takes into account that reminders are sent for all events which do have a start date between the last execution time and the reminder time.
Comments (0)