为日历多日活动发送短信

Send SMS for Calendar multi-day events

我们有一个包含多日活动的团队日历。我们想在 UTC +2 /9 a.m 发送每日短信提醒。 (对应用程序使用 Twilio 或 Google)。

很遗憾,为期多天的活动将于 00:00:00 开始。

知道如何解决这个问题吗?
有简单的解决方案吗?

不幸的是,如果您计划在 AppScript 端实现它,解决方案绝非易事。由于 Google 已停止 SMS Services for reminders, it looks like Twilio is your only viable option of the two in order to send those messages. You would need to read Calendar for the events and using Time-driven triggers,因此向每位成员发送有关这些活动的短信。但是,需要弄清楚如何将这些文本传播给合适的人(根据与会者的说法)的逻辑,因为发送这些文本的联系人将存储在 Twilio 中。

但是,使用 Calendar API in order to receive the required information and using Twilio Appointment Reminder 的组合来发送所需的提醒可能是一个更好的选择。