Phasedio / webapp

1 stars 0 forks source link

GCal Event webhook assignments don't respect ranges #99

Closed daveriedstra closed 7 years ago

daveriedstra commented 8 years ago

When registering webhooks for the Google Calendar automated postings, the Google server doesn't resect the timeMin and timeMax bounds we've requested. As a result, our server is hit whenever ANY event in any registered calendar is modified, removed, or added. This will eventually result in way too much server action (and possibly put us close to Google API usage limits?)