Announcement

All important changes of my site and my blog will be announced here.

Computer security

This is my hobby. I spend my freetime for it. I am not professional in this area. But I like it very much.

Everything Else

Which doesn’t belong to other categories will land here. It maybe about my daily life, entertainment, music, game … or something like that

Programming

This is my job. That means everyday I must sit before the monitor. Tip something, be annoyed by bugs,… but I simply like it.

Tutorial

When I found something interesting, I would like to share it to everyone. That is the reason for this category comes.

Home » Archive by Tags

Articles tagged with: sharepoint

C#, Sharepoint – Send appointment without using Outlook Object
Wednesday, 29 Apr, 2009 – 1:33 | 16 Comments

Two months ago I wrote a small blog about my new project on creating a  SharePoint Webpart for sending appointment. Today a reader asks me how I solve my task at sending appointment without using Outlook Object so I decide to publish my code for sharing with who needs it. In this project I should create a Webpart to send Outlook appointment without using the available Outlook Object. The using of Outlook Object will require …

SharePoint, WebPart and Visual Studio = Chaos
Tuesday, 10 Feb, 2009 – 13:00 | 2 Comments
SharePoint, WebPart and Visual Studio = Chaos

I received a new project one week ago.  In this project I should use Visual Studio to create a WebPart Calendar which will be used in SharePoint website. When my chef plans a month for me, I knew that this project must be very complicated. And now I am sure that I am right. . If someone uses Outlook Calendar to create an appointment, he may be know how Outlook manages the appointments.  He …