Code

Discussion on EventOn Rest API

Discussion on EventOn Rest API

Cart 68 sales

wpintegrate supports this item

Supported

This author's response time can be up to 1 business day.

37 comments found.

i sent an email regarding customization. what the cost to have the eventon rest api plugin to support ticket purchases and ticket qr code?

Hello there,

We just purchased your plugin and we get:

{ “code”: “rest_forbidden”, “message”: “You do not have permissions to do this operation.”, “data”: { “status”: 401 } }

We are running latest version of wordpress 6.1.1

We have also opened a ticket.

Can you please help us make the plugin work?

Best regards, Yiannis

http://mytzoumerka.gr.144-76-38-75.comitech.gr/wp-json/wp/v2/wpo_ajde_events

we get

code “rest_forbidden” message “You do not have permissions to do this operation.”

Please help us.

We have also send a ticket

Hi, You need to send basic auth with the request to authenticate your request.

Can tickets be purchased through the api?

Currently, we don’t support the ticketing feature using REST API but we can look into this, please send an email to info@wpintegrate.com

When do author plans to answer on support questions? This plugin isn’t working poperly!

Can you please let us know the issue that you are facing or you can directly contact us at info@wpintegrate.com

Check your support requests, I’ve sent already two of them!

Can you please let us know your email so we can check your request.

is it possible to get rsvped attendees with this api? I want to export the list and do things with powerautomate.

currently, we don’t support rsvp addons functionality in Rest API’s but rsvp is in our roadmap. We will update the plugin soon with rsvp option.

Thank you for your answer, but I did that as I explain but instead of updating, it creates a new event.. Can you give an example of the body of the POST request ?

You can download from your envato account > download section. If you are facing any issue, please mail us here: info@wpintegrate.com. We will send you plugin files.

I tried to upload your new plugin but I get the following error Fatal error: Cannot redeclare activate_wpo_eventon_api() (previously declared in /srv/htdocs/wp-content/plugins/eventon-rest-api/wpo-eventon-api.php:34) in /srv/htdocs/wp-content/plugins/wpo-eventon-api/wpo-eventon-api.php on line 36

I am using your API to create event I am not sure for some fields : Learn More Link ? I tried this but it does not work { “other_meta”: { “learnmore”: eventon.referenceUrl } }

Online zoom event ? I tried this but it does not work

{ “custom_fields”: { “_virtual”: [“yes”], “_virtual_type”: [“zoom”], “_vir_url”: [“myWebSite.com”] }, }

Can you help to set these fields

please mail us here: info@wpintegrate.com so we can schedule the meeting and look into this.

Yes, you need to pass event ID in quest string to update the event like this: https://siteurl/wp-json/wp/v2/wpo_ajde_events?event_id=7913 Please let me know if you have any questions?

Hi, the API to update events don’t work, it creates an additional event instead of updating the event targeted. I followed your doc which does not provide an example, but just says to pass the event ID as a query parameter, ok, what about the modifications, do we provide them in the body, do we provide only the updated fields (1) or all the fields (2) ? 1- I tried the first with and new event was created which is not what I expected. 2 – When I tried the second I received a 401, but I used the same account for basic AUTH which worked for create event. Thank you for your help

He Guys, is you plugin compatible with EventOn 3? I need to get participants RSVP data into Zapier, is this possible?

Thank you

Yes we support event on 3. However rsvp is an addon and not supported out of the box. Please email us at info@wpintegrate.com if you need any additional assistance.

Dear Support, is you plugin compatible with EventOn 3 ? We need to get participants RSVP data , is it possible?

Thank you

We responded via email. Thanks

I would also like to know how to strip the authentication code from the plugin since it’s not working for me even after I edited my htaccess file and tried everything. Please advise (I have already sent you an email regarding this issue).

Hi, Currently we don’t have any option to skip the authentication, data is available for registered users only. If you are facing any issue with authentication, then please send us details here info@wpintegrate.com

I wrote to you on April 21st, 20 (support) and have not received any response to date. There were 2 questions, I urgently ask for an answer. Thank you!

We don’t have a license code in our rest api plugin. I think you are using another plugin, please double check.

We checked it was the right plugin. We sent the purchasing code in our request: EventOn Rest API Regular License 6 months support (expires on 10 Oct 2020) Purchase code: a4d6819b-xxx-xxx-xxxxxxx899df

Please email us the screenshots of the error messages to info@wpintegrate.com so our support team can better assist.

I cannot activate the plugin with my purchase code. Get an error message: “License Key format is not a valid format!”

Thanks for the feecback. We will look into this and get back to you shortly.

I have a public form and I want to create a draft event from its submissions. Is that possible with your plugin ?

Yes, you will be able to write or create a new event via the eventon rest api plugin.

Hi developer, we need a proper documentation for adding a custom repeat date. Example: Good Friday for every year (12April2019, 15April2020, 18April2021). Please give us a full statement to update this on the API. Previously we receive this from your end but it still not working. Please have a check and provide us a proper documentation on how to update the above case:
“{ “title”: “test Title”, “content”: “Event content goes here”, status”, “starttime”: “2018-07-08 06:00:00”, “endtime”: “2018-07-08 23:50:00”, “other_meta”: { evcal_repeat”, “repeat_intervals”: [ [ “1588377600”, “1588463700” ] ], “evcal_rep_freq”: “custom”, “evcal_rep_gap”: “1”, “evcal_rep_num”: “1” } }”,

Could you please send us your contact email address, so we could send some details to you.

We have an updated version of the plugin for said.

You need to add json data like below example for custom recurring pattern. (Event dates should be added in repeat_intervals with timestamp). { “title”: “Rec Custom Event”, “content”: “Event content goes here”, status”, “starttime”: “2018-07-08 06:00:00”, “endtime”: “2018-07-08 23:50:00”, “other_meta”: { evcal_repeat”, “repeat_intervals”: [

[ “1588377600”, “1588463700” ] ], “evcal_rep_freq”: “custom”, “evcal_rep_gap”: “1”, “evcal_rep_num”: “1” } } You can check the documentation in EventOn Rest API menu as well in admin section.

Hi, please email me on iconcept.p3@gmail.com. I used your code but still unable to create a repeated event, the event is created with just a single start/end date.

We have since sent you an email on the account provided.

Hi. What differs yours compare to the official API?

1) Lifetime support no yearly subscriptions 2) Focused on rest api read, create, update and record deletion 3) Works in many scenrios and with third party tools (zapier, mobile apps etc)

Hi , we are trying to use the Create method to add records with “repeats”: { “repeats_on”: [ [ “2019-09-09 00:00:01”, “2019-09-09 23:59:59” ], [ “2020-05-02 00:00:00”, “2020-05-02 00:00:00” ], [ “2020-05-03 00:00:00”, “2020-05-03 00:00:00” ] ], “repeater_pattern”: { “repeat_frequency”: “custom”, “repeat_gap”: “1”, “repeat_numbers”: “1”, “repeating_weekdays”: ””, “repeating_week_month”: ”” } }, but it seems like the REST API fail to insert the Repeating values to the system. The record is added , but the repeats_on field is empty

The plugin was updated to resolve this issue. Please grab a fresh copy at your convenience.

Hi, we still facing the same issue. Can you write a doc for repeat_frequency=”custom” ?

Hi,

you need to send recurrence data properly, here is the example

“other_meta”: { evcal_repeat”, “repeat_intervals”: [ [ “1588377600”, “1588463700” ] ], “evcal_rep_freq”: “custom”, “evcal_rep_gap”: “1”, “evcal_rep_num”: “1” }

I am also getting the following error:

{code do not have permissions to do this operation.”,data}}

Even after following the instructions to edit my .htaccess file.

Please help.

What you are asking for is a customization which we don’t current support based on how the Eventon database is structured and how recurring events are created. As suggested before your best option is the date range filter which was referenced in this thread. All our supported endpoints and filters are documented for your usage. Please let us know if you need any additional information.

I have been unable to make this plugin work as required, and have instead decided to use the EventON API plugin made by the EventON authors..

You really need to deal with repeat events, as MANY event calendars will have them, and your plugin is not very useful without repeating event support.

Our solution does support recurring events. Could you be more specific as to what doesn’t work for you? The documentation can be seen here – https://wpintegrate.com/kb-article/eventon-rest-api-plugin-documentation/

Hi,

How can I enable Authorization Server Variable?

Now i dont got permisions:

{ “code”: “rest_forbidden”, “message”: “You do not have permissions to do this operation.”, “data”: { “status”: 401 } }

thanks!

You need to setup basic authentication on your website, to be able to access the rest api data. See: https://wpintegrate.com/kb-article/wordpress-rest-api-basic-authentication-with-http-authorization/

Hi. It’s possible to publish HTML content in ‘content’ field when do you create a new event? I’ve tried once, but it seems that HTML tags were removed. If HTML is disabled by default, do you know what can I do to enabled it? Thank you.

We’ll look into this and get back to you shortly.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey