Пример #1
0
        public async Task <bool> AddReminderAsync(string id, CalendarEvent calEvent)
        {
            var appointment = new global::Windows.ApplicationModel.Appointments.Appointment();

            appointment.StartTime = calEvent.Start;

            appointment.Subject  = calEvent.Name;
            appointment.Details  = calEvent.Description;
            appointment.Location = calEvent.Location;
            appointment.AllDay   = calEvent.AllDay;

            await global::Windows.ApplicationModel.Appointments.AppointmentManager.ShowAddAppointmentAsync(
                appointment,
                Rect.Empty,
                Placement.Default);

            return(true);
        }
Пример #2
0
 public global::Windows.Foundation.IAsyncOperation <string> ShowAddAppointmentAsync(global::Windows.ApplicationModel.Appointments.Appointment appointment, global::Windows.Foundation.Rect selection)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<string> AppointmentStore.ShowAddAppointmentAsync(Appointment appointment, Rect selection) is not implemented in Uno.");
 }
Пример #3
0
 public global::Windows.Foundation.IAsyncAction MoveAppointmentAsync(global::Windows.ApplicationModel.Appointments.Appointment appointment, global::Windows.ApplicationModel.Appointments.AppointmentCalendar destinationCalendar)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction AppointmentStore.MoveAppointmentAsync(Appointment appointment, AppointmentCalendar destinationCalendar) is not implemented in Uno.");
 }
Пример #4
0
 public global::Windows.Foundation.IAsyncOperation <global::Windows.ApplicationModel.Appointments.AppointmentConflictResult> FindConflictAsync(global::Windows.ApplicationModel.Appointments.Appointment appointment, global::System.DateTimeOffset instanceStartTime)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<AppointmentConflictResult> AppointmentStore.FindConflictAsync(Appointment appointment, DateTimeOffset instanceStartTime) is not implemented in Uno.");
 }
Пример #5
0
 public global::Windows.Foundation.IAsyncOperation <string> ShowReplaceAppointmentAsync(string localId, global::Windows.ApplicationModel.Appointments.Appointment appointment, global::Windows.Foundation.Rect selection, global::Windows.UI.Popups.Placement preferredPlacement, global::System.DateTimeOffset instanceStartDate)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<string> AppointmentStore.ShowReplaceAppointmentAsync(string localId, Appointment appointment, Rect selection, Placement preferredPlacement, DateTimeOffset instanceStartDate) is not implemented in Uno.");
 }
Пример #6
0
 public global::Windows.Foundation.IAsyncOperation <string> ShowEditNewAppointmentAsync(global::Windows.ApplicationModel.Appointments.Appointment appointment)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<string> AppointmentManagerForUser.ShowEditNewAppointmentAsync(Appointment appointment) is not implemented in Uno.");
 }
Пример #7
0
 public global::Windows.Foundation.IAsyncOperation <string> ShowReplaceAppointmentAsync(string appointmentId, global::Windows.ApplicationModel.Appointments.Appointment appointment, global::Windows.Foundation.Rect selection, global::Windows.UI.Popups.Placement preferredPlacement)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<string> AppointmentManagerForUser.ShowReplaceAppointmentAsync(string appointmentId, Appointment appointment, Rect selection, Placement preferredPlacement) is not implemented in Uno.");
 }
Пример #8
0
 public global::Windows.Foundation.IAsyncOperation <bool> TryUpdateMeetingResponseAsync(global::Windows.ApplicationModel.Appointments.Appointment meeting, global::Windows.ApplicationModel.Appointments.AppointmentParticipantResponse response, string subject, string comment, bool sendUpdate)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<bool> AppointmentCalendar.TryUpdateMeetingResponseAsync(Appointment meeting, AppointmentParticipantResponse response, string subject, string comment, bool sendUpdate) is not implemented in Uno.");
 }
 public global::Windows.Foundation.IAsyncAction ReportCompletedAsync(global::Windows.ApplicationModel.Appointments.Appointment createdOrUpdatedAppointment)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction AppointmentCalendarCreateOrUpdateAppointmentRequest.ReportCompletedAsync(Appointment createdOrUpdatedAppointment) is not implemented in Uno.");
 }
Пример #10
0
 public global::Windows.Foundation.IAsyncOperation <bool> TryProposeNewTimeForMeetingAsync(global::Windows.ApplicationModel.Appointments.Appointment meeting, global::System.DateTimeOffset newStartTime, global::System.TimeSpan newDuration, string subject, string comment)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<bool> AppointmentCalendar.TryProposeNewTimeForMeetingAsync(Appointment meeting, DateTimeOffset newStartTime, TimeSpan newDuration, string subject, string comment) is not implemented in Uno.");
 }
Пример #11
0
 public global::Windows.Foundation.IAsyncOperation <bool> TryForwardMeetingAsync(global::Windows.ApplicationModel.Appointments.Appointment meeting, global::System.Collections.Generic.IEnumerable <global::Windows.ApplicationModel.Appointments.AppointmentInvitee> invitees, string subject, string forwardHeader, string comment)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<bool> AppointmentCalendar.TryForwardMeetingAsync(Appointment meeting, IEnumerable<AppointmentInvitee> invitees, string subject, string forwardHeader, string comment) is not implemented in Uno.");
 }
Пример #12
0
 public global::Windows.Foundation.IAsyncOperation <bool> TryCancelMeetingAsync(global::Windows.ApplicationModel.Appointments.Appointment meeting, string subject, string comment, bool notifyInvitees)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<bool> AppointmentCalendar.TryCancelMeetingAsync(Appointment meeting, string subject, string comment, bool notifyInvitees) is not implemented in Uno.");
 }
Пример #13
0
 public global::Windows.Foundation.IAsyncOperation <bool> TryCreateOrUpdateAppointmentAsync(global::Windows.ApplicationModel.Appointments.Appointment appointment, bool notifyInvitees)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<bool> AppointmentCalendar.TryCreateOrUpdateAppointmentAsync(Appointment appointment, bool notifyInvitees) is not implemented in Uno.");
 }
Пример #14
0
 public global::Windows.Foundation.IAsyncAction SaveAppointmentAsync(global::Windows.ApplicationModel.Appointments.Appointment pAppointment)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction AppointmentCalendar.SaveAppointmentAsync(Appointment pAppointment) is not implemented in Uno.");
 }