Discussion:
[PATCH] Support vcal format timezones
Sylvain Chouleur
2014-10-11 23:56:00 UTC
Permalink
Hi all,

here is a patch proposal in order to support icalendar timezones using
the RFC 5545 definition.
The code just reuse the icalendar.el functions

Cheers,
--
Sylvain
Magnus Henoch
2014-10-13 11:14:39 UTC
Permalink
Post by Sylvain Chouleur
Hi all,
here is a patch proposal in order to support icalendar timezones using
the RFC 5545 definition.
The code just reuse the icalendar.el functions
By a strange coincidence, just today I got an icalendar event invite
that would export to Org incorrectly because gnus-icalendar wouldn't
interpret the timezone definition. With your patch, it gets the time
right. Thanks!

Regards,
Magnus
Ted Zlatanov
2014-10-14 19:46:40 UTC
Permalink
On Sun, 12 Oct 2014 01:56:00 +0200 Sylvain Chouleur <***@gmail.com> wrote:

SC> here is a patch proposal in order to support icalendar timezones using
SC> the RFC 5545 definition.
SC> The code just reuse the icalendar.el functions

Cool. It's just above the tiny change threshold of 10 lines! I can try
to squeeze it into 10 lines if you don't have the copyright assignment
papers?

Also if you could provide a proper ChangeLog entry, it would be helpful.

Thanks
Ted
Sylvain Chouleur
2014-10-15 19:50:51 UTC
Permalink
Hi, my FSF assignment is in process.

here is the updated patch with Changelog entry
--
Sylvain
Post by Ted Zlatanov
SC> here is a patch proposal in order to support icalendar timezones using
SC> the RFC 5545 definition.
SC> The code just reuse the icalendar.el functions
Cool. It's just above the tiny change threshold of 10 lines! I can try
to squeeze it into 10 lines if you don't have the copyright assignment
papers?
Also if you could provide a proper ChangeLog entry, it would be helpful.
Thanks
Ted
Ted Zlatanov
2014-10-16 12:42:55 UTC
Permalink
On Wed, 15 Oct 2014 21:50:51 +0200 Sylvain Chouleur <***@gmail.com> wrote:

SC> Hi, my FSF assignment is in process.
SC> here is the updated patch with Changelog entry

Cool, thanks. Applied.

Ted

Loading...