Sign in to join the conversation:
Hello,
I am trying to get a calendar on Smartsheet to sync with a SharePoint calendar.
I have realized that there needs to be a flow involved to connect the two. When I try to set up a flow on SharePoint it does not connect on Smartsheet.
Thank you!
Hi Brooke,
You might check with SharePoint support to troubleshoot further: https://support.office.com/en-us/sharepoint
Otherwise, you can publish the Calendar view of your sheet as an iframe on a SharePoint site: https://help.smartsheet.com/articles/522078-publishing-smartsheet-items
There is a solution to this situation that involves merging the "Publish Link" from the Calendar App into the Embed Code from the sheet creating a new Embed Code URL to use in SharePoint. I have attached a PDF with the steps to take. Let me know if you have questions. @Koleen Steiner
I have just recently found use cases where I needed Bridge. I created a sheet with unpivotted data. I have a love/hate relationship with the tool for now. I really like flexibility and power, what I don't like is how difficult it is to troubleshoot and in some ways manage the workflows. Seems to be some sensitive points…
raise HttpError(rex, "SSL handshake error, old CA bundle or old OpenSSL?") from rex smartsheet.exceptions.HttpError: (SSLError(MaxRetryError("HTTPSConnectionPool(host='api.smartsheet.com', port=443): Max retries exceeded with url: /2.0/sheets (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED]…
Hi Guys I have created a code which will push the latest ticket from ServiceNow Platform into Smartsheet using the Smartsheet API. I am trying to use the POST method to push the row to Smartsheet but due to some reasons it is not getting inserted even if in the activity log it keeps showing as row inserted. When I tried to…