tags:

views:

43

answers:

2

Is there a good .Net Calendering Engine (standalone) available that provides support for events, recurring events, reminders, invitations etc.

A: 

there is one in SharePoint that you can use through it's .NET API. A standalone one that can be integrated into any app i do not know of. O a second thought it might not be much of a hassle to write one from scratch (as a windows service perhaps).

AZ
Dear for that you need to host SharePoint (either MOSS or WSS) to use that.
TheVillageIdiot
I know :). That's why i mentioned writing one from scratch
AZ
+1  A: 

You could try basing your own calendar on this one. It already supports lots of features so extending it should be easier then writting one from scratch.

MadBoy
yes @MadBoy this is a good example but I needed different functionality and had to write one from scratch but rather a crude one compared to this one.
TheVillageIdiot
If you ever get to write your own hopefully you will release it to public just like this guy did ;-)
MadBoy