Unfortunately, that doesn't help. The only info I've been able to get from the intent is the alarmTime and "android.intent.extra.ALARM_COUNT". How would I get the eventID from that? Or is there some other info hidden somewhere in the intent?
________________________________ From: Mark Sunghun Park <[email protected]> To: [email protected] Cc: don rhummy <[email protected]> Sent: Wednesday, February 20, 2013 5:10 PM Subject: Re: How do I get the calendar eventID from the notification's broadcast intent? Hi. Please see Android documentation for Calendar. http://developer.android.com/guide/topics/providers/calendar-provider.html On Thursday, February 21, 2013 4:31:28 AM UTC+11, Dawn Rhummy wrote: I have a broadcast receiver that listens for a calendar reminder event (when it pops up in the notification tray). It gets the Intent and the intent's action ("android.intent.action.EVENT_ REMINDER"), but I don't know how to get information about the calendar event from that intent. How do I get that from the Intent? > -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

