Hi everyone
On the last week I successfully started working on the issue #824 - Calendars export to other devices. The task is divided into two parts. They are:
1) Adding buttons. By clicking on it a pop-up window will provide the user with an url, that can be put into the other calendar to import Sigmah calendar events (for example Google calendar).
2) Creating a servlet for external users that will be called by this link. The servlet will generate an ics output stream with the requested Sigma calendar data. So Sigma calendar data can be imported to the calendar of the external user.
For now (from the first part) I've created share buttons.

From the second part, I've made a prototype that confirmed the possibility of importing of the events generated by a servlet (launched in a sigmah project) at ics format into the Google calendar.


Plans:
Now I'm working on the full implementation of these two parts.
Thank you!
Aliaksei Karpau