Error with iCal

Hi,

Yesterday this works 100% but today…
I create a ticket, assign a date of begin and finish, export to iCal and
I observer this…

[Tue Jan 31 16:58:23 2012] [warning]: Unknown property for
Data::ICal::Entry::Event: due at
/home/dgarcia/RT/rt-4.0.4/local/plugins/RTx-Calendar/html/NoAuth/Calendar/dhandler
line 152 (/usr/lib/perl5/5.8.8/Carp.pm:271)
[Tue Jan 31 16:58:23 2012] [warning]: Unknown property for
Data::ICal::Entry::Event: due at
/home/dgarcia/RT/rt-4.0.4/local/plugins/RTx-Calendar/html/NoAuth/Calendar/dhandler
line 152 (/usr/lib/perl5/5.8.8/Carp.pm:271)
[Tue Jan 31 16:58:23 2012] [warning]: Unknown property for
Data::ICal::Entry::Event: due at
/home/dgarcia/RT/rt-4.0.4/local/plugins/RTx-Calendar/html/NoAuth/Calendar/dhandler
line 152 (/usr/lib/perl5/5.8.8/Carp.pm:271)

In my calendar, I import the .ics file but date does not match with RT
system…

Any help??

Thanks!


/ / Daniel Garc�a Mej�a
C E / S / C A Portals i Repositoris
/_/ Centre de Serveis Cient�fics i Acad�mics de Catalunya

Gran Capit�, 2-4 (Edifici Nexus) - 08034 Barcelona
T. (NULL) - F. 93 205 6979 - dgarcia@cesca.cat

Hi,

Yesterday this works 100% but today…
I create a ticket, assign a date of begin and finish, export to iCal
and I observer this…

[Tue Jan 31 16:58:23 2012] [warning]: Unknown property for
Data::ICal::Entry::Event: due at /home/dgarcia/RT/rt-4.0.4/local/plugins/RTx-Calendar/html/NoAuth/Calendar/dhandler
line 152 (/usr/lib/perl5/5.8.8/Carp.pm:271)
[Tue Jan 31 16:58:23 2012] [warning]: Unknown property for
Data::ICal::Entry::Event: due at /home/dgarcia/RT/rt-4.0.4/local/plugins/RTx-Calendar/html/NoAuth/Calendar/dhandler
line 152 (/usr/lib/perl5/5.8.8/Carp.pm:271)
[Tue Jan 31 16:58:23 2012] [warning]: Unknown property for
Data::ICal::Entry::Event: due at /home/dgarcia/RT/rt-4.0.4/local/plugins/RTx-Calendar/html/NoAuth/Calendar/dhandler
line 152 (/usr/lib/perl5/5.8.8/Carp.pm:271)

In my calendar, I import the .ics file but date does not match with
RT system…

Why are you using the RTx-Calendar plugin for feeds rather than the built in
calendar feed? The RTx-Calendar plugin on 4.0 is really only intended to be
used to get a visualization inside RT. RT’s ics feeds will have a URL
that look like:

https://your.rt/NoAuth/iCal/user/token/query

And are available from Tickets → Current Search → Feeds → iCal

If RTx-Calendar is breaking that link, please file a bug against the
extension.

-kevin