Sample Code
DOVICO has built a few applications that interact with our Hosted Services
API. These compiled applications and source code are available in
GitHub's repository. The source code is made available at no charge
and can be freely modified and distributed by software developers
as permitted by the MIT License.
Available code at GitHub
https://github.com/dovicoapi
- AndroidTimeApp: A native Android OS app that allows
for time entry via an Android device (uses the DOVICO API).
- TimeEntryStatus: A small Java App that allows a person
to view the status of time entries, of one or more employees,
over the previous 30 days.
- ImportExportTool: A small Java App that allows a person
to import and export data.
- SubmitEmployeeTime: A small Java App that allows an
Administrator to view an employee's time and optionally submit
it.
- AssignmentTreePicker : An Assignment Tree Picker control
that shows an employee's assignments - Use in your apps (Visual
Studio 2010, C#, .NET Framework 4.0, IIS 7 Integrated Mode (this
can be configured for Classic), HTML, CSS, JavaScript, jQuery).
- DotNetCommonLibrary: A library for .NET applications
to help handle common DOVICO API tasks (Visual Studio 2010, C#,
.NET Framework 4.0 - you can download the dll if you wish) .
- JavaCommonLibrary: A library for Java applications to
handle common DOVICO API tasks.
Usage Restrictions
DOVICO requires that the following MIT License be included.
The MIT License (MIT)
Copyright (c) 2025 DOVICO Software Inc,
http://www.dovico.com
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom
the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.