Josh Lind

Results 80 comments of Josh Lind
trafficstars

Another option https://github.com/ekmartin/slack-pull-reminder

I tried this package, but it seemed broken and injected classes for unmentioned dependencies. https://github.com/tien271/react-add-to-calendar-recurring Looks like I should fork and start updating methods like `googleShareUrl`, etc.

https://github.com/jasonleibowitz/react-add-to-calendar-hoc/pull/58

I've been using this live for almost a year. Is it possible to get this reviewed/merged?

I feel ya. I'm willing to get this merged, mostly so other folks can use it. Maybe I can lend a hand with a few issues in the future.

This is very badly needed. It's not really possible to use this package without a bunch of poking around.

You need to... 1) Switch on the Sheets API in the Google Console 2) Create a service account in the Google Console 3) Invite the service account to the sheet

Can someone please document what the graphQL query is supposed to look like to use this plugin?

@stewest The confusing part is the table/type name, not the columns. In the example it's `allGoogleSheetPublicationsRow` I was only able to discover mine by hitting the local GraphQL endpoint `http://localhost:8000/___graphql`...

You're looking for... ```javascript __experimental_actions: ["update", /* 'create', 'delete', */ "publish"], ```