Holidays

n757 wrote on Monday, November 16, 2009:

How do I add holidays on the calendar for all users?

Just starting with an evaluation of OpenEMR…  not finding any documentation to help with this question, no forum posts, nothing about PostCalendar anywhere.

TIA.

cfapress wrote on Wednesday, December 02, 2009:

At the present, there is no way to universally add an event to everyone’s schedule. It has to be done once per holiday for each provider. Unless, you are using the multi-provider option which is configured in `interface/globals.php`

Look for this line:

    // used in Add new event for multiple providers
    $GLOBALS = false;

Set it to ‘true’ and then create your holidays and choose each provider.

Does that work for you?
Jason