![]() |
fhumanes 10/20/2022 |
Hello, The XLINESOFT template uses the FULLCALENDAR plugin where I have done tests and right now, I only see that the title of the appointment is exclusively TXT, could not put HTML (composition of information that you require). In this other solution, used by Daypilot, if HTML admits, so you could put a richer text. References:
Cheers, |
![]() |
1NET author 10/21/2022 |
So your solution is to completely change the javascript backend by including another solution that is going to cost another US$500 and not to use the existing system in phprunner? I've successfully included the Description of the job includuing the delivery area in the subject line by concat(job_description,' - ',delivery_area) as subject directly from the MySQL Code |
![]() |
1NET author 10/22/2022 |
The fix! EVENTS->CALCALENDAR->After Record Added $values["lastid"]=DB::LastId(); |
![]() |
Sergey Kornilov admin 10/22/2022 |
Thank you for sharing! |