diff --git a/Calendar.md b/Calendar.md index e7e2f03..aef839a 100644 --- a/Calendar.md +++ b/Calendar.md @@ -9,5 +9,13 @@ ### Create card +At Calendar View, on Month when you click a date it will ask you if you want to create a new card and give its name. It then creates at first swimlane and at first list the card with the due date that it got from the date you clicked. + +Video demonstration: + +https://user-images.githubusercontent.com/70445835/184324324-b4bd466e-6873-4eef-8ca5-b6e4d9f95ac5.mp4 + + +- How it works https://github.com/wekan/wekan/issues/2687#issuecomment-1545235649 - Fix for Calendar View Create Card https://github.com/wekan/wekan/pull/5019 - Calendar view logic https://github.com/wekan/wekan/issues/4511