So here's a bookmarklet to import your Google Calendar events into a when2meet.
To use, simply drag the link below to your bookmarks bar.
Then go to any when2meet, log in to the when2meet with your name, and then click the bookmark. A popup message will ask you to authorize access to your Google Calendar. (You may need to turn off your popup blocker.)
Any calendars that are hidden on your Google Calendar won't be imported.
If you don't like dragging, you can make a browser bookmark with the following code as the url:
javascript:(function(){document.body.appendChild(document.createElement(
'script')).src='https://raw.github.com/jonahkagan/gcal2when2meet/master/
gcal2when2meet.js';})();
Please let me know if you have any issues or feature requests on the issues page.
Made by Jonah Kagan. Source is open on Github.