Replies: 2 comments
-
Have you checked out the REST API, specifically the create_event call? It might do what you want. If not, I will look into adding the ability to bulk-import a JSON file or something. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Today I used a little bash script with curl to create about 320 new events using the create_event call. Works really well. I looped over my csv file, took a json template for a new event, replaced my placeholders with the real data and called the service. Pretty simple. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have about 20 jobs I add to cronicle every once in awhile. Right now I am copying each one and editing some details. Would it be possible for me to create a script, or a list of jobs that I could find/replace to edit in notepad and inject into cronicle somehow?
Beta Was this translation helpful? Give feedback.
All reactions