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: 7
- 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: 7
- 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!
Re: Displaying Title of Reservation on Schedule view
Hi - It seems like the reservation label only applies to the "Bookings" view? How can I display the same reservation label on the "My Calendar" or "Resource Calendar" view?
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 'reservation.labels' and then 'my.calendar', change the settings to yours needs
The same for same for 'resource.calendar'
YZone
Login as Application Administrator /select 'gear wheel' / Application configuration
In the config.php file, look for 'reservation.labels' and then 'my.calendar', change the settings to yours needs
The same for same for 'resource.calendar'
YZone
Re: Displaying Title of Reservation on Schedule view
Thanks a lot!YZone wrote: ↑Wed Dec 02, 2020 2:17 pmHi,
https://filmyonline.eu/
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