Our users track their leave times (vacations etc.) in an external system. Now we have the problem that we'd like to synchronize those with FogBugz, so that users do not have to keep several calendars/systems in sync.
So I wanted to implement a plugin which runs as daily task, but I didn't find out how to modify the users vacations. Is there an entity class? Or can I use the database classes to manage those records? Or do I have to connect to the DB directly via ADO (please not...)?