I was playing around with the Calendar Event app on Adalo (Clone Event Calendar to Jumpstart Your No Code App) and wanted to ask if anyone knows how to make the events created in the app private so only the user can see the events they created?
It looks like all the events created in the app are public so any user can view them and I want to make events private to only those created by the user.
Let me know if you know how to resolve this- Thank you!
To achieve this you need to make sure you have an âeventsâ collection and that it has a relationship with the user collection. So create a collection called events and click Add property > relationship > Users.
Thank you for this response! This was helpfulâI was able to edit the collection so that is has a property associated with its users. I created a âUser-Created Eventsâ property. After testing it out, noticed though that my other screens that are lists that are supposed to show the records of the User-Created Events are empty. Even after uploading an image, when I go to the User-Created Events section in the Database collections, the number of records is 0. (Screenshots included)
Is there any way I can link the database so that records in User-Created Events are actually being uploaded in the Database?
I was able to make the Calendar Events Private to User-Created Events and the images are being uploaded now into the database. The reason they werenât showing up before is because I didnât specify in the Submit Button to push the images to the respective database. I have another issue with the images not actually showing up properly for the image source but Iâll open a new question on the forum for it.
Hi B0untiful_26! The issue here was that all the events would show up even for those not added by the user. I want to use this functionality to be private so the user can only see the events created by them. I was able to make it private but now the issue is that image associated with the private event is not showing up! Anything you know that ca n help would be greatly appreciated-thanks!
Hi B0untiful_26, do you have a screenshot of where I can set it so the user follows himself? Can this setting make all the events uploaded by them private so only they can see what they uploaded?