Pergunta

Alguém sabe de um controle calendário planejador que iria exibir um mês inteiro de eventos, incluindo o título do evento em cada dia? Eu preciso dele para usar um formato de dados ical que viria de uma solicitação de serviço web repousante.

Gostaria de controle para saída HTML simples sem javascript como tem que trabalhar no website sector público ou degradar normalmente se não.

Todas as sugestões serão gratos.

Agradecemos antecipadamente,

Mark

Foi útil?

Solução

There is a usesful .net library call DDay.iCal that allows you to deserialize an ical document into classes and work with them directly.

http://www.ddaysoftware.com/Pages/Projects/DDay.iCal/

There are lots of examples that show you how to show the contents of ical files in a calendar/scheduler aspx file.

It should really help you out.

You can even download the sourcecode from here:

http://sourceforge.net/projects/dday-ical/files/dday-ical/0.80/DDay-iCal_0-80_src.zip/download

Hope it helps.

Outras dicas

The Telerik scheduler control has this support; it has a scheduler control that you can see the entire month's view, or navigate to a day/week view. You can also export the results to ICS format easily. More details can be found on the demo web site at: demos.telerik.com, look in the MS AJAX demo site for the Scheduler control.

I have not used this but I filed a note on it for myself for the future. The Club Starter Kit (http://www.asp.net/downloads/starter-kits/club/) has a feature to view events in a calendar and download them to Outlook as iCal. No idea how it is built (or the quality of the code) since I have not looked at the code yet but you might want to check it out.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top