the-events-calendar / ql-events

The Events Calendar binding to WPGraphQL
15 stars 7 forks source link

[feature-request] Add ability to query the Subscribe URLs #52

Open ghost opened 1 year ago

ghost commented 1 year ago

Would it make sense to add the ability to query the Subscribe URLs? Most local Calendar clients such as Microsoft Outlook require an ICS file and I don't want to have to replicate the functionality of generating the ICS file on the fly in my frontend framework (Next.js) if I don't have to.

EDIT: I found this library that might negate the need for this however:

https://github.com/add2cal/add-to-calendar-button-react

Thought I'd mention in case it helped anyone else!