This Action will log offline time to your RescueTime account.
- API endpoint slug
- rescuetime.offline_time_post
- Filter code method
- Rescuetime.offlineTimePost.skip(string?: reason)
- Runtime method
- runAction("rescuetime.offline_time_post", {})
Action fields
- Label
- What date/time should this offline time begin?
- Helper text
- Most date-time formats should work (example: '2016-01-01 13:30:00')
- Slug
- start_time
- Required
- true
- Can have default value
- true
- Filter code method
- Rescuetime.offlineTimePost.setStartTime(string: startTime)
- Label
- What date/time should this offline time end?
- Helper text
- Use a date/time format (e.g. '2016-07-05 12:23:34') or the number of minutes since start time (e.g. '45').
- Slug
- end_time
- Required
- true
- Can have default value
- true
- Filter code method
- Rescuetime.offlineTimePost.setEndTime(string: endTime)
- Label
- What is the name of this activity?
- Helper text
- Common name for this type of activity (e.g. meeting)
- Slug
- activity_name
- Required
- true
- Can have default value
- true
- Filter code method
- Rescuetime.offlineTimePost.setActivityName(string: activityName)
- Label
- Are there any additional details for this activity?
- Helper text
- Details about this specific activity (e.g. 'Meeting with Bob.')
- Slug
- activity_details
- Required
- false
- Can have default value
- true
- Filter code method
- Rescuetime.offlineTimePost.setActivityDetails(string: activityDetails)