From dd75a4f81bb336227f7a0d3521b49f5b94ad895d Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Wed, 11 Feb 2026 18:23:46 +0100 Subject: [PATCH] Update GraphQL/API conferences for 2026 --- conferences/2026/graphql.json | 107 +++++++++++++++++++++++++++++++ scripts/config/validLocations.ts | 3 +- 2 files changed, 109 insertions(+), 1 deletion(-) create mode 100644 conferences/2026/graphql.json diff --git a/conferences/2026/graphql.json b/conferences/2026/graphql.json new file mode 100644 index 000000000..3807fdeeb --- /dev/null +++ b/conferences/2026/graphql.json @@ -0,0 +1,107 @@ +[ + { + "name": "Apidays Singapore", + "url": "https://www.apidays.global/singapore", + "startDate": "2026-04-14", + "endDate": "2026-04-15", + "city": "Singapore", + "country": "Singapore", + "online": false, + "locales": "EN", + "cocUrl": "https://www.apidays.global/legal/code-of-conduct", + "cfpUrl": "https://apidays.typeform.com/to/ILJeAaV8", + "cfpEndDate": "2026-04-13", + "twitter": "@APIdaysGlobal", + "mastodon": "@apidaysglobal@mastodon.social" + }, + { + "name": "GraphQLConf", + "url": "https://graphql.org/conf/2026", + "startDate": "2026-05-06", + "endDate": "2026-05-07", + "city": "Menlo Park, CA", + "country": "U.S.A.", + "online": false, + "locales": "EN", + "cocUrl": "https://graphql.org/conf/2026/code-of-conduct/", + "cfpUrl": "https://sessionize.com/graphqlconf-2026/", + "cfpEndDate": "2026-02-11", + "twitter": "@graphql", + "bluesky": "@graphql.org" + }, + { + "name": "Apidays New York", + "url": "https://www.apidays.global/new-york", + "startDate": "2026-05-13", + "endDate": "2026-05-14", + "city": "New York, NY", + "country": "U.S.A.", + "online": false, + "locales": "EN", + "cocUrl": "https://www.apidays.global/legal/code-of-conduct", + "cfpUrl": "https://apidays.typeform.com/to/ILJeAaV8", + "cfpEndDate": "2026-05-12", + "twitter": "@APIdaysGlobal", + "mastodon": "@apidaysglobal@mastodon.social" + }, + { + "name": "DevConf.CZ", + "url": "https://www.devconf.info/cz/", + "startDate": "2026-06-18", + "endDate": "2026-06-20", + "city": "Brno", + "country": "Czech Republic", + "online": false, + "locales": "EN", + "cocUrl": "https://www.devconf.info/cz/coc", + "cfpUrl": "https://pretalx.devconf.info/devconf-cz-2026/cfp", + "cfpEndDate": "2026-03-01", + "twitter": "@devconf_cz", + "mastodon": "@devconf_cz@fosstodon.org" + }, + { + "name": "Apidays London", + "url": "https://www.apidays.global/london", + "startDate": "2026-09-30", + "endDate": "2026-10-01", + "city": "London", + "country": "U.K.", + "online": false, + "locales": "EN", + "cocUrl": "https://www.apidays.global/legal/code-of-conduct", + "cfpUrl": "https://apidays.typeform.com/to/ILJeAaV8", + "cfpEndDate": "2026-09-29", + "twitter": "@APIdaysGlobal", + "mastodon": "@apidaysglobal@mastodon.social" + }, + { + "name": "Apidays Australia", + "url": "https://www.apidays.global/australia", + "startDate": "2026-10-28", + "endDate": "2026-10-29", + "city": "Melbourne", + "country": "Australia", + "online": false, + "locales": "EN", + "cocUrl": "https://www.apidays.global/legal/code-of-conduct", + "cfpUrl": "https://apidays.typeform.com/to/ILJeAaV8", + "cfpEndDate": "2026-10-27", + "twitter": "@APIdaysGlobal", + "mastodon": "@apidaysglobal@mastodon.social" + }, + { + "name": "Apidays Paris", + "url": "https://www.apidays.global/paris", + "startDate": "2026-12-01", + "endDate": "2026-12-03", + "city": "Paris", + "country": "France", + "online": false, + "locales": "EN", + "cocUrl": "https://www.apidays.global/legal/code-of-conduct", + "cfpUrl": "https://apidays.typeform.com/to/ILJeAaV8", + "cfpEndDate": "2026-11-30", + "twitter": "@APIdaysGlobal", + "mastodon": "@apidaysglobal@mastodon.social" + } +] \ No newline at end of file diff --git a/scripts/config/validLocations.ts b/scripts/config/validLocations.ts index 7484bc069..26182a3aa 100644 --- a/scripts/config/validLocations.ts +++ b/scripts/config/validLocations.ts @@ -57,7 +57,7 @@ export const validLocations = { Croatia: ['Dubrovnik', 'Labin', 'Opatija', 'Osijek', 'Rovinj', 'Sibenik', 'Split', 'Zadar', 'Zagreb'], Cuba: ['HolguĂ­n', 'Villa Clara'], Cyprus: ['Larnaca', 'Limassol', 'Paphos'], - 'Czech Republic': ['Prague'], + 'Czech Republic': ['Prague', 'Brno'], Denmark: ['Aarhus', 'Copenhagen', 'Odense'], 'Dominican Republic': ['Playa Dorada', 'Puerto Plata', 'Punta Cana', 'Santiago de los Caballeros', 'Santo Domingo'], Egypt: ['Cairo'], @@ -366,6 +366,7 @@ export const validLocations = { 'Miami, FL', 'Milwaukee, WI', 'Minneapolis, MN', + 'Menlo Park, CA', 'Modesto, CA', 'Mountain View, CA', 'Nashville, TN',