Hi Team,
When creating event , I can see rec_pattern and rec_type. The values looked mostly same but slightly different.Whats the difference between them? Which one is supposed to be stored in db? Example:
Hi @rajeswarij,
These fields are mostly the same, but the rec_pattern is also using for internal scheduler operations.
rec_pattern
Which one is supposed to be stored in db?
You should store the rec_type field, you can find example of data for the backend by the following link: https://docs.dhtmlx.com/scheduler/recurring_events.html#serversideintegration
rec_type
Best regards,
Thanks. That clarifies.