Menu

#2765 Change [Privat] to [Occupied]

open
nobody
None
1
2023-06-02
2023-06-02
Anonymous
No

Hello,

for data protection reasons, the titles may not be read by others. When I set the fields to private, "[Private]" appears in the calendar overview.
Is there a way to overwrite this value, e.g. with Occupied ?

Best regards

Discussion

  • Campbell Morrison

    In your config file set

    $vocab_override["en"]["private"] = "Occupied";
    

    If you are using another language change "en" as appropriate.

     
  • Anonymous

    Anonymous - 2023-06-02

    Unfortunately this only changes the display of when creating the appointment.
    But we need it in the calendar overview.

     
  • Campbell Morrison

    Try

    $vocab_override["en"]["unavailable"] = "Occupied";
    
     
  • Steve

    Steve - 2023-06-02

    Is there any way to show private fields on the kiosk mode? Unfortunaly i defined privat fields on the calender overview which are also shown at the kiosk mode?! Is there a way to "open" for example the name of the meeting only for the kiosk mode?

     
  • Campbell Morrison

    Not without changing the code.