Set event times
documentedSets new times for an event-type resource.
Availabilityno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.planyo.com/rest/?method=set_event_times" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "method=set_event_times&event_times={{$event_times}}&resource_id={{$resource_id}}&language={{$language}}&api_key={{PLANYO_API_KEY}}&hash_timestamp={{$hash_timestamp}}&hash_key={{$hash_key}}"