wordpress - Creating an event using Events Manager and JSON API -


i'm creating app using json api plugin in conjunction events manager plugin in wordpress , want create event using create_post controller.

for example:

url:'http://yoursite.com/api/posts/create_post/?nonce=' + eventnonce + '&type=event&title=' + eventtitle, 

that's enough event created draft, i'm not allowed publish until have location , date info in proper format.

i found adding &location= or &date= doesn't work.

i tried custom parameters (&custom[_event_end_date]=) referenced in previous support question, none of works me.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -