If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
It is possible with workflow from Advanced Pack
But it needs some accurate work.
In general you need to create a workflow is trigger after event (Call, Meeting, Or Task) created, set condition (important!), and in actions select Create Entity
Yes, I have the workflows from advanced pack and have a couple set up already.
I have a idea on how to get it created in the first place now. Do you have any suggestion on how to delete/remove these events once they are created by a user?
I think you need to create to create link field (and relation before) Parent Event, also you need to create a flag field (bool or enum) to specify recurrence.
for deleting you need to create logic hook (afterRemove), where you can select all next related events and remove them
it could be really cool to have these "repeat event" feature as a first-class feature in EspoCRM.
Is it in the roadmap ?
I have many customers that really need that... to plan recurrent internal staff meeting and for now, it's really painfull to plan these recurring events.
Thanks for your feedback / update
Probably never officially; the recommend method is to use Advanced Packages (Workflow) to do this. It been a Feature Requests I'm still waiting for natively.
But if you do work toward "upgrading" the calendar. Be good if you can add in two status: Defer (Reschedule) and Cancel. Default status are: Held, Not Held, Planned. But this is not important, re-curring is!
Comment