-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to import any .XML file into Tasker Tasks #61
Comments
Okay so I was able to import tasks by copying and pasting the scripts within the links and creating new files with tsk.xml. But now I'm not sure how to use the imported tasks. For example, in "create time entry", what do I need to edit from the imported task so that an entry can be created in my toggl account? |
Most of the tasks come with the variables pre-inserted, so for instance in the "Create Time Entry" task you have
The javascriptlet will add to the body of the POST any variable that isn't a space (I want the fields to be present in the task and I can't leave the field empty, so a space must do), on its own. In the case of "Create time entry" I think you can actually leave all of them empty, I don't believe any are required, though if the time entry is not created correctly I would suggest checking the Toggl API docs to know what the required fields are - I usually insert a value of "REQUIRED" in the variable if it is, but I might have missed some. |
I am also having this problem with Start Time Entry. I have filled in the project ID and the created with field, but tasker gives the error 'Bad Data Format' Any ideas on what is causing this? |
I'm unable to import any of the .XML files into Tasker -- when I long-press Tasks>Import and select your .XML file, Tasker says "Error: bad data format." What am I doing incorrectly?
(Sorry for the double-post, I thought I was starting a new thread.)
The text was updated successfully, but these errors were encountered: