Archive for category calendar
SharePoint – csegSmallCalendar webpart updated
Posted by cseg in calendar, sharepoint on September 29, 2006
Do you remember?, SharePoint 2003 continues alive. This night I updated my csegSmallCalendar webpart with some new features. Now I’m designing a web site to host the NavarraDotNet.com user group and I have needed for this new features.
AdjustCurrentMonth
Now you can adjust the month that the calendar is showing, If we are in September, and you adjust the calendar with a -1 value you can view August month, same with a 1 value you can view the current month +1. Now you can display more than one month adding new webparts.
Adjust date Format
Now you can change the format used in the filters, some international users will be happy with this.
Filter Field Name
In the previous version the field name passed in the filter was the field name from the list where we are taking the data, and you only could filter lists that are using the same field name. Now you can see task dates and filter an event list.

csegSmallCalendar2.zip (17,82 KB)
SharePoint – csegSmallCalendar with IFilterProvider
Posted by cseg in calendar, sharepoint on May 2, 2006
Well, so many people ask to me because csegSmallCalendar has not a filter interface to use with any list. And the answer is, I forget it. Now the webpart has a FilterProvider interface to filter any list. Also you can display a “clear filter” button to clear the filter on list. As always some screenshots…



SharePoint – csegSmallCalendar webpart
Posted by cseg in calendar, sharepoint on April 25, 2006
I continue working in my csegSharePoint library. Meanwhile I’m doing some test with this, as this webpart that is a small calendar that show a date field from a list, and it allows select the dates witth entries, and provide a cell value with the date. You can select the List and the Field and the styles to draw the calendar.
Also you can use this with csegRollUp to filter by dates, using [CellProvider] in queries.
![]() | ![]() |
The source code will be available along with more examples as csegNavigator and others with csegSharePoint.
csegSmallCalendar.zip (13,68 KB)

