User iCal Feed Plugin Installation
Introduction
Restyaboard is an open source alternative to Trello, but with smart additional features like offline sync, diff /revisions, nested comments, multiple view layouts, chat, and more. And since it is self-hosted, data, privacy, and IP security can be guaranteed.
Restyaboard is more like an electronic sticky note for organizing tasks and todos. Apart from this, it is ideal for Kanban, Agile, Gemba board and business process/workflow management. It can be extended with productive plugins
Today, several universities, automobile companies, government organizations, etc from across Europe take advantage of Restyaboard.
This document contains information about how to install and use the User iCal Feed plugin
What you'll learn
- How to install the User iCal Feed plugin in the Restyaboard?
- How to use User iCal Feed plugin?
Video Tutorial
For step-by-step instructions on User iCal Feed Plugin Installation from Admin, refer YouTube video
User iCal Feed Plugin Installation
- Download User iCal Feed app
- Goto your Restyaboard installation root directory. e.g., directory:
/usr/share/nginx/html/restyaboard/
- Extract/unzip the downloaded plugin zip into the Restyaboard installation path
- Give file permission to extracted files. e.g.,
chmod -R 0777 client/apps/r_user_ical_feed/
- Execute the
r_user_ical_feed.sql
in your Restyaboard database, located inclient/apps/r_user_ical_feed/sql/
directory - Add the line
rewrite ^/ical/([0-9]*)/([a-z0-9]*).ics$ /server/php/plugins/UseriCalFeed/ical.php?user_id=$1&hash=$2 last;
afterline 23
in theRestyaboard configuration file
which is in the/etc/nginx/conf.d
folder and restart theNginx
bysystemctl restart nginx
- After the above process, clear the browser cache and login again to view the installed User iCal Feed plugin on your Restyaboard.
How to use User iCal Feed plugin
- After login, please click the user profile or user icon in the footer menu and click the
profile
options and it will direct to the user profile page. - Now click the tab
Cards
and under the tab content, you can see theCopy iCal User Feed
button. - After clicking the button, the dropdown will appear and the
iCal feed URL
will be in the input and you can copy the url and enter it in the URL for Google calendar option.