Sending email notifications for Events via Google Calendar API

前端 未结 3 622
庸人自扰
庸人自扰 2021-01-18 05:14

I\'m using the calendar.events.insert API to add an Event to my Calendar via the PHP client. The event is being inserted correctly along with appropriate va

3条回答
  •  时光说笑
    2021-01-18 05:26

    For this you should set the "remindOnRespondedEventsOnly" value to "true".

    which means, Whether event reminders should be sent only for events with the user’s response status “Yes” and “Maybe”.

    You can find this information here.

    Hope that helps!

提交回复
热议问题