Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Twitter/Recordatorios.cs @ 231:e5959f3405e0
Eventos sin ponentes
author | nelopauselli |
---|---|
date | Wed, 28 Sep 2011 20:02:44 -0300 |
parents | c4c60e034103 |
children |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Twitter/Recordatorios.cs Wed Sep 28 19:19:33 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Twitter/Recordatorios.cs Wed Sep 28 20:02:44 2011 -0300 @@ -19,8 +19,8 @@ for (int hora = 3; hora > 0; hora--) { - var mensaje = TwitterStringHelper.TipoEvento(evento.Tipo) + " sobre " + evento.Titulo + " con " + - TwitterStringHelper.Ponente(evento.Ponente) + " inicia en [" + hora + "] hora" + + var mensaje = TwitterStringHelper.TipoEvento(evento.Tipo) + " sobre " + evento.Titulo + + TwitterStringHelper.Ponentes(evento) + " inicia en [" + hora + "] hora" + (hora > 1 ? "s" : string.Empty) + " " + TwitterStringHelper.Hora(fechaInicio) + " http://snipr.com/virtualaltnet"; @@ -28,8 +28,8 @@ Items.Add(new RecordatorioItem(fechaRecordatorio, mensaje)); } - var mensaje15 = TwitterStringHelper.TipoEvento(evento.Tipo) + " sobre " + evento.Titulo + " con " + - TwitterStringHelper.Ponente(evento.Ponente) + " inicia en [15] minutos " + + var mensaje15 = TwitterStringHelper.TipoEvento(evento.Tipo) + " sobre " + evento.Titulo + + TwitterStringHelper.Ponentes(evento) + " inicia en [15] minutos " + TwitterStringHelper.Hora(fechaInicio) + " http://snipr.com/virtualaltnet"; var fechaRecordatorio15 = fechaInicio.AddMinutes(-15);