How do I send an event notification to several people

I need to set up a meeting on a building site for several people in the design team. Am I able to send an event via iCal and request confirmation of their attendance?

Hello, light diva. 
Thank you for visiting Apple Support Communities. 
Here is an article that walks you through the process of sending calendar invites. 
Invite others to an event
http://support.apple.com/kb/PH4706
Cheers,
Jason H. 

Similar Messages

  • How do I send an Event created in Calendar on my iPad2 via e-mail?

    How do I send an Event created in Calendar on my iPad2 via e-mail?

    Hello, light diva. 
    Thank you for visiting Apple Support Communities. 
    Here is an article that walks you through the process of sending calendar invites. 
    Invite others to an event
    http://support.apple.com/kb/PH4706
    Cheers,
    Jason H. 

  • How can i send an e-mail to several mail adress typing a group name, similar procedure used un gmail

    IN IPAD AIR How can i send an e-mail to several mail adress typing a group name, similar procedure used un gmail wich is very frendly

    Before all these updates, one used to be able to create a Group (such as Buddy List), then send emails by clicking on that Group Name.  Has not worked for a long time now, though.  I wish they would bring it back.

  • HT3529 How do I create a group to message several people at one time?

    How do I create a group to message several people at one time and keep it in my contacts to use frequently?  Such as co-workers or family member groups?

    GContacts is for both the iPhone and iPad. It can be found in the US App Store. Don't know what country you're in so I can't say for sure you can find it in your App Store. If you do a search on "contacts" in your App Store you should be able to find some contact manager apps.
    There is a way to create a contact with a group of email addresses.
    1. In Notes app create a list of email addresses separated by a comma.  Example [email protected],[email protected] Highlight the list and copy.
    2. In Contacts create a new contact and give it the name of the group you want.
    3. In the email field paste the list of email addresses.
    Note: you are probably wondering why you have to copy and paste the addresses into the email field. If you try to type the list into the email field, you will find that there is no way to type a comma in this field.
    4. Save the contact.
    5. When you create an email, select the group entry from contacts.
    You may get a message that the email address is invalid, but ignore the error, because the email should still be sent to all addresses.

  • HOW DO YOU SEND AN EVENT "OUT" TO A COMPONENT?

    I am writing an AIR app that has many components.  The main application has a "start" button to begin a new project, and when you exit a project, the application returns to the start page.  Even though you exit back to the start page, the major MXML components used in the application do not get destroyed because there is no way to destroy them so they just sit there idle in the background and not visible in the "start" state.  The problem is that when a user clicks the "start" button again to start a new project, the MXML components appear in the new project in the old state that they were in because there is no obvious way to reinitialize them.  If there was a way to destroy the components, then when they were recreated in a new project I could initialize them with a creationComplete handler.  But since you can't literally destroy an MXML component, I need a way for the components to be able to listen to the main program for a click event on the "start" button, and then each component initializes itself when it hears the event.  So instead of components passing an event up to the main application, I need the main application to send an event down to the components.  Is there a way to send an event from the main application out to the various components?  (or is there a way to destroy an MXML component so that you can recreate it later that I am unaware of?)

    Yes, that will do the job, though it's better to use a custom event and you don't need a property.
    I quickly made a tiny example in Flash using a static variable as a central dispatch hub..
    Create a class:
    package  {
        import flash.events.EventDispatcher;
        public class EventHub extends EventDispatcher {
            public static var dispatcher:EventHub = new EventHub();
            public function EventHub() {
                // constructor code
    // in the component add this
    EventHub.dispatcher.addEventListener("INIT_COMPONENT", _onInitComponent);
    // the handler for the event inside your component
    private function _onInitComponent(e:Event):void{
        trace("INIT_COMPONENT received");
    // wherever you need to trigger init, add this
    EventHub.dispatcher.dispatchEvent(new Event("INIT_COMPONENT"));
    Paul

  • How do I send a email notification with PL/SQL to Check for Columns

    I want to be able to use PL/SQL to check my columns and makes sure that all required columns were populated, and if any were not populated to send an email notification.
    Thanks
    Hank

    I would still suggest that adding appropriate constraints (well, logical constraints) to the table is the right way to go.
    When you get the file back, you load the data into the table. If the constraint is satisfied, the data is loaded. If the constraint is violated, the loader gets an error, writes the affected data to another table, to another file, etc. That way, the data in the database is always correct and you have a log of the rows that were bad.
    create table t( status varchar2(10), cost number );
    create or replace trigger trg_t
    before insert or update
    on t
    for each row
    begin
       if :new.status = 'Approved' and :new.cost is null
       then
         raise_application_error( -20001, 'Cost must not be null if status is approved' );
       end if;
    end;
    SCOTT @ hp92 Local> insert into t values( 'Reject', 1 );
    1 row created.
    SCOTT @ hp92 Local> insert into t values( 'reject', null );
    1 row created.
    SCOTT @ hp92 Local> insert into t values( 'Approved', 2 );
    1 row created.
    SCOTT @ hp92 Local> insert into t values( 'Approved', null );
    insert into t values( 'Approved', null )
    ERROR at line 1:
    ORA-20001: Cost must not be null if status is approved
    ORA-06512: at "SCOTT.TRG_T", line 4
    ORA-04088: error during execution of trigger 'SCOTT.TRG_T'If you don't want to touch the loader, you can rename the table, create a view with the same name, and use an INSTEAD OF trigger on the view to populate the real table or a reject table.
    Either way, you're better off, in general, rejecting invalid records than trying to expend a lot of effort reporting on them.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Is there any way to send an event invitation to multiple people, but hide invitees' email addresses from recipients? I need to keep their details private...

    Hi,
    I'm creating a series of events in Lightning, and sending invitations to all my adult class students. Legally, and ethically, I have to keep their personal details private. This includes their email addresses. I can't find a way to send invitations to a dozen people, without them seeing everyone's email addresses. I need something like a bcc option really. Is there a way please? Google calendar seems to be able to do it, but I don't want to use that, I far prefer TB/Lightning - largely because I can then send invitations from my business address instead of Gmail.
    Thanks very much,
    Melanie

    The following is intended as general guidance about changing the to: designation in Thunderbird. I must admit I'm not sure how it works with calendar event invitations. I need to check. Of course, amongst colleagues and in the workplace generally, it's not required to hide addresses, and as that's pretty much the only context I have used automatically generated invitation emails, I hadn't found any need to use bcc:.
    Thunderbird has bcc. Click on to: to change it.
    Tip: change it when you add the first address, then each address you subsequently add will be set to bcc: automatically.
    If you're using a Mailing List, bcc: will apply to each address in the list too.
    And try F9 to see a Contacts Sidebar in the Compose window. This has explicit "Add to..." buttons.

  • How do I send the same email to multiple people?

    I have created some folders in Mail and one has about 387 emails in it that I've received. How can I send one email out to all 387 of them without doing them all one at a time?
    Thanks.

    I believe you will have to use AppleScript or Automator to extract all the e-mail addresses from the selected messages, then add those to a new outgoing message. If you're not sure how to do that, try asking over on the [AppleScript forum|http://discussions.apple.com/forum.jspa?forumID=724].
    Also, note that most e-mail servers apply limits to the number of different addresses you are able to send to at one time. Some have limits for single messages, limits per hour or per day, etc. Check with your e-mail provider to be sure this message will be sendable. And make absolutely sure all those addresses are on the Bcc line, otherwise everyone will be able to see addresses for everyone else you sent to, which will not be appreciated by some.

  • HT3529 How can a send a group text to 12 people

    How can i send a group text to more than 12people and save it so i can keep as a group for future texts

    In order to group text all at once, you must go to "Settings" on your iPhone, go to "Messages" and just make sure the switch "Group Messaging" is turned "ON". Then in order to group message to 12 people, those 12 people must also have a carrier that could also support group messaging (or so I was told) or maybe those 12 people should have an iPhone too. I think this may help you just a little bit on how to text with 12 other people.

  • How to schedule send email to a Group of people ?

    Hi ,
    How could we schedule send email to a group of people?
    eg, by entering a user group
    not one by one?
    thx
    John

    Hi VK,
    I have configured the job server, but it only able to send through the emails to listed e-mail address in the "To" text box. What if I would like to distribute to different group of users at the same time?
    For example, if i have 10 users in Finance group , another 50 users in Sales group and etc, so how should I handle in this case?
    Please advise.
    Thank you.

  • How to clear/send the failed notifications?

    Hi
    When i query and checked the wf_notifications table, is shows around 300 notifications that are with failed status. How to fix and send these notifications to the users?
    The query that i have used is as follows:
    select notification_id, status, mail_status, begin_date,message_type
    from WF_NOTIFICATIONS
    where status = 'OPEN' and mail_status = 'FAILED' order by begin_date desc;
    Regards
    Arizuddin
    Edited by: arizuddin on Sep 11, 2012 1:02 PM

    Hi ariz;
    Did you check workflow log file? Please review:
    11i/R12 - A guide for troubleshoting Workflow Notification Emails - Inbound and Outbound [ID 831982.1]
    Notifications Not Being Sent In Workflow [ID  1012344.7]
    Workflow Mailers Not Sending Notifications [ID  560472.1]
    Regard
    Helios

  • How do I stop calendar event notifications?

    I have an iPhone 5 with iOS 6. I restored it from a backup of my iPhone 4S and with it calendars from some Major League Baseball teams. I subscribed to these calendars so that if I was to travel to one of these cities I could select the calendar and check to see if the team would be playing at home while I was there. At other times I have the calendar deselected so that my calendar is not cluttered with the events I have no intention of attending. The problem is that on my iPhone I get four notifications everyday, although the calendars for the four teams I subscribe to are deselected. I don't want to be notified at all, I just want the capability to see the schedule on my calendar then hide it when I'm finished looking. It's a notification problem rather than a calendar problem but I don't see any way in Settings / Notifications / Calendar to fix it. Any help appreciated, thanks.

    I'm afraid I'll miss an alert for something important if I do that. Why can't I choose which alerts to get and which to ignore? If I uncheck those subscribed calendars I shouldn't get alerts for the events in them.

  • How do you send texts to more than 10 people with iMessage? Since upgrading to iOS5 I cant send to my 100 people as a group. The screen freezes. I have an iPhone 4.

    I upgraded my wife iPhone 4 to iOS5. She was able to text to about a100 people at the same time. Now she can't. Of course, I was more eager to upgrade her phone than she was since she is skeptical of technology. I can't seem to undue to upgrade. How do I fix our current problem.

    Trademann wrote:
    Fox, that does not work, because then you are blocked from sending any form of message to another Apple user. iMessage MUST be activated to text any other iOS device. And then Apple defaults by ALWAYS using iMessage between iOS devices.There is simply no way, within iOS 8, to send SMS only to another Apple user. Apple has made that impossible.
    The SMS-only choice used to be on the same menu level as iMessage, but  now it is locked WITHIN iMessage, and is not available as a choice unless iMessage is activated. Then it is limited solely to being used if iMessage is not available.
    I'm sure their argument is that they are saving their customers money because iMessage is free, but they are imposing an opportunity cost on 100 percent of their user base in the guise of saving that money. What they are really doing is entrapping faithful users such as myself further within the Apple ecosystem. If I hadn't already spent thousands of dollars on my iTunes library I might consider a Galaxy ... Samsung does not deserve to regain any momentum if they can't figure out how to exploit this.
    Turning off iMessage does not prevent you from sending messages to other Apple users.  You can send an SMS to any iPhone without your own iMessage turned on, even if it is turned on on their iPhone.
    The SMS-only option is: Turn off iMessage.  Literally.  That's it.

  • How do you send videos off your iCloud to people

    I need to send a video that is off my iCloud to someone but it won't let me save the video off my iCloud. How do I do this

    Try these steps:
    1. Open the Photos app.
    2. Navigate where the photos or videos are located.
    3. Tap and hold one photo or video.
    4. Tap Delete or check other items you wish to remove, then press Delete.

  • Sending an email notification when an IDOC get failed

    Hi Experts,
    Can anybody tell how i can send an email notification when my Idoc fails.
    Regards,
    Ratheesh

    report zalv10.
    type-pools: slis.
    data: g_repid like sy-repid,
    gs_print type slis_print_alv,
    gt_list_top_of_page type slis_t_listheader,
    gt_events type slis_t_event,
    gt_sort type slis_t_sortinfo_alv,
    gs_layout type slis_layout_alv,
    gt_fieldcat type slis_t_fieldcat_alv,
    fieldcat_ln like line of gt_fieldcat,
    col_pos type i.
    data: begin of itab,
    field1(5) type c,
    field2(5) type c,
    field3(5) type p decimals 2,
    end of itab.
    data: begin of itab1 occurs 0.
    include structure itab.
    data: end of itab1.
    data: begin of itab_fieldcat occurs 0.
    include structure itab.
    data: end of itab_fieldcat.
    Print Parameters
    parameters:
    p_print as checkbox default ' ', "PRINT IMMEDIATE
    p_nosinf as checkbox default 'X', "NO SELECTION INFO
    p_nocove as checkbox default ' ', "NO COVER PAGE
    p_nonewp as checkbox default ' ', "NO NEW PAGE
    p_nolinf as checkbox default 'X', "NO PRINT LIST INFO
    p_reserv type i. "NO OF FOOTER LINE
    initialization.
    g_repid = sy-repid.
    perform print_build using gs_print. "Print PARAMETERS
    start-of-selection.
    TEST DATA
    move 'TEST1' to itab1-field1.
    move 'TEST1' to itab1-field2.
    move '10.00' to itab1-field3.
    append itab1.
    move 'TEST2' to itab1-field1.
    move 'TEST2' to itab1-field2.
    move '20.00' to itab1-field3.
    append itab1.
    do 50 times.
    append itab1.
    enddo.
    end-of-selection.
    perform build.
    perform eventtab_build changing gt_events.
    perform comment_build changing gt_list_top_of_page.
    perform call_alv.
    form build.
    DATA FIELD CATALOG
    Explain Field Description to ALV
    data: fieldcat_in type slis_fieldcat_alv.
    clear fieldcat_in.
    fieldcat_ln-fieldname = 'FIELD1'.
    fieldcat_ln-tabname = 'ITAB1'.
    *FIELDCAT_LN-NO_OUT = 'X'. "FIELD NOT DISPLAY, CHOOSE FROM LAYOUT
    fieldcat_ln-key = ' '. "SUBTOTAL KEY
    fieldcat_ln-no_out = ' '.
    fieldcat_ln-seltext_l = 'HEAD1'.
    append fieldcat_ln to gt_fieldcat.
    clear fieldcat_in.
    fieldcat_ln-fieldname = 'FIELD2'.
    fieldcat_ln-tabname = 'ITAB1'.
    fieldcat_ln-no_out = 'X'.
    fieldcat_ln-seltext_l = 'HEAD2'.
    append fieldcat_ln to gt_fieldcat.
    clear fieldcat_in.
    fieldcat_ln-fieldname = 'FIELD3'.
    fieldcat_ln-tabname = 'ITAB1'.
    fieldcat_ln-ref_fieldname = 'MENGE'. "<- REF FIELD IN THE DICTIONNARY
    fieldcat_ln-ref_tabname = 'MSEG'. "<- REF TABLE IN THE DICTIONNARY
    fieldcat_ln-no_out = ' '.
    fieldcat_ln-do_sum = 'X'. "SUM UPON DISPLAY
    append fieldcat_ln to gt_fieldcat.
    DATA SORTING AND SUBTOTAL
    data: gs_sort type slis_sortinfo_alv.
    clear gs_sort.
    gs_sort-fieldname = 'FIELD1'.
    gs_sort-spos = 1.
    gs_sort-up = 'X'.
    gs_sort-subtot = 'X'. ***CRUCIAL STATEMENT****
    append gs_sort to gt_sort.
    clear gs_sort.
    gs_sort-fieldname = 'FIELD2'.
    gs_sort-spos = 2.
    gs_sort-up = 'X'.
    *GS_SORT-SUBTOT = 'X'. **THIS SHOULD NOT BE UNCOMENTED*
    append gs_sort to gt_sort.
    endform.
    form call_alv.
    ABAP List Viewer
    call function 'REUSE_ALV_LIST_DISPLAY'
    exporting
    I_INTERFACE_CHECK = ' '
    I_BYPASSING_BUFFER =
    I_BUFFER_ACTIVE = ' '
    i_callback_program = g_repid
    I_CALLBACK_PF_STATUS_SET = ' '
    I_CALLBACK_USER_COMMAND = ' '
    i_structure_name = 'ITAB1'
    is_layout = gs_layout
    it_fieldcat = gt_fieldcat[]
    IT_EXCLUDING =
    IT_SPECIAL_GROUPS =
    it_sort = gt_sort[]
    IT_FILTER =
    IS_SEL_HIDE =
    I_DEFAULT = 'X'
    I_SAVE = ' '
    IS_VARIANT =
    it_events = gt_events[]
    IT_EVENT_EXIT =
    is_print = gs_print
    IS_REPREP_ID =
    I_SCREEN_START_COLUMN = 0
    I_SCREEN_START_LINE = 0
    I_SCREEN_END_COLUMN = 0
    I_SCREEN_END_LINE = 0
    IMPORTING
    E_EXIT_CAUSED_BY_CALLER =
    ES_EXIT_CAUSED_BY_USER =
    tables
    t_outtab = itab1
    exceptions
    program_error = 1
    others = 2.
    endform.
    HEADER FORM
    form eventtab_build changing lt_events type slis_t_event.
    constants:
    gc_formname_top_of_page type slis_formname value 'TOP_OF_PAGE'.
    *GC_FORMNAME_END_OF_PAGE TYPE SLIS_FORMNAME VALUE 'END_OF_PAGE'.
    data: ls_event type slis_alv_event.
    call function 'REUSE_ALV_EVENTS_GET'
    exporting
    i_list_type = 0
    importing
    et_events = lt_events.
    read table lt_events with key name = slis_ev_top_of_page
    into ls_event.
    if sy-subrc = 0.
    move gc_formname_top_of_page to ls_event-form.
    append ls_event to lt_events.
    endif.
    define END_OF_PAGE event
    READ TABLE LT_EVENTS WITH KEY NAME = SLIS_EV_END_OF_PAGE
    INTO LS_EVENT.
    IF SY-SUBRC = 0.
    MOVE GC_FORMNAME_END_OF_PAGE TO LS_EVENT-FORM.
    APPEND LS_EVENT TO LT_EVENTS.
    ENDIF.
    endform.
    form comment_build changing gt_top_of_page type slis_t_listheader.
    data: gs_line type slis_listheader.
    clear gs_line.
    gs_line-typ = 'H'.
    gs_line-info = 'HEADER 1'.
    append gs_line to gt_top_of_page.
    clear gs_line.
    gs_line-typ = 'S'.
    gs_line-key = 'STATUS 1'.
    gs_line-info = 'INFO 1'.
    append gs_line to gt_top_of_page.
    gs_line-key = 'STATUS 2'.
    gs_line-info = 'INFO 2'.
    append gs_line to gt_top_of_page.
    CLEAR GS_LINE.
    GS_LINE-TYP = 'A'.
    GS_LINE-INFO = 'ACTION'.
    APPEND GS_LINE TO GT_TOP_OF_PAGE.
    endform.
    form top_of_page.
    call function 'REUSE_ALV_COMMENTARY_WRITE'
    exporting
    it_list_commentary = gt_list_top_of_page.
    write: sy-datum, 'Page No', sy-pagno left-justified.
    endform.
    form end_of_page.
    write at (sy-linsz) sy-pagno centered.
    endform.
    PRINT SETTINGS
    form print_build using ls_print type slis_print_alv.
    ls_print-print = p_print. "PRINT IMMEDIATE
    ls_print-no_print_selinfos = p_nosinf. "NO SELECTION INFO
    ls_print-no_coverpage = p_nocove. "NO COVER PAGE
    ls_print-no_new_page = p_nonewp.
    ls_print-no_print_listinfos = p_nolinf. "NO PRINT LIST INFO
    ls_print-reserve_lines = p_reserv.
    endform.deepakb
    Posts: 3
    Joined: Mon Nov 17, 2003 8:18 am
    Location: Mumbai

Maybe you are looking for

  • Yosemite Apple apps crashing

    I have a problem in Yosemite where many but not all Apple apps crash when launched. This only happens for one user and includes Messages, Pages, Dictionary, Notes, and Text Edit among others. Not effected are Mail and Safari. There is also a problem

  • Mini display incompatible with older ADC-displays?

    I have no problem connecting my 23" aluminum bezel display in my office to my new 13" MBP, but when I wanted to hook up my older model 20" Cinema Display (plastic grey bezel) at home, the display was not recognized. Does anybody know if this is indee

  • I have these three tables data and i want this report as given below

    here cpv means cash payment voucher<pre>i have voucher header tableVoucher Voucher Voucher Entry ID Type Date Date1 CPV 2014-12-10 16:47:00 0 2014-12-10 00:00:00 1 CRV 2014-12-10 16:22:00 0 2014-12-10 00:00:00 1 JV 2014-12-10 16:49:00 ccc 0 2014-12-1

  • Sap script Form 16 A -

    We are doing a upgrade from 4.6 c to ECC6 . I need to display a acknowledgement number in form no 16 A. How can i do this.Could anyone help me in this regard. Form name: J_1IEWT_CERT

  • [solved] mpd-cue failed to play to ESI Juli@ (hw:1,0)

    Hello, everyone. Not so long ago I've found a great mpd with external cue-sheets support. But I can't make it to play to my favourite soundcard. mpd.conf output section audio_output { type "alsa" name "My ALSA Device" device "hw:1,0" # optional forma