6
description="Allows you to create, search, and browse your Google calendar events."
11
<Import assembly="GCalendar.dll"/>
12
<Import assembly="Google.GData.AccessControl.dll"/>
13
<Import assembly="Google.GData.Calendar.dll"/>
14
<Import assembly="Google.GData.Client.dll"/>
15
<Import assembly="Google.GData.Extensions.dll"/>
19
<Addin id="Core" version="1.0" />
22
<!-- Extensions included in this assembly -->
23
<Extension path="/Do/ItemSource">
24
<ItemSource type="GCalendar.GCalendarItemSource" />
27
<Extension path="/Do/Action">
28
<Action type="GCalendar.GCalendarNewEvent" />
29
<Action type="GCalendar.GCalendarSearchEvents" />