~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to GCalendar/src/GCalendarNewEvent.cs

Adding missing files and Archive plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
using Google.GData.Client;
29
29
using Google.GData.Calendar;
30
30
 
31
 
namespace Do.GCalendar
 
31
namespace GCalendar
32
32
{
33
33
        public sealed class GCalendarNewEvent : IAction
34
34
        {
45
45
        }
46
46
                        
47
47
                public string Icon {
48
 
                        get { return "stock_new-appointment"; }
 
48
                        get { return "calIcon.png@GCalendar"; }
49
49
                }
50
50
                
51
51
                public Type[] SupportedItemTypes {