Justin Barca
Justin Barca
> ```js > eventClassNames={ > "bg-transparent hover:bg-slate-800/60 p-1 text-xs border-none" > } > ``` Can you publish an example project of this? I tried to duplicate it but I get...
MomentJS is a 😵 project, see https://momentjs.com/docs/#/-project-status/
> Thank you for a great issue! I'm all for this. > > Some thoughts of mine to your considerations: > > **- should the range of recurrence be fixed...
The problem with this feature is that requesting ics data from other domains will result in CORS errors. I discovered this when I started using other-domained ics URLs with fullcalendar,...
It's easy to work around the CORS limitation if needed by making the ics requests on the backend and exposing to your own api endpoint that returns ics. Remix made...
⚠️ WARNING: in my experience, if you import Prisma for `Prisma.ModelName` in a Remix route client code, it will break that route and you will get a blank page. It...
You can see from the ICS text that the range is only specified by date but then when you click on the event, the console logs indicate that the range...
This issue becomes much more severe if you use the `dayBoundaries` feature. With `dayBoundaries: { start: "09:00", end: "03:00" }` the event becomes a tiny fragment on week view: and...
I'm pretty sure I see what the problem is here. I noticed 1 day all day events in scheduleX start and end on the same day and don't have a...
I think I can see where to put a fix [here](https://github.com/schedule-x/schedule-x/blob/f57b32d4daad70be69f49c46d43ceef9313024ee/packages/ical/src/icalendar-plugin.impl.ts#L92), requesting meetup in order to confirm solution.