Managing the calendar from Nextcloud
And how could you not miss the possibility of adding a Calendar to Nextcloud, with the idea of continuing to centralize useful and easy-to-use applications for our users! They will be able to import their calendars, share them and collaborate with other users or external users!
It's a pretty fundamental app, we will download it from the Nextcloud Apps repository and we proceed to install it on our Nextcloud machine:
[SourceCode]mv calendar.tar.gz /var/www/nextcloud/apps/
cd /var/www/nextcloud/apps
tar zxfv calendar.tar.gz
RM calendar.tar.gz[/SourceCode]
After copying the app to the Nextcloud Apps folder, we will be able to access the Apps menu as an administrator and in “Disabled apps” we will be able to find the Calendar and enable it! Click on “Activate”,
By logging in as a user, we will already be able to see the Calendar icon and the interface, that is super friendly and simple to use! I hope you find it interesting!









































