~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to GCalendar/src/GCalendarItemSource.cs

Adding missing files and Archive plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
using Google.GData.Calendar;
33
33
using Google.GData.Extensions;
34
34
 
35
 
namespace Do.GCalendar
 
35
namespace GCalendar
36
36
{       
37
37
        public sealed class GCalendarItemSource : IItemSource
38
38
        {
46
46
 
47
47
                public string Name { get { return "Google Calendars"; } }
48
48
                public string Description { get { return "Indexes your Google Calendars"; } }
49
 
                public string Icon { get { return "date"; } }
 
49
                public string Icon { get { return "calIcon.png@GCalendar"; } }
50
50
 
51
51
                public Type[] SupportedItemTypes
52
52
                {