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
Some of the APIs inexplicably don't seem to be working. For instance, I can make a request to the Get sheet endpoint fine, but when I try to List columns with the exact same variables I get a 404 Not Found response (see attached screenshots). Have encountered this with several other endpoints (for instance, Attach file or…
I have a report that beautifully aggregates data from 70+ sheets. I need one column from that report to populate a helper sheet that I have: Source Sheets > Report > Helper Sheet As the report grows with data, I want the helper sheet to grow with it without manual intervention. Ergo, the API question. Here's what I know…
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…