I am developing a site to add events to a Google Calendar using code from this blog post.
Now I want to set a reminder for each event that is set 15 minutes before the event.
Can anyone give me some direction on how to achieve this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Setting a reminder when creating an event is very easy. You just have to add a couple additional lines to the
<gd:when></gd:when>tag.Here’s an updated
addEvent()method that includes support for reminders:And you would call it like this: