Skip to main content

Questions tagged [angular-calendar]

The tag has no usage guidance, but it has a tag wiki.

angular-calendar
0 votes
0 answers
31 views

Making a recurrence Rule for a calendar in Angular Calendar

I am using an Api of events to show on the app using angular-calendar library and I am a bit confused in making recurring events. Here are the events for example const eventData = { "code&...
Muhammad Junaid's user avatar
0 votes
0 answers
43 views

Could not find the project main file inside of the workspace config

I've got this error Could not find the project main file inside of the workspace config (src) trying to install angular-calendar with the command ng add angular-calendar ng add angular-calendar ...
Thomas Jude's user avatar
0 votes
0 answers
77 views

Having different start and end times for each day of the week in a weekly view in Angular-Calendar

I am using angular-calendar library and my days for mwl-calendar-week-view have different dayStartHour and different dayEndHour. Is it possible to have different start and end times for each day in ...
HugoB's user avatar
  • 11
0 votes
1 answer
92 views

Angular-Calendar problem loading async events on custom cell template

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
382 views

Angular Calendar Scheduler custom eventTemplate no working properly

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
238 views

CalendarEvents dont show data in angular 15

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
1 vote
0 answers
288 views

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

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

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

Angular calendar external event drop to day view scheduler

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
56 views

can't fetch angular calendar events by getting data from Firestore

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
  • 711
0 votes
0 answers
387 views

Not able to update events title in angular calendar

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
0 votes
0 answers
107 views

event not rendering by FromControl in angular

I am trying to fetch the single event data by eventclicked function to the HTML using the form-control but its showing the below error. ERROR Error: Cannot find control with name: 'event' at ...
Adrita Tory's user avatar
3 votes
2 answers
7k views

npm ERR! husky - .git can't be found WINDOWS

I'm trying to install mattlewis92's angular 14.0+ calendar, which suggests the use of the command ng add angular-calendar. However when doing so I got an error: npm ERR! command C:\Windows\system32\...
Naydenow's user avatar
0 votes
1 answer
784 views

fullCalendar, Syncronization with Outlook

I work for an online booking company and I am relatively new to this field. On out website we have a built-in calendar (we use Angular fullCalendar), from where all our clients can make an online ...
rosie's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
8