A calendar component for Angular 6.0+ that can display events on a month, week or day view. The successor of angular-bootstrap-calendar.
Questions tagged [angular-calendar]
110 questions
1
vote
1 answer
angular 5 calendar with month weeks and days view
In work I am tasked to make a responsive schedule that tells the user his/her appointments today/week/month.
I found
Angular-calendar
but I didn't get how to works because it the documentation was updated to angular 6 and I use 5
so is there any…

Mahmoud Alfaham
- 11
- 5
1
vote
0 answers
How to create a swipeable week-hours view calendar in Ionic
I am using this tutorial to create week-hours view calendar Ionic Calendar
https://devdactic.com/ionic-calendar-angular-calendar/
But i want to make this calendar swipeable like Google Calendar in Android.

Shriniwas b
- 326
- 3
- 13
1
vote
4 answers
How to get selected date from ionic-2 calendar onchange() method
I am using ion2-calendar.
this is my html:
and this is onchange in ts:
onChange($event)…

Nabil Mohammed Nalakath
- 829
- 12
- 24
1
vote
0 answers
issue in showing data in angular-fullcalendar
Hi All I am using angular-calendar for our application from below npm
enter link description here
please see my component.html code

Santhosh
- 1,053
- 1
- 20
- 45
1
vote
1 answer
ERROR Error: mat-form-field must contain a MatFormFieldControl
I have used mat-date-picker inside my application, the html file looks like this :

Atul Stha
- 1,404
- 8
- 23
- 46
1
vote
1 answer
Issue with node-sass in angular 4 project
I'm facing following issue on MAC while running existing Angular4 Application. It shows me this error on executing ng serve
ERROR in
…

MayureshP
- 2,514
- 6
- 31
- 41
1
vote
1 answer
Angular calendar async http 'map' of undefined
I try to install the angular calendar in my app, I have the data of the events in the database, but when I try to call them I get an error:
ERROR TypeError: Cannot read property 'map' of undefined at MapSubscriber.eval
The original code is here:…

nicogaldo
- 565
- 2
- 8
- 28
1
vote
0 answers
Week view style for full month view in angular calendar (mattlewis92)
I am using the angular-calendar from mattlewis92.
I would like to add the week view style to the month view
Current - Week view style:
Desired - Month with the week view style (made with paint)
I have been struggling with this but couldn't find…

Alvykun
- 173
- 4
- 18
1
vote
2 answers
angular-calendar not rendering events when comming from database
I'm using Angular 5 and mattlewis92/angular-calendar.
when events are defined manually in code i have no issue. However when i query my database and try to bind the result to the calender, there seem to be som kind of sync issue on first load.
when…

K N
- 279
- 5
- 22
1
vote
0 answers
angular-calendar header help needed
Im trying to implement mattlewis92's angular calendar (https://github.com/mattlewis92/angular-calendar) and I can't figure out what i need to inclide to have a working header component.
Problems:
{{ viewDate | calendarDate:(view +…

Fülöp Kóta
- 11
- 4
0
votes
0 answers
Getting 'column must be greater than or equal to 0' error while trying to extract locales using 'ng extract-i18n' with Angular Calendar
I currently have the problem that I am unable to extract my locales with the following command ng extract-i18n --output-path src/locale . I am getting this error while using the command:
./node_modules/angular-calendar/fesm2020/angular-calendar.mjs…

CodeBoy361
- 61
- 6
0
votes
0 answers
Angular Calendar is not working in different timezones with daylight savings
I am using angular-calendar to show the time in week view where I can drag and drop and customize the timings. Here is the sample code below from angular calendar:-
Note that this only happening when I am using drag and drop option with this…

Towhidul Islam
- 190
- 2
- 8
0
votes
1 answer
Angular-calender short date format not working
I would like to use the shorte date format that you can see here customise-date-formats I am using angular-calendar 0.28.28.
But I get this erreur
monthViewDayNumber is not a valid date formatter. Can only be one of
monthViewColumnHeader,…

J.C
- 632
- 1
- 10
- 41
0
votes
1 answer
angular-calendar - month date, event date mismatch
I am using angular-calendar version - 0.26.4.
When event with date 2023-02-03T00:00:00.000Z added to the events array it get shifted to
Feb 2nd. Following is the object receives in the calendar template. I checked a place to configure time zone but…

e03050
- 1,392
- 15
- 12
0
votes
0 answers
RRule: Use of Frequency brakes code giving Uncaught TypeError: (0 , tslib__WEBPACK_IMPORTED_MODULE_1__.__extends) is not a function
We are using RRule in angular-calendar for resolving recurring meetings. We have recently updated to angular 13 from angular 9.. The rrule was working fine with angular 9 but starts breaking in angular 13.. it compiles fine but gives error Uncaught…

Zapp
- 19
- 1
- 4