Automate Reddit
Explore Plans
Mobile menu Close menu
RescueTimeRescueTime

Log offline time

This Action will log offline time to your RescueTime account.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
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

Start time Text input > Other

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)

End time Text input > Other

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)

Activity name Text input > Other

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)

Activity details Text input > Other

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)