benjcunningham / googlecalendar

Easily access and modify calendars, events, and UI settings via the Google Calendar API
Other
12 stars 6 forks source link

Expanded query lookups are matching all events in calendar #15

Open benjcunningham opened 8 years ago

benjcunningham commented 8 years ago

Need to take another look at gc_event_query(). On a few of my personal calendars, using something like gc_event_query(q = "This should be unique") seems to be matching every event in the calendar.

This makes me think that I need to rewrite some of the event tests so that there is more than one event in the calendar so that we can be sure this kind of matching is actually working.