问题描述
我正在尝试为Google创建一种解决方法,不允许任何人添加到全局日历,因此我开始进行研究,发现事件机器人,它使我可以根据发送的电子邮件添加会议.
I am trying to create a work around for Google not allowing anyone to add to a global calendar, so I started doing research and found eventbot, which allows me to add a meeting based on an email that I send.
这是我的想象,但我不知道如何工作.
Here is what I imagine, but I don't know how to work it.
- 我有两个不同的全局日历
- 使用QR码,然后由电子邮件地址eventbot给我,扫描该代码,在所需的主题行中键入内容,然后在我的个人日历上创建该事件.
这里是我需要咨询的地方:
Here comes where I am in need of advice:
- 每个活动都会有一个短语(姐妹/兄弟),如果我的日历中看到姐妹"一词,它将把默认日历从我的个人日历更改为姐妹"日历或兄弟"相同的东西.
这似乎很简单,我只是对Google不够熟悉,不知道从哪里开始,或者将我的脚本放入我的google帐户中.我也不知道是否有可以使用的API.
It seems like a simple enough task, I am just not familiar enough with Google to know where to start, or to put my script in my google account. I also don't know if there is an API I could use.
还有其他人想到过吗?关于从哪里开始有什么想法?
Has anyone else thought of this? Any ideas on where to begin?
推荐答案
我发现了一些对我来说更有效,更合适的方法,但没有回答我的原始问题: http://librariansonthefly.blogspot.com/2013/12/creating -google-calendar-appointments.html
I found something that works better for me and is a better approch, but doesn't answer my original question:http://librariansonthefly.blogspot.com/2013/12/creating-google-calendar-appointments.html
这篇关于多个Google日历,可根据事件名称更改日历的脚本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!