Announcement
Collapse
No announcement yet.
Calender doesn 't show event
Collapse
X
-
Hi,
I don't know whether you notice that but on the Calendar view you are expecting to see the event on the 6th of April, but in fact, I see that your event have the dateStart and the dateEnd on the 6th of October of the current year.
Please switch your calendar view to the October 2021 to see your event.
BTW if this is a custom Event type entity, then you need to add it to the Calendar Entity List scope in the Administration -> Settings.
-
Hi,
assignedUser.name == 'CY.Lau' is not correct. You need to assign ID:
Code:assignedUserId = '2324e25f245fegvs3'.
Tip: I've noticed that you used the 'Create Record' action first and then you used many times the 'Upgrade created record' actions. In this case it is more better to define all that 'Upgrade created record' actions within first 'Create Record' action.
Comment
Comment