I am exploring the Google Glass APIs. How do I create events or reminders in the Google Glass calendar for an end user? The XE11 release notes say there are options for end users to access their calendar but I could not find how to programmatically add events to it.
Asked
Active
Viewed 286 times
1 Answers
1
The calendar integration is actually with the Google Calendar. You can use the Google Calendar API to add events, then Google Glass will take care of showing the events at the appropriate timing, according to the current Google Calendar integration within Glass.

Pasha Bitz
- 787
- 6
- 9
-
1thanks for the reply. "according to the current Google Calendar integration within Glass" does it mean that Glass is not having in built calender like Android device ? – Steve Jan 27 '14 at 06:02
-
Yeah, the integration mentioned is integration with Google Calendar, not an Android calendar. – Pasha Bitz Jan 29 '14 at 00:02