【问题标题】:How to send google calendar event invitations via SMS in android如何在安卓中通过短信发送谷歌日历活动邀请
【发布时间】:2017-06-18 03:53:37
【问题描述】:

有没有办法通过短信发送谷歌日历活动邀请链接(动态链接或深层链接),

如果是,我们如何以编程方式进行。

例如:- 我在我的手机日历中创建了兄弟的生日活动,现在我想通过短信与我的家人分享,在短信中创建一个活动链接,将活动添加到他们的谷歌日历。

【问题讨论】:

    标签: android google-calendar-api android-calendar deeplink


    【解决方案1】:

    即使来自 Sharing and Attendees。也许如果你能找到一种方法 通过短信发送this link

    //CALENDAR_ID is your email
    //day&dates format is YYYYMMDD
      https://calendar.google.com/calendar/embed?src=yourpersonalemail@gmail.com&mode=day&dates=20170203/20170203
    

    然后接收者可以复制链接,将其粘贴到他的浏览器并将事件添加到他的日历中。截至目前,Calendar API 提供的 SMS 支持是SMS reminders

    “短信” - 通过短信发送提醒。这些仅适用于 Google Apps for Work、Education 和 Government 客户。请求 为其他帐户类型设置的短信提醒将被忽略。

    【讨论】:

    • 谢谢@noogui...我会尝试使用您提供的链接并让您知道...再次感谢:)
    猜你喜欢
    • 2015-12-19
    • 2015-12-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-08-06
    相关资源
    最近更新 更多