How can i add more info into the Calendar title
Right now i have a job type showing but i would like to also have the job price and time showing so i can quick see what kind of job it is based on price and see the job time?
My price and time area do not have a add to Calendar link
4 replies
-
In the date field there is a Show as option
Add a formula in here such as
'Job Type' + " " + 'Job Price' + " " + Time
Regards John
-
I can not get it to save it using text like that so i was able to get it to wors doing it visuarl
But it is al runnign togather how can i make it so each one is on a different line to read more easy? -
Running togather here is the right image.
-
Edward you need to key it in like John has stated. you need to extra space ie the + " " + that John has shown you to give you the word spacing.
Don't used the script builder but enter it manually in the script editor
'Job Type' + " " + 'Job Price' + " " + Time
Use the names of what you call your fields
Content aside
- 2 yrs agoLast active
- 4Replies
- 78Views
-
3
Following