JZJeremy Zaborowskiinjeremydayslice.hashnode.dev·Nov 29, 2021 · 2 min readNylas JS SDK: Solving "you cannot update the status of participants" error when rescheduling an eventThis is a really quick post to help anyone else who has run up against an error while using the Nylas Node.JS SDK to reschedule an event. Context To edit an event using the SDK, you get the event, make changes to the properties and then call save() ...00
JZJeremy Zaborowskiinjeremydayslice.hashnode.dev·Oct 5, 2021 · 2 min readSvelte Snacks | Custom Events for Modal ActionsHere's a quick implementation of Svelte's handy custom events system. Background Our users can edit any part of their profile using a dynamic modal editor component. User Story As a user editing my profile, I want to be able to Publish or Cancel w...00