Skip to main content
0 votes
0 answers
65 views

I am using Angular Calendar (mwl-calendar) in my project. On touch devices, I am encountering the following issue: When I drag an event and it triggers auto-scroll, the auto-scroll does not stop even ...
TomViiv's user avatar
0 votes
0 answers
58 views

I'm in the process of upgrading an existing implementation of the angular-calendar component by adding a right-click context menu for the calendar events. I have already looked into upgrading it by ...
NorthFred's user avatar
  • 510
0 votes
0 answers
25 views

I am using the angular-calendar component in an Ionic Angular project and have problems implementing a calendar in week view. When navigating the calendar (forward or backward), the week view gets ...
NorthFred's user avatar
  • 510
0 votes
0 answers
47 views

I'm upgrading an existing project to Ionic 8 and Angular 18. The project uses the angular-calendar component and was previously working fine. In the upgraded environment I am getting following errors: ...
NorthFred's user avatar
  • 510
1 vote
0 answers
36 views

I have implemented angular-calendar from (https://github.com/mattlewis92/angular-calendar) in my angular project and it works fine. Somehow, users ask me to make it better. Now I'm trying to show ...
yann Guillerm's user avatar
0 votes
1 answer
682 views

I'm trying to add the angular-calendar to my standalone project, but the demos only work if you have app.module.ts, which I don't have as I'm using a standalone project. This is the one I'm trying to ...
Patrik's user avatar
  • 13
0 votes
1 answer
199 views

I'm developing and app that displays the daily price of a hotel room on a calendar generated with angular-calendar. This is my component.ts: events$!: Observable<CalendarEvent<{ hotel: Hotel }&...
Alexander Romero's user avatar
2 votes
1 answer
573 views

I followed the usage on this npm page to recreate the calendar schedular view, now I want to change the event template, so that I can add some event buttons and icons to it. I created a custom ...
ItsaSimulation's user avatar
1 vote
0 answers
297 views

Im devoloping a calendar with some events from database but dont appear any event in calendar. I follow this demo https://mattlewis92.github.io/angular-calendar/#/no-events-label I tried to populate ...
Bernardo Costa's user avatar
2 votes
0 answers
450 views

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 ...
Towhidul Islam's user avatar
0 votes
1 answer
616 views

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. ...
J.C's user avatar
  • 772
0 votes
1 answer
169 views

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 ...
e03050's user avatar
  • 1,592
1 vote
0 answers
540 views

I am working on the Angular calendar and the requirement is to drop external event to the day timeline to specific user. I am using day-view-scheduler for day view timeline and external events. https:/...
Sagar Patel's user avatar
0 votes
0 answers
61 views

I'm using Angular Calendar to display some events, data is stored in Firestore. this is my code : events$!: Observable<CalendarEvent<{ drop: Drop }>[]>; let drops$ = from(this.drops); ...
Wahéb's user avatar
  • 791
0 votes
0 answers
430 views

I tried to get the single event from events and then update the values. Even if I can update the values like title and color the update only shows in the onclick modal but I wanted to use my actual ...
Adrita Tory's user avatar

15 30 50 per page
1
2 3 4 5
8