Plugin Developer Discussion

Discussion for FogBugz Plugin developers

Vacation List

Is there a way to get vacation / holiday list for the specific person?
Yuriy Baltovsky Send private email
Wednesday, July 29, 2009
 
 
We don't expose it in an API, but you can query the "Holiday" table directly.  It exposes the following columns:

From http://www.fogcreek.com/FogBugz/KB/dbsetup/FogBugzSchema.html ...



Table: Holiday

The Holidays table contains one row for each holiday you have created when customizing your working schedule.
Columns

    * ixHoliday (int(11)) - AutoNumber primary key.
    * ixPerson (int) - The person taking this holiday, or 0 for site-wide.
    * sHoliday (nvarchar(255)) - Name of the holiday.
    * dtHoliday (datetime) - The date and time when the holiday occurs. Timezone-agnostic.
    * dtHolidayEnd (datetime) - The date and time when the holiday ends. Timezone-agnostic.
David Fullerton Send private email
Thursday, July 30, 2009
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics
 
Powered by FogBugz