Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

176
Views
Startdate and Enddate is not working in place of start and end in FullCalendar

I am using react fullCalendar component in my project and my database is SQL server.

fullCalendar needs start,end,fullDay... parameters to render events on it.

The problem here I am facing is in SQL server 'end' is reserved keyword and I can't use column name as end. What will be the solution for this. I tried to use startdate,enddate but it is not rendering. Below is my JSON array.

{id: 12, title: 'Product Proposal', startdate: '2021-03-23T00:25:00.000Z', endDate: '1900-01-01T00:00:00.000Z', …}
{id: 13, title: 'First Meeting', startdate: '2021-03-23T00:35:00.000Z', endDate: '1900-01-01T00:00:00.000Z', …}
{id: 14, title: 'Basic Meeting', startdate: '2021-03-23T00:38:00.000Z', endDate: '2021-04-02T12:00:00.000Z', …}
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

something like this will work. Please extend with your additional columns etc.

SELECT id, title, startdate AS [start], endDate AS [end] FROM yourtable
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!