Lines Matching refs:alert
73 Alert.alert('This calendar does not allow modifications');
105 Alert.alert('Event saved successfully');
108 Alert.alert('Event not saved successfully', e.message);
118 Alert.alert('Event found using getEventAsync', JSON.stringify(newEvent));
120 Alert.alert('Error finding event', e.message);
130 Alert.alert('Attendees found using getAttendeesForEventAsync', JSON.stringify(attendees));
132 Alert.alert('Error finding attendees', e.message);
139 Alert.alert('This calendar does not allow modifications');
150 Alert.alert('Event saved successfully');
153 Alert.alert('Event not saved successfully', e.message);
164 Alert.alert('Event deleted successfully');
167 Alert.alert('Event not deleted successfully', e.message);