unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#5433: calendar: ical export
@ 2010-01-20 11:24 emacs user
  2010-01-20 18:40 ` Ulf Jasper
  0 siblings, 1 reply; 6+ messages in thread
From: emacs user @ 2010-01-20 11:24 UTC (permalink / raw)
  To: bug-gnu-emacs


In GNU Emacs 23.1.91.4 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of 2010-01-16 on Windowing system distributor `Apple', version 10.3.949 configured using `configure  '--with-ns' '--without-x''
it seems that the export of calendar to ical format does not include the exporting of alarms.  I could be wrong, but perhaps what's missing is something like
BEGIN:VALARMX-WR-ALARMUID:C095B897-11FE-4D33-85E8-A933A67B1147ACTION:AUDIOTRIGGER:-PT15MATTACH;VALUE=URI:BassoEND:VALARM
 		 	   		  
_________________________________________________________________
Hotmail: Powerful Free email with security by Microsoft.
http://clk.atdmt.com/GBL/go/196390710/direct/01/






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#5433: calendar: ical export
  2010-01-20 11:24 bug#5433: calendar: ical export emacs user
@ 2010-01-20 18:40 ` Ulf Jasper
       [not found]   ` <BLU109-W3F1B323F11347DA5C18AFF8630@phx.gbl>
  0 siblings, 1 reply; 6+ messages in thread
From: Ulf Jasper @ 2010-01-20 18:40 UTC (permalink / raw)
  To: emacs user; +Cc: 5433

emacs user <emacs_user@hotmail.com> writes:
> In GNU Emacs 23.1.91.4 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of 2010-01-16 on Windowing system distributor `Apple', version 10.3.949 configured using `configure  '--with-ns' '--without-x''
> it seems that the export of calendar to ical format does not include the exporting of alarms.  I could be wrong, but perhaps what's missing is something like
> BEGIN:VALARMX-WR-ALARMUID:C095B897-11FE-4D33-85E8-A933A67B1147ACTION:AUDIOTRIGGER:-PT15MATTACH;VALUE=URI:BassoEND:VALARM

icalendar.el ignores VALARM components during import and does not generate
them during export.

In iCalendar a VALARM is part of a VEVENT.  In Emacs the equivalent of a
VEVENT is a diary entry and the equivalent of a VALARM would be an
appointment notification. An appointment is generated (via
appt-make-list etc.) from a diary entry but it is not part of it.

icalendar import and export converts a diary file from and to an ical
file. Appointments are (currently) not involved.

There appears to be no obvious solution how to implement VALARM support.
(One could add a VALARM to each exported VEVENT scheduled 10 minutes or
so before the event. But that would be rather stupid.)

Any suggestions?

Ulf






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#5433: calendar: ical export
       [not found]   ` <BLU109-W3F1B323F11347DA5C18AFF8630@phx.gbl>
@ 2010-01-21 19:39     ` Ulf Jasper
       [not found]       ` <BLU109-W28FF30672E68F51BD68E61F8630@phx.gbl>
  0 siblings, 1 reply; 6+ messages in thread
From: Ulf Jasper @ 2010-01-21 19:39 UTC (permalink / raw)
  To: emacs user; +Cc: 5433

emacs user <emacs_user@hotmail.com> writes:

> hi, thanks for the prompt response!  I have my emacs setup to beep 10
> or 15 minute before an appointment.  Perhaps it would not be
> unreasonable to export exactly this, using the advance notice period
> used by emacs itself.  I think this is what you are proposing below,
> and in fact that's what I naively expected should happen.  took me
> some time to figure out why the Mac's calendar does not sound alarms
> the way emacs does when I used the exported ical file...  perhaps it
> would be possible to have some customization variable to turn this
> behavior on or off?  thanks again!  cheers, E

OK. I'll add something like newsticker-autocreate-valarm with possible
values 'audio, 'display and nil as well as
newsticker-autocreate-valarm-advance. 

As soon as I find the time.

Best,
Ulf






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#5433: calendar: ical export
       [not found]       ` <BLU109-W28FF30672E68F51BD68E61F8630@phx.gbl>
@ 2010-01-22 17:30         ` Ulf Jasper
  2014-11-17 20:25           ` Ulf Jasper
  0 siblings, 1 reply; 6+ messages in thread
From: Ulf Jasper @ 2010-01-22 17:30 UTC (permalink / raw)
  To: emacs user; +Cc: 5433

emacs user <emacs_user@hotmail.com> writes:

>> OK. I'll add something like newsticker-autocreate-valarm with possible
>> values 'audio, 'display and nil as well as
>> newsticker-autocreate-valarm-advance.
>>
>> As soon as I find the time.
>
> thanks, wonderful...  I don't know what newsticker is, but I hope this
> would apply to regular diary entries...

Ooops! Make that "icalendar-autocreate-...".






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#5433: calendar: ical export
  2010-01-22 17:30         ` Ulf Jasper
@ 2014-11-17 20:25           ` Ulf Jasper
  2014-11-22 15:31             ` Ulf Jasper
  0 siblings, 1 reply; 6+ messages in thread
From: Ulf Jasper @ 2014-11-17 20:25 UTC (permalink / raw)
  To: emacs user; +Cc: 5433

Finally, there is a new variable `icalendar-export-alarms' for enabling
and configuring export of alarms.  I just committed it to the trunk.
So, if you are still interested, please try it.

Sorry for the delay!

Ulf






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#5433: calendar: ical export
  2014-11-17 20:25           ` Ulf Jasper
@ 2014-11-22 15:31             ` Ulf Jasper
  0 siblings, 0 replies; 6+ messages in thread
From: Ulf Jasper @ 2014-11-22 15:31 UTC (permalink / raw)
  To: emacs user; +Cc: 5433-done, 5433

Email to observer is bouncing back.

Closing.





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-11-22 15:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-20 11:24 bug#5433: calendar: ical export emacs user
2010-01-20 18:40 ` Ulf Jasper
     [not found]   ` <BLU109-W3F1B323F11347DA5C18AFF8630@phx.gbl>
2010-01-21 19:39     ` Ulf Jasper
     [not found]       ` <BLU109-W28FF30672E68F51BD68E61F8630@phx.gbl>
2010-01-22 17:30         ` Ulf Jasper
2014-11-17 20:25           ` Ulf Jasper
2014-11-22 15:31             ` Ulf Jasper

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).