Sign in to join the conversation:
Is there a way to automatically create an event on a Google Calendar based on data collected from a SmartSheet form?
Hi James,
Yes, there is!
Depending on the information you could add the date to Smartsheet and have that synced with a Google Calendar.
Another solution could be to use a third-party service like Zapier or similar.
Can you describe your process in more detail and maybe share the sheet(s) or some screenshots? That would make it easier to help. (share too, andree@getdone.se)
Would any of those options work?
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Hi James—
Check out our Google Calendar integration: https://help.smartsheet.com/articles/518535-syncing-your-smartsheet-and-google-calendars
People can submit to your sheet through the form, then that info can sync with a Google calendar!
Hi At https://developers.smartsheet.com/api/smartsheet/openapi/rows/rows-addtosheet the documentation says that a 'permaLink' attribute can be returned, "if the include query string parameter contains rowPermalink". So I've set my POST request to: /sheets/#{sheet_id}/rows?include=rowPermalink and sadly had no luck. I have…
Is new python sdk available for new end points. Is Sunset date moved to Jun-2026
We're looking to create a Gantt chart by inserting the data and creating the chart via the API (actually via the Java SDK, but either will do). Inserting the data is fine, but cannot seem to get the setDependenciesEnabled (which believe need for the Gantt ) or setGanttEnabled() to work… We think part of this is the order…