1# Changelog
2
3## 3.0.4 – 2021-12-28
4### Fixed
5- Calendar picker in the editor sidebar
6
7## 3.0.3 – 2021-12-21
8### Fixed
9- Events editable by anyone
10- Time display for short events
11- Event title cut off even for long events with enough display space
12
13## 3.0.2 – 2021-12-15
14### Fixed
15- Previous/next month buttons
16- Cancelled and free events cause appointment slot conflicts
17- User deletion SQL error
18- User doc URL
19- Outdated screenshots
20- Appointments booking page with mobile browsers
21
22## 3.0.1 - 2021-12-01
23### Fixed
24- PHP7.2 syntax errors
25- Usage of Nextcloud 21+ API on Nextcloud 20
26- Vertical padding of the appointments booking page
27- White space handling of appointments description
28
29## 3.0.0 – 2021-11-29
30### Added
31- Appointments - configure your appointment configuration, send out the link or show it on your profile, and let other people book an appointment with you
32### Fixed
33- Empty calendar widget on dashboard
34
35## 2.4.0 – 2021-11-25
36### Added
37- Advanced Search for Rooms and Resources
38- Room Auto Suggestions for events that will fit all attendees
39### Changed
40- Design Polishing of Right Sidebar
41  - Merged Alarm, Detail and Repeat tab in right sidebar
42  - Moved Resources to separate tab
43  - Placeholder Text and field heights
44  - Timepicker
45  - Simplified Simple Editor
46  - ...
47- Event recurrences
48  - Calendar can't be edited any longer
49- Dependencies
50- Translations
51### Fixed
52- Sharing: Groups and Principal URIs with spaces and other special characters
53- Trashbin timestamp
54
55## 2.3.4 – 2021-09-28
56### Fixed
57- Event height in weekly view
58- Events disappearing from grid
59- Movnig calendars on Android
60- Missing default status
61- Simple editor size
62- Sidebar datepicker rendering
63
64## 2.3.3 – 2021-08-30
65### Fixed
66- Development dependencies shipped with production build
67- Missing email address in attendee search
68
69## 2.3.2 – 2021-08-18
70### Changed
71- Details of editor design
72- Make save buttons sticky
73- Sort objects in trash bin by newest first
74- Size of text fields in event pop-up
75### Fixed
76- Settings design regressions
77- Scrolling for trash bin
78- Unusable sidebar on mobile
79- List table issues
80- Month view issues
81- Week view issues
82- Rendering of vobject in trash bin
83- Missing loading view for trash bin
84- Task restoring error handling
85
86## 2.3.1 – 2021-07-14
87### Fixed
88- Create Talk room for event
89- Searching for sharees when resources exist on the back-end
90- Removing recurrence rule
91- 'Add reminder' dropdown position
92- Event repeat multiselect and position on low resolutions
93- Timestamps in trash bin view
94- Vue prop validation error
95
96## 2.3.0 – 2021-06-29
97### Added
98- Trash bin for calendars and their events
99- Default reminder setting
100### Changed
101- Event now have a minimum display height
102- Rendering of attendees and their state
103- Show organizer in free-busy view
104- Illustrations
105- Show shared calendars by default
106- Dropped webcals support (not webcal !)
107- Dependencies
108- Translations
109### Fixed
110- Missing right border in month and week view
111- Missing date picker
112- Principal encoding for sharing with groups with spaces in their name
113
114## 2.2.2 – 2021-05-26
115### Fixed
116- Unable to pick date in monthly view
117
118## 2.2.1 – 2021-04-27
119### Changed
120- Updated dependencies
121
122## 2.2.0 – 2021-03-24
123### Added
124- Datepicker in free/busy view
125- Grey background for all attendees in free/busy when at least one person is busy
126- Free/busy view shows day of the week
127- Nextcloud 22 (dev) support
128### Changed
129- Improved dashboard widget styling
130- Updated translations
131- Updated dependencies
132- Vary event illustrations when multiple illustrations match
133### Fixed
134- Hide cancelled events on dashboard
135- Styling of free/busy slots
136- Browser compatibility issues
137- Search DAV principal as display name or email
138- Handling of invalid calendar objects when rending a calendar
139- Sorting of free/busy resources
140- Hover background in list view with Nextcloud's dark theme
141
142## 2.1.3 - 2021-01-04
143### Fixed
144- Let apps handle clicks on todo entries #2478
145- Fix calendar rendering with complex locale #2741
146- Fix encoded display of names that contain a special character #2726
147- Fix blank page on browsers without support for ResizeObserver #2620
148- Fix broken link #2715
149- RRULE UNTIL must be in UTC if DTSTART is timezone-aware #2709
150- Add some margin for organizer hint in attendee list #2683
151- Updated translations
152- Updated dependencies
153
154## 2.1.2 - 2020-09-24
155### Added
156- 21 compatibility
157- Fixed reminder editing
158  [#2605](https://github.com/nextcloud/calendar/pull/2605)
159  [#2606](https://github.com/nextcloud/calendar/pull/2606)
160
161## 2.1.1 - 2020-09-11
162### Fixed
163- Dashboard fixes
164  [#2574](https://github.com/nextcloud/calendar/pull/2574)
165  [#2575](https://github.com/nextcloud/calendar/pull/2575)
166  [#2579](https://github.com/nextcloud/calendar/pull/2579)
167- Fix opening an event from search
168  [#2578](https://github.com/nextcloud/calendar/pull/2578)
169- Updated dependencies
170- Updated translations
171
172## 2.1.0 - 2020-09-02
173### Added
174- Dashboard integration
175  [#2414](https://github.com/nextcloud/calendar/pull/2414)
176- Better routes to link to calendar from outside
177  [#2483](https://github.com/nextcloud/calendar/pull/2483)
178- Different style for all-day / timed events
179  [#30](https://github.com/nextcloud/calendar/issues/30)
180- List view
181  [#402](https://github.com/nextcloud/calendar/issues/402)
182- Search
183  [#8](https://github.com/nextcloud/calendar/issues/8)
184
185### Fixed
186- Better localization of calendar-grid
187  [#1844](https://github.com/nextcloud/calendar/issues/1844)
188- Remove double scrollbars in Firefox
189  [#1815](https://github.com/nextcloud/calendar/issues/1815)
190- Better error handling for missing events
191  [#2459](https://github.com/nextcloud/calendar/issues/2459)
192- Long description box
193  [#2187](https://github.com/nextcloud/calendar/issues/2187)
194
195## 2.0.4 - 2020-08-27
196### Added
197- Center date in month view cell
198  [#2451](https://github.com/nextcloud/calendar/pull/2451)
199- Sortable calendar list
200  [#9](https://github.com/nextcloud/calendar/issues/9)
201- Display tasks with a due-date in calendar app
202  [#28](https://github.com/nextcloud/calendar/issues/28)
203- Keyboard support
204  [#157](https://github.com/nextcloud/calendar/issues/157)
205- Add illustration to videoconference
206  [#2217](https://github.com/nextcloud/calendar/issues/2217)
207- Change Illustration for Lunch
208  [#2218](https://github.com/nextcloud/calendar/issues/2218)
209- Convert URLs into links inside description
210  [#674](https://github.com/nextcloud/calendar/issues/674)
211- Picking a date in date-time-picker does not open time-picker
212  [#2198](https://github.com/nextcloud/calendar/issues/2198)
213
214### Fixed
215- Sharing Calendar public links via email sends only a link to the cloud
216  [#2471](https://github.com/nextcloud/calendar/issues/2471)
217- Also mark tasks as done when STATUS is set to COMPLETED
218  [#2339](https://github.com/nextcloud/calendar/pull/2339)
219- Long calendar names overflowing in calendar-picker
220  [#2324](https://github.com/nextcloud/calendar/issues/2324)
221- Datepicker not localized
222  [#2174](https://github.com/nextcloud/calendar/issues/2174)
223- Hide submit button in editor sidebar
224  [#2291](https://github.com/nextcloud/calendar/issues/2291)
225- Fix timezone names
226  [#2292](https://github.com/nextcloud/calendar/pull/2292)
227- Fixes warning about duplicate ids
228  [#2287](https://github.com/nextcloud/calendar/pull/2287)
229- Make calendar-picker more prominent
230  [#2007](https://github.com/nextcloud/calendar/issues/2007)
231- Circle not found when full name is given
232  [#2220](https://github.com/nextcloud/calendar/issues/2220)
233
234## 2.0.3 - 2020-04-09
235### Added
236- Show week number in Datepicker
237  [#2060](https://github.com/nextcloud/calendar/pull/2060)
238- Support am/pm in Datepicker
239  [#2060](https://github.com/nextcloud/calendar/pull/2060)
240- Allow to jump to timepicker, without reselecting the date
241  [#2060](https://github.com/nextcloud/calendar/pull/2060)
242
243### Fixed
244- Calendar list has trouble loading when shared from account or group with non-latin characters.
245  [#1894](https://github.com/nextcloud/calendar/issues/1894)
246- CSP Issue when embedding calendar
247  [#13627](https://github.com/nextcloud/server/issues/13627)
248  [#169](https://github.com/nextcloud/calendar/issues/169)
249- Alarm trigger was a date in all-day event
250  [#2128](https://github.com/nextcloud/calendar/issues/2128)
251- Blank screen when create new date by opened editor
252  [#2051](https://github.com/nextcloud/calendar/issues/2051)
253- Popover outside viewport when double-clicking event
254  [#1925](https://github.com/nextcloud/calendar/issues/1925)
255- Popover outside viewport when event is hidden behind "More"
256  [#1934](https://github.com/nextcloud/calendar/issues/1934)
257- Popover outside viewport in day-view
258  [#2109](https://github.com/nextcloud/calendar/issues/2109)
259- Optimized view icons
260  [#2154](https://github.com/nextcloud/calendar/pull/2154)
261- Always allow editing an alarm when it is absolute
262  [#2001](https://github.com/nextcloud/calendar/issues/2001)
263- Fix opening animation of sidebar editor
264  [#2089](https://github.com/nextcloud/calendar/pull/2089)
265- Long repeating events not correctly shown on web-calender under certain conditions
266  [#2048](https://github.com/nextcloud/calendar/issues/2048)
267- Repeating events not displayed on first day of monthly calendar
268  [#1913](https://github.com/nextcloud/calendar/issues/1913)
269
270## 2.0.2 - 2020-03-02
271### Added
272- Recognize Gym as event title for illustrations
273  [#1888](https://github.com/nextcloud/calendar/issues/1888)
274- Improve illustration matching for less false positives
275  [#1916](https://github.com/nextcloud/calendar/issues/1916)
276- Add illustrations keywords related to agile development
277  [#1873](https://github.com/nextcloud/calendar/pull/1873)
278- Add hint to new calendar dropdown that subscriptions are read-only
279  [#1938](https://github.com/nextcloud/calendar/pull/1938)
280- Move navigation to appinfo
281  [#1979](https://github.com/nextcloud/calendar/pull/1979)
282- Use InitialState API
283  [#1759](https://github.com/nextcloud/calendar/issues/1759)
284- Monthly-mode: scroll-bar instead of "more"
285  [#1889](https://github.com/nextcloud/calendar/issues/1889)
286- Adds a minimum height for fullcalendar-events
287  [#2020](https://github.com/nextcloud/calendar/pull/2020)
288- Better feedback for import failures
289  [#1920](https://github.com/nextcloud/calendar/issues/1920)
290- Custom color per event
291  [#71](https://github.com/nextcloud/calendar/issues/71)
292- Allow to configure slotDuration
293  [#2042](https://github.com/nextcloud/calendar/pull/2042)
294
295### Fixed
296- Undefined color variable
297  [#1905](https://github.com/nextcloud/calendar/issues/1905)
298- Localization of sub-title in AppSidebar
299  [#1912](https://github.com/nextcloud/calendar/issues/1912)
300- Localization of tab-title
301  [#1871](https://github.com/nextcloud/calendar/issues/1871)
302- Next month button skips one month the first time
303  [#1936](https://github.com/nextcloud/calendar/issues/1936)
304- Issue with background-color for icon in datepicker
305  [#1939](https://github.com/nextcloud/calendar/pull/1939)
306- Calendar color generator doesn't handle undefined calendar displayname
307  [#1941](https://github.com/nextcloud/calendar/issues/1941)
308- Sharing with users and groups with spaces
309  [#1985](https://github.com/nextcloud/calendar/pull/1985)
310- Birthday calender entries in wrong date format (in sidebar)
311  [#1923](https://github.com/nextcloud/calendar/issues/1923)
312- Stop hardcoding saturday and sunday as weekend, change it based on locale
313  [#2016](https://github.com/nextcloud/calendar/issues/2016)
314- Duration display issue with entries having a duration of a minute or less
315  [#1963](https://github.com/nextcloud/calendar/issues/1963)
316- Navigation and Display issue in day view
317  [#1944](https://github.com/nextcloud/calendar/issues/1944)
318- Handle files_sharing app being disabled
319  [#1967](https://github.com/nextcloud/calendar/issues/1967)
320- No calendar import (in Firefox and Edge on Windows)
321  [#1898](https://github.com/nextcloud/calendar/issues/1898)
322- Issue setting the end-timezone of an event
323  [#1914](https://github.com/nextcloud/calendar/issues/1914)
324- Calendar app cannot add repeats to an event after the event is created
325  [#2013](https://github.com/nextcloud/calendar/issues/2013)
326- Preserve duration when editing start time
327  [#1929](https://github.com/nextcloud/calendar/issues/1929)
328- Changes inside subcomponents not properly tracked
329  [#1891](https://github.com/nextcloud/calendar/issues/1891)
330
331## 2.0.1 - 2020-01-20
332### Fixed
333- Sort categories alphabetically
334  [#1827](https://github.com/nextcloud/calendar/issues/1827)
335- Missing styles of "more events" popover
336  [#1865](https://github.com/nextcloud/calendar/pull/1865)
337- Resolving timezone aliases not working
338  [#1841](https://github.com/nextcloud/calendar/issues/1841)
339- Generated embed code for public calendar contains wrong link
340  [#1861](https://github.com/nextcloud/calendar/issues/1861)
341- Add sanity check for route name in case migration didn't run
342  [#1831](https://github.com/nextcloud/calendar/issues/1831)
343- Positioning of new-event popover in day and week view
344  [#1818](https://github.com/nextcloud/calendar/issues/1818)
345- Display self-added categories in list, making it easier to remove them again
346  [#1819](https://github.com/nextcloud/calendar/issues/1819)
347
348## 2.0.0 - 2020-01-17
349### Fixed
350- Do not include index.php in the url of sharing links if url rewrite is enabled
351  [#1821](https://github.com/nextcloud/calendar/pull/1821)
352- Fix PHP warning when accessing public / embedded routes
353  [#1822](https://github.com/nextcloud/calendar/pull/1822)
354- Include index.php in router base if necessary despite url rewrite enabled
355  [#1823](https://github.com/nextcloud/calendar/pull/1823)
356
357## 2.0.0 RC1 - 2020-01-15
358### Fixed
359- Hide horizontal scrollbar in Firefox
360  [#1809](https://github.com/nextcloud/calendar/pull/1809)
361- Cannot enter minutes off slot
362  [#1756](https://github.com/nextcloud/calendar/issues/1756)
363- Fix downsizing calendar-grid when making window smaller
364  [#1806](https://github.com/nextcloud/calendar/pull/1806)
365- Always make all-day DTEND exclusive
366  [#1810](https://github.com/nextcloud/calendar/pull/1810)
367- Convert eventRenderer from event to property
368  [#1807](https://github.com/nextcloud/calendar/pull/1807)
369- Fix opening calendar when not logged in
370  [#1803](https://github.com/nextcloud/calendar/pull/1803)
371- Style of today indicator in agendaDay and agendaWeek
372  [#1804](https://github.com/nextcloud/calendar/issues/1804)
373- Fix double-escape of ampersand of settings title
374  [#1760](https://github.com/nextcloud/calendar/pull/1760)
375
376### Added
377- Editing event-time without punctuation
378  [#1621](https://github.com/nextcloud/calendar/issues/1621)
379- Allow entering incomplete time-values
380  [#1144](https://github.com/nextcloud/calendar/issues/1144)
381- Add reminder icon to events with an alarm
382  [#1197](https://github.com/nextcloud/calendar/issues/1197)
383- Free/Busy UI
384  [#1731](https://github.com/nextcloud/calendar/pull/1731)
385- Event-limit in calendar-grid
386  [#1800](https://github.com/nextcloud/calendar/pull/1800)
387- Add more illustration keywords
388  [#1780](https://github.com/nextcloud/calendar/pull/1780)
389- Create talk rooms from event editor
390  [#1732](https://github.com/nextcloud/calendar/pull/1732)
391-  Allow to provide defaults for user-settings
392  [#1787](https://github.com/nextcloud/calendar/issues/1787)
393
394## 2.0.0 beta3 - 2019-12-09
395### Fixed
396- Hide the resize handler of textareas, whenever we use autosize
397  [#1629](https://github.com/nextcloud/calendar/pull/1629)
398- Give the description field a default height of two rows
399  [#1630](https://github.com/nextcloud/calendar/pull/1630)
400- Hide calendar-picker if user has only one writable calendar
401  [#1631](https://github.com/nextcloud/calendar/pull/1631)
402- Do not show recurrence-summary, when the event is not repeating
403  [#1632](https://github.com/nextcloud/calendar/pull/1632)
404- Update timezone-database to 2019c
405  [#1635](https://github.com/nextcloud/calendar/pull/1635)
406- Replace with @babel/polyfill with core-js
407  [#1634](https://github.com/nextcloud/calendar/pull/1634)
408- Fix delay when toggling the all-day checkbox
409  [#1637](https://github.com/nextcloud/calendar/pull/1637)
410- Fixed missing translatable strings
411  [#1639](https://github.com/nextcloud/calendar/pull/1639)
412- Promise-related error in Firefox (catch is not a function)
413  [#1633](https://github.com/nextcloud/calendar/issues/1633)
414- Shared calendar entry to crowded in the navigation
415  [#1655](https://github.com/nextcloud/calendar/issues/1655)
416- Sharing published link via email doesn't work
417  [#1640](https://github.com/nextcloud/calendar/issues/1640)
418- Order All-day events by calendar
419  [#760](https://github.com/nextcloud/calendar/issues/769)
420- Restructure menu for reminders
421  [#1638](https://github.com/nextcloud/calendar/pull/1638)
422- Do not show Empty message when clicking the search attendee multiselect
423  [#1699](https://github.com/nextcloud/calendar/pull/1699)
424- use FullCalendar navLinks
425  [#796](https://github.com/nextcloud/calendar/issues/796)
426- Replace New Reminder button with Multiselect to allow easier selection of alarm
427  [#1701](https://github.com/nextcloud/calendar/pull/1701)
428
429## 2.0.0 beta2 - 2019-11-04
430### Added
431- Consider categories for illustrations if title doesn't match any illustration
432  [#1509](https://github.com/nextcloud/calendar/issues/1509)
433- Update Today in calendar-view on day-change
434  [#678](https://github.com/nextcloud/calendar/issues/678)
435- Show warning when detected timezone is UTC
436  [#711](https://github.com/nextcloud/calendar/issues/711)
437- Allow to edit location and description in popover editor, if already set
438  [#680](https://github.com/nextcloud/calendar/issues/680)
439- Better default times when switching from all-day to timed event
440  [#532](https://github.com/nextcloud/calendar/issues/532)
441- Nicer integration of week-number into calendar-view
442  [#1571](https://github.com/nextcloud/calendar/issues/1571)
443- Simpler design for upper part of app navigation
444  [#1021](https://github.com/nextcloud/calendar/issues/1021)
445- Merged calendar-list and subscription list
446- Categories
447  [#107](https://github.com/nextcloud/calendar/issues/107)
448- Hide property info in read-only mode
449  [#1585](https://github.com/nextcloud/calendar/issues/1585)
450- Do not show all-day checkbox in read-only mode
451  [#1589](https://github.com/nextcloud/calendar/issues/1589)
452- Add timezone at creation of calendar
453  [#223](https://github.com/nextcloud/calendar/issues/223)
454- Allow to link to event
455  [#21](https://github.com/nextcloud/calendar/issues/21)
456
457### Fixed
458- Respect the user's locale
459  [#1569](https://github.com/nextcloud/calendar/issues/1569)
460- Mixup of locale and language
461  [#920](https://github.com/nextcloud/calendar/issues/920)
462- Error when selecting visibility in Editor
463  [#1591](https://github.com/nextcloud/calendar/issues/1591)
464- Show private calendars by default if no visibility is set
465  [#1588](https://github.com/nextcloud/calendar/issues/1588)
466- Remove title tag from illustration svg
467  [#1593](https://github.com/nextcloud/calendar/issues/1593)
468- Show more button in upper right corner in popover for read-only events
469  [#1592](https://github.com/nextcloud/calendar/issues/1592)
470- Event details are not transferred from popover to sidebar
471  [#1590](https://github.com/nextcloud/calendar/issues/1590)
472
473## 2.0.0 beta1 - 2019-10-21
474
475Version 2.0 of the calendar has been fully rewritten with a different technology, switching from the legacy AngularJS framework to Vue.js. Nextcloud is using more and more Vue.js throughout apps and server, which makes it easy to use common components everywhere. This allows faster development and a more coherent experience in all of Nextcloud.
476
477Even though all features present on the 1.x calendar app versions have been reimplemented, new bugs might have been introduced. Please report them if you find some.
478
479### Added
480- Improved compatibility with dark mode
481  [#1152](https://github.com/nextcloud/calendar/issues/1152)
482  [#985](https://github.com/nextcloud/calendar/issues/985)
483- Assign random UIDs on import if events don't have one
484  [#857](https://github.com/nextcloud/calendar/issues/857)
485- Use Popper.JS for more reliable positioning of event popover
486  [#18](https://github.com/nextcloud/calendar/issues/18)
487- New design for embedding shared calendars
488  [#741](https://github.com/nextcloud/calendar/issues/741)
489- Share multiple public calendars in one link
490  [#708](https://github.com/nextcloud/calendar/issues/708)
491- Completely rewritten interface for entering recurrence-rules
492  [#10](https://github.com/nextcloud/calendar/issues/10)
493- Improved discoverability of upper-left date-picker
494  [#881](https://github.com/nextcloud/calendar/issues/881)
495- Do not send invites on import
496  [#576](https://github.com/nextcloud/calendar/issues/576)
497- Automatically adjust the start time when user picks new end earlier than start
498  [#497](https://github.com/nextcloud/calendar/issues/497)
499- Prioritize user-addressbook over system users when inviting attendees
500  [#168](https://github.com/nextcloud/calendar/issues/168)
501- Add option to mark user as non-participant
502  [#570](https://github.com/nextcloud/calendar/issues/570)
503- Add subscribe and download button to public sharing menu
504  [#1263](https://github.com/nextcloud/calendar/issues/1263)
505- Make embedded public calendars stylable
506  [#318](https://github.com/nextcloud/calendar/issues/318)
507- Send email notifications on change of location, summary, or description
508  [#848](https://github.com/nextcloud/calendar/issues/848)
509- Add checkbox for birthday calendar in settings, allowing to restore it
510  [#277](https://github.com/nextcloud/calendar/issues/277)
511- Allow to edit only this or this and all future occurrences of an event
512  [#7](https://github.com/nextcloud/calendar/issues/7)
513- Add next/previous month button in top-left datepicker
514  [#554](https://github.com/nextcloud/calendar/issues/554)
515- Show invitation response of attendee
516  [#879](https://github.com/nextcloud/calendar/issues/879)
517- Top-left datepicker allows navigating between years
518  [#703](https://github.com/nextcloud/calendar/issues/703)
519- Limit number of concurrent requests while import
520  [#445](https://github.com/nextcloud/calendar/issues/445)
521- Cleanup VTimezones after editing events
522  [#37](https://github.com/nextcloud/calendar/issues/37)
523- Improved validation of attendee field
524  [#569](https://github.com/nextcloud/calendar/issues/560)
525- Show organizer of event
526  [#486](https://github.com/nextcloud/calendar/issues/486)
527- Improved legibility in read-only mode of editor
528  [#555](https://github.com/nextcloud/calendar/issues/555)
529- Allow to disable weekends
530  [#536](https://github.com/nextcloud/calendar/issues/536)
531- Add button to copy caldav link to clipboard
532  [#22](https://github.com/nextcloud/calendar/issues/22)
533- Show the current date in the browser title
534  [#280](https://github.com/nextcloud/calendar/issues/280)
535- Updated design of sharing mechanism for calendars
536  [#377](https://github.com/nextcloud/calendar/issues/377)
537- Ability to handle multiple VCALENDAR blocks in one ics
538  [#336](https://github.com/nextcloud/calendar/issues/336)
539- Allow to change color of contact birthdays calendar
540  [#313](https://github.com/nextcloud/calendar/issues/313)
541- Use webcals when accessing calendar via https
542  [#748](https://github.com/nextcloud/calendar/issues/748)
543- Use illustrations for events
544  [#968](https://github.com/nextcloud/calendar/issues/968)
545
546### Fixed
547- User session expiration exceptions
548  [#1215](https://github.com/nextcloud/calendar/issues/1215)
549- Files_sharing app is required as dependency for Sharing
550  [#608](https://github.com/nextcloud/calendar/issues/608)
551- Show original color of publicly shared calendars
552  [#619](https://github.com/nextcloud/calendar/issues/619)
553- Allow events with start time equal to end time
554  [#790](https://github.com/nextcloud/calendar/issues/790)
555- Missing interaction of import-button
556  [#1374](https://github.com/nextcloud/calendar/issues/1374)
557- Sharing list takes too long to show
558  [#1297](https://github.com/nextcloud/calendar/issues/1297)
559- Wrong profile picture when searching for user in share dialog
560  [#861](https://github.com/nextcloud/calendar/issues/861)
561- Properly update LAST-MODIFIED and SEQUENCE on update of calendar
562  [#976](https://github.com/nextcloud/calendar/issues/976)
563- Drag and Drop failed after viewing event details
564  [#914](https://github.com/nextcloud/calendar/issues/914)
565- Selected view was not sticky
566  [#809](https://github.com/nextcloud/calendar/issues/809)
567- Non-unique Id in HTML
568  [#860](https://github.com/nextcloud/calendar/issues/860)
569- X-NC-GROUP-ID was not properly removed
570  [#342](https://github.com/nextcloud/calendar/issues/342)
571- Fields in repeat area are not disabled in read-only in Edge
572  [#420](https://github.com/nextcloud/calendar/issues/420)
573- Store CREATED, DTSTAMP, and LAST-MODIFIED as UTC
574  [#33](https://github.com/nextcloud/calendar/issues/33)
575- Same attendee could be added multiple times
576  [#575](https://github.com/nextcloud/calendar/issues/575)
577- Impossible to scroll down to save event on certain mobile devices
578  [#1079](https://github.com/nextcloud/calendar/issues/1079)
579
580### Changes
581- New calendars only support VEvent from now on
582  [#1316](https://github.com/nextcloud/calendar/issues/1316)
583
584
585## 1.7.1 - 2019-09-05
586### Fixed
587- Falses positives for local access rules [#1277](https://github.com/nextcloud/calendar/issues/1277)
588- Always show border on calendar item [#1298](https://github.com/nextcloud/calendar/pull/1298)
589- Update link to documentation [#1409](https://github.com/nextcloud/calendar/pull/1409)
590- Don’t ship special build for IE anymore [#1447](https://github.com/nextcloud/calendar/pull/1447)
591
592## 1.7.0 - 2019-03-25
593### Added
594- Share calendars with circles
595  [#602](https://github.com/nextcloud/calendar/pull/602)
596
597### Fixed
598- compatibility with Nextcloud 16
599- Buttons not visible in dark theme
600  [#1042](https://github.com/nextcloud/calendar/issues/1042)
601- Fix datepicker alignment
602  [#1085](https://github.com/nextcloud/calendar/pull/1085)
603
604## 1.6.4 - 2018-11-23
605### Fixed
606- Use clearer color to easier locate today
607  [#850](https://github.com/nextcloud/calendar/pull/850)
608- Styling broken with Nextcloud 14 using Dark theme
609  [#938](https://github.com/nextcloud/calendar/issues/938)
610- Missing name when using the dropdown for location -> contacts
611  [#776](https://github.com/nextcloud/calendar/issues/776)
612- Public calendar iframe has issues on some browser (requires Nextcloud 15+)
613  [#169](https://github.com/nextcloud/calendar/issues/169)
614- Broken positioning of New calendar button in Internet explorer 11
615  [#949](https://github.com/nextcloud/calendar/pull/949)
616- Provide autocompletion addresses as a single line
617  [#933](https://github.com/nextcloud/calendar/issues/933)
618
619## 1.6.3 - 2018-10-16
620### Fixed
621- Incorrect creation of attendees that led to duplicate entries after invitation response
622- updated translations
623
624## 1.6.2 - 2018-09-05
625### Fixed
626- compatibility with Nextcloud 14
627- updated translations
628
629## 1.6.1 - 2018-03-06
630### Fixed
631- Double the height of the description textarea
632  [#675](https://github.com/nextcloud/calendar/issues/675)
633- Fix parsing for all-day VEvents that
634  [#692](https://github.com/nextcloud/calendar/issues/692)
635- Manual override for timezone
636  [#586](https://github.com/nextcloud/calendar/issues/586)
637- Improved error handling for parsing of events when importing
638  [#598](https://github.com/nextcloud/calendar/issues/598)
639- Fix correct highlighting of today on weekends
640  [#726](https://github.com/nextcloud/calendar/issues/726)
641- Fix handling of VEvents that contain only Recurrence-IDs
642  [#722](https://github.com/nextcloud/calendar/issues/722)
643
644## 1.6.0 - 2018-02-05
645### Fixed
646- Compatibility with 13
647- Enter in new attendee field closes sidebar
648  [#502](https://github.com/nextcloud/calendar/issues/502)
649- Displayname is missing on public sharing site
650  [#596](https://github.com/nextcloud/calendar/issues/596)
651- Small / short dates not usable in any agenda view
652  [#221](https://github.com/nextcloud/calendar/issues/221)
653- Missing 'Nextcloud' logo when accessing shared calendar
654  [#571](https://github.com/nextcloud/calendar/issues/571)
655
656### Informational:
657- Shortcut changed: The events editor can be closed with CTRL / CMD + Enter now
658- 1.6.0 does not support Nextcloud 12 and below, the 1.5 tree will be maintained till Nextcloud 12 is end of life
659
660## 1.5.7 - 2017-12-08
661### Fixed
662- Issue with displaying wrong year in upper left corner for certain cases
663  [#434](https://github.com/nextcloud/calendar/issues/434)
664- Don't allow importing events with the same UID in a calendar
665  [#589](https://github.com/nextcloud/calendar/issues/589)
666- Show warning about email reminders not being implemented in the server yet
667  [#676](https://github.com/nextcloud/calendar/pull/676)
668- Double escaping of alarm types in the event editor
669  [#269](https://github.com/nextcloud/calendar/issues/269)
670
671## 1.5.6 - 2017-10-18
672### Fixed
673- Issue with sharing read-write with users
674  [#606](https://github.com/nextcloud/calendar/issues/606)
675
676## 1.5.5 - 2017-09-19
677### Fixed
678- Remove invalid signed signature from release
679
680## 1.5.4 - 2017-09-12
681### Fixed
682- Wrong timezone for Europe/Moscow
683  [#82](https://github.com/nextcloud/calendar/issues/82)
684- Double scrollbar in advanced event editor
685  [#468](https://github.com/nextcloud/calendar/pull/468)
686- Show displayname when creating a new calendar share
687  [#459](https://github.com/nextcloud/calendar/issues/459)
688- Better looking public-share notification emails on Nextcloud 12
689  [#427](https://github.com/nextcloud/calendar/issues/427)
690- Readable public sharing links
691  [#239](https://github.com/nextcloud/calendar/issues/239)
692- Today button overlapped with new calendar button in some localizations
693  [#312](https://github.com/nextcloud/calendar/issues/312)
694- Respect admin option to disable public sharing
695  [#525](https://github.com/nextcloud/calendar/issues/525)
696- Highlight current day in left sidebar datepicker
697  [#513](https://github.com/nextcloud/calendar/issues/513)
698- mispositioned buttons on public sharing site (only affected Nextcloud 11)
699  [#509](https://github.com/nextcloud/calendar/issues/509)
700- Fix checkbox style for attendee input
701  [#580](https://github.com/nextcloud/calendar/pull/580)
702- Spelling fixes
703  [#469](https://github.com/nextcloud/calendar/pull/469)
704  [#473](https://github.com/nextcloud/calendar/pull/473)
705  [#474](https://github.com/nextcloud/calendar/pull/474)
706
707## 1.5.3 - 2017-05-21
708### Added
709- allow editing props of shared calendars (Nextcloud 12 and above only)
710  [#406](https://github.com/nextcloud/calendar/issues/406)
711- add avatar to sharing list
712  [#207](https://github.com/nextcloud/calendar/issues/207)
713- effort to get rid of adblocker issues
714  [#417](https://github.com/nextcloud/calendar/pull/417)
715- color weekends slightly darker
716  [#430](https://github.com/nextcloud/calendar/pull/430)
717
718### Fixed
719- fix visual deletion of user shares
720  [#378](https://github.com/nextcloud/calendar/issues/378)
721- make sure the user can not set the end to something earlier than the start
722  [#11](https://github.com/nextcloud/calendar/issues/11)
723- increased font-size of calendar-view
724  [#166](https://github.com/nextcloud/calendar/issues/166)
725- sanitize missing VALUE=DATE when parsing ics data
726  [#376](https://github.com/nextcloud/calendar/issues/376)
727- fix visibility of import progressbar
728  [#423](https://github.com/nextcloud/calendar/issues/423)
729- properly display errors when querying events failed
730  [#359](https://github.com/nextcloud/calendar/issues/359)
731- increase ending time by an hour also when clicking on disabled time-input
732  [#438](https://github.com/nextcloud/calendar/issues/438)
733- improve visibility of vertical calendar grid
734  [#314](https://github.com/nextcloud/calendar/issues/314)
735- hide sharing actions for sharees (Nextcloud 12 and above only)
736  [#432](https://github.com/nextcloud/calendar/issues/432)
737- allow clicking on disabled time-input in sidebar (only affected Firefox)
738  [#388](https://github.com/nextcloud/calendar/issues/388)
739- fixed issue with chinese characters showing up in estonian language
740  [#264](https://github.com/nextcloud/calendar/issues/264)
741- fixed handling of Recurrence-ID
742  [#142](https://github.com/nextcloud/calendar/issues/142)
743- fixed and unified timepicker layout in editor popover and editor sidebar
744  [#72](https://github.com/nextcloud/calendar/issues/72)
745- improved visibility of current-day color
746  [#395](https://github.com/nextcloud/calendar/pull/395)
747- fix issue with too long webcal urls
748  [#325](https://github.com/nextcloud/calendar/issues/325)
749- show proper empty content view for non-existing public calendar links
750  [#240](https://github.com/nextcloud/calendar/issues/240)
751- refactored public calendar links page
752  [#243](https://github.com/nextcloud/calendar/issues/243)
753- fixed position of mobile menu on public calendar link page
754  [#248](https://github.com/nextcloud/calendar/issues/248)
755
756## 1.5.2 - 2017-03-21
757### Fixed
758- fixed issue with "three-part-timezone" like America/Argentina/Buenos_Aires
759  [#358](https://github.com/nextcloud/calendar/issues/358)
760
761## 1.5.1 - 2017-02-28
762### Added
763- advanced color-picker
764  [#4](https://github.com/nextcloud/calendar/issues/4)
765- support for Internet Explorer 11
766  [#329](https://github.com/nextcloud/calendar/pull/329)
767- added second step for deleting calendars
768  [#341](https://github.com/nextcloud/calendar/issues/341)
769
770### Fixed
771- debounce vertical window resize
772  [#23](https://github.com/nextcloud/calendar/issues/23)
773- fix phrasing on public sharing site
774  [#233](https://github.com/nextcloud/calendar/issues/233)
775- fix missing am/pm label in timepicker
776  [#345](https://github.com/nextcloud/calendar/issues/345)
777
778## 1.5.0 - 2017-01-17
779### Added
780- enable calendar when selecting it in editor
781  [#24](https://github.com/nextcloud/calendar/issues/24)
782- autoresize input for title, description and location
783  [#72](https://github.com/nextcloud/calendar/issues/72)
784- disable all-day when clicking on time-input
785  [#72](https://github.com/nextcloud/calendar/issues/72)
786- save 301 responses from webcal subscriptions
787  [#42](https://github.com/nextcloud/calendar/issues/42)
788- add web-based protocol handlers for WebCAL
789  [#41](https://github.com/nextcloud/calendar/issues/41)
790- better tabindex for event editors
791  [#25](https://github.com/nextcloud/calendar/issues/25)
792- lazy load timezones when rendering events
793  [#14](https://github.com/nextcloud/calendar/issues/14)
794- hide sidepanel on print view
795- replace TRIGGER:P with TRIGGER:P0D
796  [#251](https://github.com/nextcloud/calendar/issues/251)
797
798### Fixed
799- Require sharing api for creating new shares
800  [#205](https://github.com/nextcloud/calendar/issues/205)
801- Importing empty calendars
802  [#194](https://github.com/nextcloud/calendar/issues/194)
803- List app in office category
804- fix sending the RSVP parameter for attendees
805  [#102](https://github.com/nextcloud/calendar/issues/102)
806- fix styling issue with too long group names / too long translations
807  [#99](https://github.com/nextcloud/calendar/issues/99)
808- fix capitalization of Settings & import
809- fix icon share padding
810- fix glitchy looking whitespace in event details
811  [#242](https://github.com/nextcloud/calendar/issues/242)
812
813## 1.4.1 - 2016-11-22
814### Fixed
815- more consistent styles with Nextcloud
816- fixed scrolling of calendar-list
817- added details tab in sidebar
818- improved ARIA support
819- publishing calendars (requires Nextcloud 11)
820- removed eventLimit, all events will be displayed in month view
821- better border styles for calendar grid to enhance usability
822- fixed drag and drop between grid and allday area
823- fixed issue that prevented users from creating events in UTC
824- fixed issue with expanding repeating events on first day of week
825- expand settings area on first run
826- sanitize malformed dates, fixes compatibility with FB birthday webcal
827- attendee: show email address when user has multiple email addresses
828
829## 1.4.0 - 2016-09-19
830### Added
831- WebCal
832- Random color picker
833- Display week numbers
834
835### Fixed
836- Delete alarms from events
837- Adjusted colors to Nextcloud
838- Properly display line breaks in agenda views
839