You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new Call for Speaker component to be incorporated into the Event Create/Scheduler Component. This component will allow the event organizer to invite Speakers either publically or privately.
Please explore how this feature works on eventyay.com you can test it out by creating an event.
Preview of form component:
Please feel free to comment and ask questions, if any. Thank you!
The text was updated successfully, but these errors were encountered:
Hey @Dnouv, I am interested in working on this issue.
We can add this CFS component in the event create itself. The first step will be to set up a API method in the /app/lib folder to make a post request to the following open event API server end point - Endpoint
The end point takes 3 required parameters - announcement(string) , start date , end date . There is no problem taking announcements from input since it's just a string. For start and end dates we can use a form similar to create event form or we can use react datepicker package.
The next step is to create a form that takes all the input and make a onClick function that makes a post request to specified endpoint .
Create a new Call for Speaker component to be incorporated into the Event Create/Scheduler Component. This component will allow the event organizer to invite Speakers either publically or privately.
Please explore how this feature works on eventyay.com you can test it out by creating an event.
Preview of form component:
Please feel free to comment and ask questions, if any. Thank you!
The text was updated successfully, but these errors were encountered: