Google Apps 日历 API 推送事件查询
很好地寻找了这个谷歌应用程序查询的答案,但找不到直接的答案,所以将这个问题发布到社区。
计划:我们有一个 Google Apps 域帐户,我们希望利用日历 API 并创建一个 PHP Web 应用程序,在触发时将事件推送到 Google Apps 域的所有用户的日历。
问:是否可以推送给所有用户?或者从我读到的内容来看,如果用户没有实际登录等并授权自己,就不可能实现这一目标?
Had a good hunt around for an answer to this google apps query but can't find a direct answer so going to flick this one out to the community.
The plan: We have a Google Apps domain account and we want to make use of the calendar API and create a PHP web app that pushes events to the calendars of all users of a google apps domain when triggered.
Question: Is it possible to push to all users? Or from what I read is this impossible to achieve this without the users actually being logged in etc and authorizing itself?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不相信这是可能的,不久前想尝试设置“推送到所有人”功能,但没有运气。
最好的安慰可能是创建一个共享用户/日历,然后在所有帐户之间共享。因此,日历标题为“ExampleEventsForGroup”的新用户将被共享回 Tom, Dick & 。玛丽,他们还可以在该日历上添加/修改事件,从而将事件推送回所有成员。
这是一种解决方法,但对我们来说,它有效!
瑞克
I dont believe this is possible, wanted to try and set up a 'push to all' feature a while back, but no luck.
The best consolation is maybe creating one shared user/calendar and then sharing that out across all of the accounts. So a new user, with calendar title 'ExampleEventsForGroup' would then be shared back to Tom, Dick & Mary, and they could also add/modify events onto that calendar, thus pushing back out to all members.
Its a workaround, but for us, it works!
Rick