dongyinting3179 2012-07-07 19:19
浏览 104
已采纳

Google calendar api - 将日历设置为公开?

I can successfully add a calendar, but unfortunately I can't embed that calendar on remote pages like I want to, because it's not set to public!

I can't find any references to setting the calendar's sharing settings/permissions to public.

EDIT: Found some more info: https://developers.google.com/google-apps/calendar/v3/reference/acl/insert

Seems like this is what I need, I'll report back with exactly how to do this..

EDIT #2: I'm getting good at this!

$rule = new AclRule();
$scope = new AclRuleScope();

$scope->setType("default");
$scope->setValue("");
$rule->setScope($scope);
$rule->setRole("reader");

$createdRule = $service->acl->insert($createdCalendar->id, $rule);
  • 写回答

1条回答 默认 最新

  • dongmei8511 2012-07-25 20:57
    关注

    Updated post with answer! Just had to set the "ACL" for default viewer (public) to reader!

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 程序不包含适用于入口点的静态Main方法
  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记