0
有什麼方法可以將我的Google日曆添加到StackPanel?將日曆添加到StackPanel
function calendar(app){
return HtmlService.createHtmlOutputFromFile('calendar');
}
**** HTML FILE ****
<html>
<iframe src="http://www.google.com/calendar/embed?src=davie.k12.nc.us_d2mv2eb8aspuant1vb5j6r3sis%40group.calendar.google.com&ctz=America/New_York" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</html>
我試過你的建議,但不斷收到錯誤。我必須做一些不正確的事情......你能幫忙嗎? –
什麼是錯誤? iframe路徑可能無法正常工作,因爲它位於[限制列表](https://developers.google.com/apps-script/guides/html-service-caja?hl=en) –
錯誤:找不到方法添加(HtmlOutput) 。 –