Save some specific events

Hi everyone.
First of all happy new year :wink:
Secondly I have an important question:
Is it possible to only serialize some specific events?
I have a list of projets that I’m loading in jSon format into the calendar. Those projets are loaded everytime I initialise the calendar because we can modify the name, the dates, people in charge etc…
I would like to save only specific events such as a meeting, an absence or vacations. Saving the whole calendar would be useless for me.
Thanks for the answers.
Vincent

Problem solved, I just added a tag=“project” to my event attributes and then modified the serialise.js to only serialise any event that doesn’t have this tag.