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!
I am attempting to use the Python example for Listing Folder Children from the API Reference Docs. No matter what I do I get the following error message: {'errorCode': 1006, 'message': 'Not Found', 'refId': 'qgsta7'} =======CODE======= import requests import os from dotenv import load_dotenv from dotenv import…
Hi all. Just started work on the pending API deprecations and after changing my Maven Test POM to specify the 3.10.0 library (and only this library as a dependency I'm getting the error thrown (see attachment). Do I need to specify transient dependencies explicitly? Thanks, Todd.…
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…