{% load dajaxice_templatetags %} {{ user.user_name }} User Page - Trello2iCal - Create a calendar feed from Trello cards {% dajaxice_js_import %}

Welcome {{ user.user_name}},

{% if not user.email %}
Trello2iCal is filling a void for people and it is my priority to make it secure and stable, but like anything there might be glitches. If you want to stay on top of your cards and get notified if something breaks or Trello2iCal moves or major updates you should add your email address below:
Why do you need this?
{% endif %}

Create new feed

(Help!)
The feed will contain all cards that have due dates as events on you calendar according to the settings and boards you configure below.
Feed Options:
Only add cards assigned to me.
Make events all day meetings (limited support - depends on your client).
Event length (in minutes):
Choose what boards to include:
{% for board in boards %} {% if forloop.counter0|divisibleby:"4" %}
{% endif %}
{{ board.name }}
{% if forloop.counter|divisibleby:"4" %}
{% endif %} {% endfor %}
A calendar feed was created at the following URL:
(click to auto-select and then copy)


To add it to Google Calendar follow these instructions.
To add it to Outlook follow these instructions.
To add it to Apple iCal follow these instructions.
For other calendar programs try this page or search Google.


Manage your feeds

(Help!)
Url
Summary
{% for feed in feeds %} {% if feed.is_valid %}
{{ feed.summary }}
{% endif %} {% endfor %}

{% include "footer.html" %}