Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacing description with description value from VALARM section #3

Open
GoogleCodeExporter opened this issue Mar 29, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

When is use VALARM section, description is replaced with description from 
there. 

For example, for this event

BEGIN:VEVENT
DTSTAMP:20120704T141257Z
UID:040000008200E00074C5B7101A82E00800000000314FF44
DESCRIPTION:Test Description
PRIORITY:5
SUMMARY:Test
X-MICROSOFT-CDO-BUSYSTATUS:BUSY
X-LABEL:0
CLASS:PUBLIC
SEQUENCE:0
X-ALARM-TRIGGER:-PT15M
X-NEXT-ALARM:20120707T054500Z
DTSTART;TZID="Amsterdam, Belgrade, Berlin":20120707T080000
DTEND;TZID="Amsterdam, Belgrade, Berlin":20120707T130000
BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:Alarm Description
TRIGGER;RELATED=START:-PT15M
END:VALARM
END:VEVENT

return description "Alarm Description" and not "Test Description"

Sorry for my English...

Original issue reported on code.google.com by leninzpr...@gmail.com on 4 Jul 2012 at 2:55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant