schlosser / eventum

An event-driven CMS that syncs with Google Apps
21 stars 15 forks source link

Google Calendar Events magically don't have gplus ids #102

Open schlosser opened 9 years ago

schlosser commented 9 years ago

Can we figure out why in app/lib/google_calendar.py:GoogleCalendarAPIClient.update_event the codepath

if not event.gcal_id:
            # TODO: Why does this happen?
            #
            # If we don't have a reference if it's associate Google Calendar
            # ID, then create it fresh.  This raises still because it
            # *shouldn't* ever happen, but it does.
            self.create_event(stale_event)
            raise GoogleCalendarAPIMissingID('Missing gplus_id. Successfully '
                                             'fell back to create.')

ever gets executed?