On Mon, Dec 10, 2012 at 3:58 PM, Elaine Bradtke <eb@efdss.org> wrote:
Our library is open the first and third Saturday of each month. I have not figured out how to set this up in the internal Koha calendar, there seems to be no obvious answer. We need a 'holiday' set for the second, fourth and occasional fifth Saturdays of each month. At the moment I've just made every Saturday a holiday rather than have books come due on a day we're shut. Does anyone know of a workaround (other than setting them manually?) Is there any other interest in the ability to designate a day of the week on a monthly basis, or is it just us? I wonder how difficult it would be to add this feature.
I'd use the API (C4::Calendar) to add those holidays through a Perl script. Otherwise do it by hand. I'm not sure the user interface would benefit from more complicated holiday definitions. Regards To+