mathisdt / trackworktime

Android app to track your work time via WiFi or location and categorize each recorded intervall by a predefined client/task and a free text.
https://zephyrsoft.org/trackworktime
GNU General Public License v3.0
136 stars 30 forks source link

[Feature Request] Calendar Integration #285

Open switchupcb opened 5 months ago

switchupcb commented 5 months ago

Feature Request

An application or plugin can be created that extends the features of trackworktime to include calendar integration.

Implementation

  1. Read entry files stored from trackworktime folder.
  2. Parse and log to calendar.
  3. Let user configure conditions to determine whether entry is logged as a calendar event and how (e.g, location, name, etc).

Related