Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for automatic Google Meet link #29

Closed
50bbx opened this issue Apr 16, 2021 · 3 comments
Closed

Support for automatic Google Meet link #29

50bbx opened this issue Apr 16, 2021 · 3 comments
Labels
✨ feature New feature or request

Comments

@50bbx
Copy link
Contributor

50bbx commented Apr 16, 2021

Hey guys,

I have everything ready to add support for automatically generate a Google Meet link when creating an event. This is done on a per-event basis with a new column on the EventType table.

There are some nuances, but the main part is this, in the pages/api/book/[user].ts when creating the event:

{
  // ...
  conferenceData: {
    createRequest: {
      requestId: Math.random().toString(36).substring(7), // just generating any random string should do the trick
      conferenceSolutionKey: {
        type: "hangoutsMeet"
      },
    }
  }
}

If this is something you are interested in, I will do a PR.

@rittmang
Copy link

Was waiting for this, to be honest =D

@carl0s
Copy link

carl0s commented Apr 16, 2021

wow please me to!

@baileypumfleet baileypumfleet added the ✨ feature New feature or request label Apr 17, 2021
@MaZderMind
Copy link
Contributor

See #102 for a draft implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request
Projects
None yet
Development

No branches or pull requests

7 participants