admin管理员组文章数量:1302277
I have shared [email protected]
's calendar with [email protected]
. Now, using [email protected]'s credentials
, I am creating a calendar event in [email protected]'s calendar
. The event notification is sent from [email protected]
.
However, when I update the event, the notification is sent from [email protected] instead.
Here is the code for event creation:
$calendarService->events->insert('[email protected]', $event, ['sendNotifications' => true]);
Here is the code for updating the event:
$calendarService->events->update('[email protected]', $event->getId(), $event, ['sendNotifications' => true]);
I want the email to be sent from the same email address, which is [email protected]
.
本文标签:
版权声明:本文标题:google workspace - If an event is updated, the notification is not sent from the shared calendar's email - Stack Overflo 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741676115a2391893.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论