Python library to convert between Remind <https://dianne.skoll.ca/projects/remind/>
_ and iCalendar.
Can be used stand alone (provided rem2ics and ics2rem tools) as well as integrated as a CalDAV client or server.
You need to have the Remind command line tool in version 04.00.00 or higher installed. For Debian/Ubuntu use::
$ sudo apt-get install remind
Using pip
::
$ pip install remind
This will install all Python dependencies as well.
Using python-setuptools
::
$ python3 setup.py install
Have a look at radicale-remind <https://github.com/jspricke/radicale-remind>
_
::
curl URL | ics2rem >> ~/.reminders
Have a look at remind-caldav <https://github.com/jspricke/remind-caldav>
_
::
rem2ics > /var/www/html/my.ics
Publish the URL and use these guides to integrate it into other calendar software:
Thunderbird/Lightning <https://mzl.la/1BsOArH>
_ (Section: On the Network)Google Calendar <https://support.google.com/calendar/answer/37100>
_Apple Calendar <https://support.apple.com/kb/PH11523>
_::
%"summary at location%" description
The %"
is omitted, if there is no description in the iCalendar.
Remind always uses the local timezone. Use something like this to export events in UTC:
::
REM Tue AT [9:00 + $MinsFromUTC] TAG rem2ics_utc MSG Event
iCalendar -> Remind
* RECURRENCE-ID is not supported at the moment. This is a limitation of the used python-vobject library, see http://lists.skyhouseconsulting.com/pipermail/vobject/2009-September/000204.html.
* Creating new calendars by adding includes to a main Remind file is not supported.
Remind -> iCalendar