Hello
I would like to know if it is possible to display the Title of Reservation rather than the user name on the Schedule view, preferably if it can be done for individual users (like admin scheduling for other people).
Cheers
- Ángel
Displaying Title of Reservation on Schedule view
-
- Posts: 4
- Joined: Wed Dec 02, 2020 9:47 am
Re: Displaying Title of Reservation on Schedule view
Hi,
Login as Application Administrator /select 'gear wheel' / Application configuration
In the config.php file, look for 'schedule' 'reservation.label' and change to you needs.
You can set it to the same settings as the 'reservation.labels' 'my.calendar' further down in the config file.
From the Help button: Available tokens for reservation labels are {name}, {title}, {description}, {email}, {phone}, {organization}, {position}, {startdate}, {enddate} {resourcename} {participants} {invitees} {reservationAttributes}. Custom attributes can be added using att with the attribute id. For example{att1} Leave it blank for no label. Any combination of tokens can be used.
YZone
Login as Application Administrator /select 'gear wheel' / Application configuration
In the config.php file, look for 'schedule' 'reservation.label' and change to you needs.
You can set it to the same settings as the 'reservation.labels' 'my.calendar' further down in the config file.
From the Help button: Available tokens for reservation labels are {name}, {title}, {description}, {email}, {phone}, {organization}, {position}, {startdate}, {enddate} {resourcename} {participants} {invitees} {reservationAttributes}. Custom attributes can be added using att with the attribute id. For example{att1} Leave it blank for no label. Any combination of tokens can be used.
YZone
-
- Posts: 4
- Joined: Wed Dec 02, 2020 9:47 am
Re: Displaying Title of Reservation on Schedule view
Thankyou! New to the system so still finding my way around it. Cheers!