Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can i configure custom appointment types?

0
10 Posted

How can i configure custom appointment types?

0
10

Execute the following command to add custom appointment types. Defaults write NSGlobalDomain SkyScheduler_customAppointmentTypes \ ‘({icon=”myApptypeIcon.gif”;label=”my appointment type”;type=”my_apptype”})’ The file ‘/.libFoundation/Defaults/NSGlobalDomain.plist’ also can be edited directly: SkyScheduler_customAppointmentTypes = ( { icon = “myApptypeIcon.gif”; label = “my appointment type”; type = “my_apptype”; } ); The ‘myApptypeIcon.gif’ must be present in the WebServerResources directory /usr/local/share/opengroupware-1.0a/www/English.lproj.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123