Hi,
I've some reminders that I don't appear to be able to dismiss from my Google Calendar with version 1.0.3 of the add-on.
I've tried deleting and re-creating the calendars in Postbox, as well as deleting and re-creating the specific
calendar entries - but to no avail.
The debug log reports the following entries (slightly sanitized for the event titles):
Error: [calGoogleCalendar] Modifying item Event 1 failed:2147746065: A request Error Occurred. Status Code: 400 Bad Request Body: { "error": {
"errors": [
{
"domain": "global",
"reason": "required",
"message": "Missing time zone definition for start time."
}
],
"code": 400,
"message": "Missing time zone definition for start time."
}
}
Error: [calGoogleCalendar] Modifying item Event 2 failed:2147500037: { "error": {
"errors": [
{
"domain": "global",
"reason": "forbidden",
"message": "Forbidden"
}
],
"code": 403,
"message": "Forbidden"
}
}
Have you ever seen this?
Looking at the properties of the event, it looks like it's got a timezone - I'm in Dublin, Ireland, using GMT as my timezone at the moment.
Thanks,
Darren.