Scheduling a post using publish date from a custom field. Resulting post is set as published in the future instead of scheduled
Would this help? $status=”scheduled”; //you may need to change this $my_post[‘post_status’] = $status; Fond something from this link.