Page 1 of 1

Displaying Title of Reservation on Schedule view

Posted: Wed Dec 02, 2020 11:52 am
by angelcatanoflores
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

Re: Displaying Title of Reservation on Schedule view

Posted: Wed Dec 02, 2020 2:17 pm
by YZone
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

Re: Displaying Title of Reservation on Schedule view

Posted: Thu Dec 03, 2020 11:03 am
by angelcatanoflores
Thankyou! New to the system so still finding my way around it. Cheers!

Re: Displaying Title of Reservation on Schedule view

Posted: Wed Apr 13, 2022 12:29 am
by hungc
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

Posted: Tue Apr 19, 2022 6:56 am
by YZone
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

Re: Displaying Title of Reservation on Schedule view

Posted: Wed Apr 20, 2022 2:06 am
by hungc
Thank you!

Re: Displaying Title of Reservation on Schedule view

Posted: Sun Sep 25, 2022 3:34 pm
by AnnanBone
YZone wrote:
Wed Dec 02, 2020 2:17 pm
Hi,
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
Thanks a lot!