I'm creating a watchface for Android Wear which will display calendar 
events. Based on this page 
<https://developer.android.com/training/wearables/watch-faces/information.html> 
(and 
the WatchFace sample provided in the SDK), I managed to query the next 
events for the day, and display them on my watchface (below is the code I 
use to query the events).

The problem is that recurring events are not returned in the cursor, and 
thus are not displayed on the watch face. Is there any parameter to add in 
the query to get recurring events ?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to