Reminders on shared calendar events don't propagate to the people accessing it

半腔热情 提交于 2019-12-24 14:26:09

问题


I created the events with the email remainder in the google calender and added guests to it to have them to receive the reminders also.

But it sends the reminder to me only and not to the others.

After I have searched for solution I have found a discussion here. In which I came to know that this feature is not available as of now. But so many peoples are asking the feature to be implement.

Still no solutions from people in google. I hope google will support for this feature.

I want to send reminders/notify to a SPECIFIC Member of my CALENDAR A using GAS, to whom I shared with:

CAL A = Owner (myself) Other members in CAL A = M1,M2,M3

When I create an event , followed by setting a addEmailreminder() and addSmsreminder() using GAS to the CAL A, I want the SPECIFIC member 'M1' ONLY to receive the EMAIL reminder & oly fr this PARTICULAR event & not by default fr all events & fr all members.

Hw to achieve this?

Restrictions:

  1. I dont want all members by default to get the NOTIFICATIONS.
  2. I dont want to set REMINDER fr all EVENTS in the SETTINGS PAGE, I need oly particular EVENTS to get reminder.
  3. I dont want INVITE/GUEST concept.

I want to implement this in my GAS coding. Is there any workaround to achieve this or Is there any direct way to achieve this which I may missed when I searched for.?

So Pls guide me to achieve this sending remainder for the particular persons for the particular events to be create in the particular calender.

Tnx, CL.


回答1:


Not being able to set reminders for other users, without their permission, is the expected behavior.

If you want send or setup custom reminders for guests, you have a couple of options within Apps Script that I know of:

  1. Create your own web app that runs as the user where the guest has to go to and authorize the Calendar service to create the event and reminders on their behalf.
  2. Create your own email reminders that a script of yours sends out to the guests automatically like the real GCal reminders do.


来源:https://stackoverflow.com/questions/17387534/reminders-on-shared-calendar-events-dont-propagate-to-the-people-accessing-it

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!