Results 263 issues of Clochix

This one works for me

When navigator goes offline, sync request fails, emit an error message, and then try again to sync, until it works. This seems reasonable, but if the error are logged, this...

[Reported on the forum](https://forum.cozy.io/t/calendrier-bug-calendrier-cible-reinitialise-au-calendrier-par-defaut-a-la-creation-dun-evenement/4326) When creating a new event, if we select a calendar, then go to a sub-window, for example to set up an alert, the calendar is reseted...

bug

Seen in error logs: ``` TypeError: Cannot read property 'isVisible' of undefined at RealEventGeneratorCollection.module.exports.RealEventGeneratorCollection.loadPreviousPage ``` Source: https://github.com/cozy/cozy-calendar/blob/master/client/app/collections/realeventsgenerator.coffee#L141

Seen in error logs: ``` error - calendar:client | TypeError: attendees.find is not a function at Event.module.exports.Event.isShared ``` Source: https://github.com/cozy/cozy-calendar/blob/master/client/app/models/event.coffee#L108 Ping @gregorylegarec

bug

Requested by email: « J'avais principalement besoin d'un agenda avec la possibilité de mettre des catégories aux événements »

enhancement

[Reported on the Forum](https://forum.cozy.io/t/calendrier-casse-v1-0-45/3905/7) and confirmed: ``` error - calendar:client | {"type":"error","error":{"msg":"TypeError: this.content is undefined","name":"TypeError","full":"TypeError: this.content is undefined","stack":"PopoverView@https://cozy.my.url/apps/calendar/javascripts/app-bb5da272.js:8491:11 ``` Source: https://github.com/cozy/cozy-calendar/blame/master/client/app/lib/popover_view.coffee#L143

bug

As suggested by Cofri [in the forum](https://forum.cozy.io/t/calendar-suggestion-possibilite-de-choisir-un-fuseau-horaire-a-la-creation-dun-evenement/942). We should add a TZ selector in Detail window.

enhancement
Good For First Contribution

For now, we can import external calendars by creating a Konnector. [Cyril suggests](https://cyrilnovel.cozycloud.cc/public/blog/agenda-et-contacts/) we could improve the process: - make the feature more discoverable (a link to Konnectors or an...

enhancement

After deleting all its calendars, a user is unable to create events. Creating a new calendar solves the issue. Here's the client side exception: ``` [2016-10-27 17:02:18:696] error - calendar:client...

bug