ql-events icon indicating copy to clipboard operation
ql-events copied to clipboard

The Events Calendar binding to WPGraphQL

Results 34 ql-events issues
Sort by recently updated
recently updated
newest added

# Summary - Implements #36 - Adds `Attendee` Interface type along with the `attendee` connections from `RootQuery` and `Event`. - Adds `OrderInterface` _(Couldn't rename WooGraphQL's **Order** type)_ interface type. -...

enhancement
new query
new mutation
new type

GraphQL always pulls in a blank string for venue addresses. State, Zip, and Country fields work just fine. Even the geolocation.address works for venues, which I am using now in...

bug
awaiting author response

This PR fixes `organizers` so it returns null if no organizers are set for the event. Fixes #13

code review

In https://github.com/the-events-calendar/ql-events/issues/34, the case presented was for an admin to create and save reusable custom ticket fieldsets. It's also possible for an admin to create a one-off ticket fieldset that...

enhancement
effort-5
feature request

As a WP TEC admin, I would like to see the ticket fieldset options chosen by event attendees in the Attendee information screen. From the front-end of a site using...

enhancement
effort-8
feature request

In TEC admin area, it's possible to add and save custom fieldsets that can be used across multiple classes. An image of creating a fieldset from the admin area follows:...

enhancement
effort-8
feature request

I don't know if I'm missing something but I can't find a way to fetch the past event, but only the future events of the date of fetching

feature request

I'm finding that for events that do not have an organizer, my graphql returns every organizer in the whole database. ![Screen Shot 2020-10-08 at 4 43 22 PM](https://user-images.githubusercontent.com/68076996/95516831-726d5400-0985-11eb-9daa-07ab1db2552e.png) ![Screen Shot...

bug

After learning from @craigwilcox and @kidunot89 that this plugin is no longer abandoned, it makes sense to backport the functionality implemented in [wp-graphql-tec](https://github.com/justlevine/wp-graphql-tec). Important notes about the fork: - It...