raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.02k stars 2.75k forks source link

[Cal.com - Share Meeting Links] #13215

Open NormCopeland opened 1 week ago

NormCopeland commented 1 week ago

Extension

https://www.raycast.com/cal/cal-com-share-meeting-links

Description

I would like to be able to copy the private link for an event type from the Raycast extension. For one of my events I have enabled the Enable Private URL option, however copying the meeting link from the Raycast extensions only gives me the regular link.

Who will benefit from this feature?

Anyone who is using the private URL feature.

Anything else?

No response

raycastbot commented 1 week ago

Thank you for opening this issue!

🔔 @eluce2 @peduarte @pernielsentikaer @AlexIsMaking you might want to have a look.

💡 Author and Contributors commands The author and contributors of `cal/cal-com-share-meeting-links` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.
jfkisafk commented 1 week ago

I don't think it is possible at the moment. Both the GET /event-types and GET /event-types/{id} API(s) (source) do not return the hashedLink generated on the website when enabling private urls.

In ideal case scenario, Cal.com's backend should return private url in the event's link string rather than regular link. Trying to see if we can open feature request. https://github.com/calcom/cal.com/issues/15619

AlexIsMaking commented 1 week ago

I had a look at this earlier too and it doesn't look like there's an endpoint that'll generate a private URL either unfortunately.