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

Removing Video Call Link and Invitee Phone Number from Google Calendar Invitation #120

Open
korymcandrew opened this issue Oct 30, 2016 · 3 comments

Comments

@korymcandrew
Copy link

If you refer to the yellow squares in the attached screenshot, we currently have two issues:

  1. The Phone number of the person being invited is being displayed in the invitation and
  2. The Video Call link is being displayed even though we have not specified one.

Is there a way to remove these?

timekit_invitation

@laander
Copy link
Contributor

laander commented Nov 1, 2016

@korymcandrew
The customer phone number is added because you're passing the data when creating in the booking (in the event.description field). If you're using booking.js, it happens automatically when you enable the phone field. The voip + phone + comment fields are saved in the event description automatically so we can easily show it directly in Google calendar. How would you expect it to work?

The Hangouts link gets automatically generated by Google when creating new events. There is an option to disable it through their API, but we currently don't support that, sorry.

@korymcandrew
Copy link
Author

Thanks laander, you led me to a solution for my first issue. We simply now pass in a real description for the event which prevents the display of the invitee phone number in that section of the invitation.

For the Hangouts link, okay, we can live with it for now. Can we keep this ticket alive for that as a feature request or would you like me to create a new one?

Thanks in advance.

@madalena-as
Copy link

Hi @laander ,

Is this issue already solved? I would also like to remove the hangouts link from the google invites, but don't know how.

Thanks in advance,
Madalena

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants