manictime / custom-timeline-service-demo

Sample web server returning data to ManicTime Custom timeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Custom timeline service demo You can use Custom timeline to show your data from your own sources inside ManicTime. Custom timeline will ask your web service for data for each day. It will append two url parameters:

  • fromTime
  • toTime

Your service must use these parameters and return an xml response with result.

This is a demo webserver. You can reuse the Data transfer objects in your own code.

After you run it, open ManicTime, go to Timeline editor and add a Custom timeline. You can use one of three urls:

About

Sample web server returning data to ManicTime Custom timeline


Languages

Language:C# 85.3%Language:HTML 13.7%Language:ASP 1.0%