我有一个带有Google日历的iframe:
<iframe name="iframe1" id="iframe1" src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%230c4da1&src=example.com" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
疑问:我可以使用CSS自定义Google日历吗?如果没有,我可以自定义吗?
我想改变字体大小,颜色等.
解决方法
Google日历会公开其API.它们在这里可用,这些是用于自定义Android日历应用程序布局的相同API.
https://developers.google.com/calendar/
您可以在这些API之上编写任何CSS /布局
可能没有关联,但有一个开源回购,可以帮助您,以防您只是在寻找谷歌日历活动.