@nodert-win10/windows.applicationmodel.appointments
Version:
Use the Windows.ApplicationModel.Appointments UWP API directly from Node.js
70 lines (69 loc) • 2.08 kB
JSON
{
"name": "@nodert-win10/windows.applicationmodel.appointments",
"version": "0.2.96",
"description": "Use the Windows.ApplicationModel.Appointments UWP API directly from Node.js",
"main": "lib/main.js",
"scripts" : {
"install" : "node-gyp rebuild --msvs_version=2015"
},
"os": [
"win32"
],
"keywords": [
"Windows.ApplicationModel.Appointments",
"Windows",
"ApplicationModel",
"Appointments",
"Appointment",
"AppointmentStore",
"IAppointmentParticipant",
"AppointmentOrganizer",
"AppointmentInvitee",
"AppointmentRecurrence",
"AppointmentManager",
"FindAppointmentsOptions",
"AppointmentException",
"AppointmentCalendarSyncManager",
"AppointmentCalendar",
"AppointmentStoreChange",
"AppointmentStoreChangeReader",
"AppointmentStoreChangedDeferral",
"AppointmentStoreChangeTracker",
"AppointmentConflictResult",
"AppointmentStoreChangedEventArgs",
"AppointmentProperties",
"AppointmentStoreNotificationTriggerDetails",
"AppointmentStoreAccessType",
"AppointmentSensitivity",
"AppointmentBusyStatus",
"AppointmentParticipantResponse",
"AppointmentParticipantRole",
"AppointmentRecurrenceUnit",
"AppointmentDaysOfWeek",
"AppointmentWeekOfMonth",
"AppointmentCalendarSyncStatus",
"RecurrenceType",
"AppointmentDetailsKind",
"FindAppointmentCalendarsOptions",
"AppointmentSummaryCardView",
"AppointmentCalendarOtherAppReadAccess",
"AppointmentCalendarOtherAppWriteAccess",
"AppointmentConflictType",
"AppointmentStoreChangeType",
"NodeRT",
"WinRT",
"Microsoft"
],
"dependencies" : {
"nan" : "latest"
},
"repository": {
"type": "git",
"url": "git://github.com/NodeRT/NodeRT.git"
},
"homepage": "https://github.com/NodeRT/NodeRT",
"author": "Generated by NodeRT",
"contributors": ["nadavbar <nadavbar@gmail.com> (http://www.nadavos.com)"],
"gypfile": true,
"license": "Apache-2.0"
}