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

This PR adds partial support for [Virtual Events extension](https://theeventscalendar.com/products/wordpress-virtual-events/). ## What it includes: The meta fields from `src/Tribe/Models/Event.php`: `isVirtual` `virtualUrl` `virtualEmbedVideo` `virtualLinkedButton` `virtualLinkedButtonText` `virtualShowEmbedAt` `virtualShowEmbedTo` `virtualShowLeadUp` `virtualIsLinkable` `virtualIsImmediate` `virtualShouldShowEmbed` `virtualShouldShowLink`...

I'd like to rename `eventsCategory` to `eventCategory` (and `eventsCategories` to `eventCategories`. It would follow the standard nomenclature `{singleGraphqlName}{Taxonomy}` and bring it in line with other WPGraphQL projects (e.g. woocommerce). Also,...

Hi @kidunot89, We're getting some errors from the structured data tool regarding the output of linked data for ld+json tags. ``` query MyQuery { events { nodes { linkedData {...

Hi @kidunot89, We've just noticed we can't get to additional sessions that are added to classes. They are called a series on the front end, but I believe the query...

Even when an event is marked as featured, the graphql field returns false.

Tested with: The Events Calendar 6.2.2.1, 6.2.3+ The Events Calendar Pro 6.2.4 QL Events 0.3.1 Since TEC 6.2.3, the databaseIds returned when performing an `events` query does not match the...

I've encountered an issue where none of my where queries return the expected results when I set the option to hide subsequent recurrences of events to true. This problem seems...

Tested in both: TEC 6.1.3 + Pro 6.1.1 (with ql-events/feature/events-query-fix PR, otherwise `events` query returns empty, see #59 ) TEC 6.0.3.1 + Pro 6.0.2 QL events 0.3.0 When using graphQL...

bug

When used with gatsby-source-wordpress, version 0.3.0 returns all events on a site during the sourcing phase. Version 0.3.1 only returns one request's worth of events. gatsby-source-wordpress has a schema /...

Greeting team, I'm new to GraphQL ... and obviously to ql-events. (I installed 0.3.1 ) I was able to make a few queries on event with the query Composer like:...

question