ICal drag and drop / iPhone Calendar alerts

Hi, I use iCal like this:
- I drag text to it and drop to create an event
- repeat above to create many more events
- I sync with iPhone to have that event on the iphone as well
How do I configure it so that every new event created will have a default alert alarm that goes off say 15 mins before... or 30 mins before? I do not want to configure each event's alert individually.
whether the event alerts me or not in iCal itself is not important. The important thing is that the alert is on the iPhone.
thanks.

I REALLY want to buy an iphone, but the lack of event/appointment reminders is stopping me. You see, I now use a palm centro cell phone. I can use it's calendar to set up all my daily meetings, appointments, whatever. Then, when one comes up, it goes off with a LOUD ring alert (set to any of several sounds). If it is in my pocket, or in another room, and I don't pick it up and hit OK, or cancel, it will continue to go off every 15 seconds until it gets my attention. I REALLY want to get an iphone, but I absolutely need to have the iCal app on the iphone to give me a real alert when a scheduled event comes up. The iphone will only give you a small notice on the screen and a SINGLE, quick chirp the way it works right now. IF you miss it, you're screwed. You can't hear it in your pocket, or in another room. And, it only gives that silly, pathetic, 1-single chirp! What good is that? As good as the rest of the iphone's features are, (awesome!), I can't believe it lacks the basic ability to have iCal give scheduled event alerts. It should go off in a LOUD sound, selectable by the user, and should go off initially for at least 15 seconds, and then every 15 seconds if you don't respond, so it WILL get your attention. I can't afford to miss meetings, lunches, scheduled calls, etc. I want to do my daily schedule on my mac, then have it auto sync to iphone thru mobileme, and give me REAL iCal alerts!!!! Until then, I can't take the chance on iphone.
Yes, I have sent in feedback to apple about this.

Similar Messages

  • What is the correct way to add styling to drag-and-drop created calendars?

    I have a working instance of a rich client calendar. I generated the view with the required fields (start, stop, provider, ...), put it into the App Module, and dragged it onto a JSF page to create a calendar.
    Next I created an activityScope object in a class called CalendarBean (no inheritance)
    Class CalendarBean()
    private HashMap<Set<String>, InstanceStyles> activityColorMap;
    +..+
    +public CalendarBean() {+
    super();
    activityColorMap = new HashMap<Set<String>, InstanceStyles>();
    HashSet setEd = new HashSet<String>();
    HashSet setLen = new HashSet<String>();
    setEd.add("Work");
    setLen.add("Home");
    activityColorMap.put(setEd, CalendarActivityRamp.getActivityRamp(CalendarActivityRamp.RampKey.ORANGE));
    activityColorMap.put(setLen, CalendarActivityRamp.getActivityRamp(CalendarActivityRamp.RampKey.RED));
    +}+
    +}+
    Next, I linked this up as a backing bean and associated the ActivityStyles of CalendarBean to it:
    +#{backingBeanScope.calendarBean.activityColorMap}+
    I populated some records in the database with properties "Work" and "Ed', but they show default blue.
    As I understand it, I need to do something with the getTags() method of the underlying CalendarActivity class, but I'm not quite sure how to do that.
    Took a stab at creating a class, CalendarActivityBean, that extended CalendarActivity, and pointed all the CalendarActivity references I had to the new class, but it didn't seem to fire (in debug), and I got into trouble, when inserting records, with
    public void calendarActivityListener(CalendarActivityEvent calendarActivityEvent) {
    currActivity = (CalendarActivityBean) calendarActivityEvent.getCalendarActivity();
    being an illegal cast
    What is the correct way to add provider-based styling to drag-and-drop create calendars?
    Ed Schechter

    A colleague of mine was kind enough to solve this:
    The calendar has ActivityStyles property = #{calendarBean.activityStyles}
    CalendarBean looks something like this:
    package com.hub.appointmentscheduler.ui.schedule;
    import java.util.HashMap;
    import java.util.HashSet;
    import java.util.Set;
    import oracle.adf.view.rich.util.CalendarActivityRamp;
    import oracle.adf.view.rich.util.InstanceStyles;
    +public class CalendarBean {+
    private HashMap activityStyles;
    private String dummy;
    +public CalendarBean() {+
    +// Define colors+
    activityStyles = new HashMap<Set<String>, InstanceStyles>();
    HashSet setPending = new HashSet<String>();
    HashSet setArrived = new HashSet<String>();
    HashSet setApproved = new HashSet<String>();
    HashSet setCompleted = new HashSet<String>();
    setApproved.add("APPROVED");
    setPending.add("PENDING");
    setArrived.add("ARRIVED");
    setCompleted.add("COMPLETED");
    activityStyles.put(setApproved, CalendarActivityRamp.getActivityRamp(CalendarActivityRamp.RampKey.GREEN));
    activityStyles.put(setPending, CalendarActivityRamp.getActivityRamp(CalendarActivityRamp.RampKey.ORANGE));
    activityStyles.put(setArrived, CalendarActivityRamp.getActivityRamp(CalendarActivityRamp.RampKey.PLUM));
    activityStyles.put(setCompleted, CalendarActivityRamp.getActivityRamp(CalendarActivityRamp.RampKey.LAVENDAR));
    +}+
    +public void setactivityStyles(HashMap activityStyles) {+
    this.activityStyles = activityStyles;
    +}+
    +public HashMap getactivityStyles() {+
    return activityStyles;
    +}+
    +}+
    Now, go into the Bindings tab on the calendar page, double click the calendar binding, and specify the column you've defined as the calendar's Provider in the Tags dropdown.
    Should show colors.

  • Drag and Drop with Calendar functionality in BSP/WebDynpro

    Hi,
    I am not sure where to ask this information. First trying in this forum.
    We are looking for a  scheduling software-kind of functionality within SAP. We get service calls from customers if there is any leak on the roof. We would like to know if we can provide drag and drop functionality in BSP/Webdynpro. We are envisioning left pane with Leak Notification # (could be 25-30 Notification calls per office) and calendar(month or week) functionality on right pane of the page. The service manager can drag and drop Leak Notification # into Calendar on the right pane OR move around within Calendar. When they do that, we want to update certain custom table fields in SAP. Do you think this can be done in BSP or Webdynpro for ABAP easily. If so, can you point us in the right direction ?
    Regards,
    Niranjan

    Thanks once again for the reply Thomas.
    Yes, we have used XHTMLB and PHTMLB extensively.
    One last question if you don't mind since you now work for SAP. We have 1-2 BSP applications written without MVC pattern. We are thinking to convert that to MVC using Webdynpro ABAP. Do you suggest that for any new applications we should start using Webdynpro ABAP and not BSP ? I look at Webdynpro as ABAP query(with not much flexibility) and BSP as normal ABAP coding (which offers more flexibility). Is my assumption correct ? I want to know where SAP is investing in future; is it Webdynpro OR BSP ?
    Also, do you know if SAP has come out with new themes like Design2009 or Design2010 or Design2011. We currently use Design2003 and it does not work well with Firefox or Chrome.
    Thanks once again for writing that book. In fact, I will be training one of my colleague next week on BSP and I am planning to go throu your book this weekend to refresh my memory before training her.
    Niranjan

  • HOW TO DRAG AND DROP IN CALENDAR ?

    Hi guys,
    Once again I rely on your infinite wisdom to help me out with a little question I'm having regarding the Drag and Drop Functionality in the new Calendar control of the new APEX 4.1 (pretty cool by the way).
    The thing is that I'm trying to create a simple little page for scheduling purposes, basically for having a centralized place in which the members of a team with a remote manager put the info of which days are they planning on working and when will they start their shift and when they gonna leave, for that purpose I made use of the new Calendar control (pretty neat) which is working fine and is being fed by the following query (note that the field "DISPLAY_COLUMN" is the value that is displayed on the calendar):
    SELECT
    CASE WHEN eas.IS_HOLIDAY = 1 THEN ea.FNAME || ' (OOTO Using a make up Holiday)'
    WHEN eas.IS_VPN = 1 THEN ea.FNAME || ' (' || to_char(eas.SHIFT_START,'HH:MIPM') || ' - ' || to_char(eas.SHIFT_END,'HH:MIPM') || ')' || ' on VPN '
    WHEN ( eas.IS_VPN = 1 AND eas.IS_HOLIDAY = 1 ) THEN ea.FNAME || ' (' || to_char(eas.SHIFT_START,'HH:MIPM') || ' - ' || to_char(eas.SHIFT_END,'HH:MIPM') || ')' || ' on VPN & its Holiday '
    ELSE ea.FNAME || ' (' || to_char(eas.SHIFT_START,'HH:MIPM') || ' - ' || to_char(eas.SHIFT_END,'HH:MIPM') || ')'
    END AS DISPLAY_COLUMN
    , ea.ID AS ea_ID
    , ea.NAME AS ea_NAME
    , ea.FNAME AS ea_FNAME
    , ea.EMAIL AS ea_EMAIL
    , eas.ID AS eas_ID
    , eas.ASSIGNEE_ID AS eas_ASSIGNEE_ID
    , eas.DATE_ENTRY AS eas_DATE_ENTRY
    , eas.SHIFT_START AS eas_SHIFT_START
    , eas.SHIFT_END AS eas_SHIFT_END
    , eas.IS_VPN AS eas_IS_VPN
    , eas.IS_HOLIDAY AS eas_IS_HOLIDAY
    , CASE WHEN eas.IS_VPN = 1 THEN 'VPN'
    ELSE NULL END AS VPN_TEXT
    , CASE WHEN eas.IS_HOLIDAY = 1 THEN 'HOLIDAY'
    ELSE NULL END AS HOLIDAY_TEXT
    FROM EBA_ASSIGNEES ea, EBA_ASSIGNEES_SCHEDULE eas
    WHERE ea.ID = eas.ASSIGNEE_ID
    ORDER BY DISPLAY_COLUMN
    Alright, so far so good, everything is working just fine, the pop up window is inserting the calendar entries in the correct table as expected, but now I'd like to make use of the "Drag and Drop" functionality of this amazing control, to be able to "Clone" calendar entries in different dates instead of having the employees inserting their daily schedule for every day, so I'd like to be able to drag an existing entry from a certain day in the calendar and drop it elsewhere and I'd like the OnDemand process to make an insert on the table but with minor changes (like the date of the entry, of course) ,and I'm currently getting stuck in what to put in the OnDemand PLSQL process for that to happen (and how to reference the info in the row I'm currently dragging in the PLSQL code).
    Here's the table in which I'm currently inserting the Calendar entries (and in which I want to insert the result of the drag and drop as well):
    CREATE TABLE "EBA_ASSIGNEES_SCHEDULE"
    (     "ID" NUMBER NOT NULL ENABLE,
         "ASSIGNEE_ID" NUMBER NOT NULL ENABLE,
         "DATE_ENTRY" DATE NOT NULL ENABLE,
         "SHIFT_START" DATE,
         "SHIFT_END" DATE,
         "IS_VPN" NUMBER,
         "IS_HOLIDAY" NUMBER,
         CONSTRAINT "EBA_ASSIGNEES_SCHEDULE_PK" PRIMARY KEY ("ID") ENABLE
    Please guys, help me out here, I think this might be a simple process I just don't know how to proceed.
    Thanks in advance.
    Daniel Villegas.

    Hi,
    There are 3 things which you need to be clear about Drop & Drop On Demand Process.
    1. Which Column is used as primary Key while creating the SQL Calendar, you can find this under calendar attributes, Since your SQL Query used for Creating Calendar does not have ROWID, I think you would have ID column "eas.ID AS eas_ID" from your query.
    2. Which Column is used as Date Column in the Calendar from your query i think it must be one of these "DATE_ENTRY" DATE NOT NULL ENABLE, "SHIFT_START" DATE, "SHIFT_END" DATE, for the on demand process i will take DATE_ENTRY as your date column, please change accordingly
    3. Which Table need to be updated with the new date value when the data is dragged. In your case the Table will be "EBA_ASSIGNEES_SCHEDULE"
    So the on demand process will look like this.
    declare
    l_date_value varchar2(32767) := apex_application.g_x01;
    l_primary_key_value varchar2(32767) := apex_application.g_x02;
    begin
    update EBA_ASSIGNEES_SCHEDULE set DATE_ENTRY= to_date(l_date_value,'YYYYMMDD HH24MISS')
    where ID = l_primary_key_value;
    end;
    http://sathishkumarjs.blogspot.com/2011/07/enabling-drag-drop-and-add-edit-data.html
    Hope this helps
    "JS"

  • Suggestion for a drag and drop schedule calendar from a database?

    Anyone suggest / help with a drag and drop task scheduler/calendar on an hour by hour day by day basis, from a database?
    thanks
    KL

    What parts are you finding inelegantI was a little worried about the possibility of the image lagging behind the mouse pointer. If the application was repainting every time it got a mouse motion event, it might not keep up. And, of course, there is a level-of-effort consideration for the implementation.
    Custom cursors?This was actually my first thought. It would certainly be the easiest solution. I've done custom cursors before, but I was a bit worried about the overhead... Not that I have any specific reason, it's just that the application would be changing cursors quite often and I'm used to thinking of cursors as a special system resource that an application shouldn't mess with... Of course, what was true 20 years ago, is not necessarily true today.
    Does anyone know if this would be an issue? Can I use custom cursors reasonably freely without serious impact on the graphics subsystem?

  • Is there any way of dragging and dropping an iCal event showing in week view across to a date in the left sidebar monthly calendar?

    Hi, Im not a frequent forum poster, as most of my questions can be found already answered on them!
    This is a question Ive had for a long time and it amazes me that no-one else seems to ask it. I check at each OS upgrade but its never there...
    Is there any way of dragging and dropping an iCal event showing in week view across to a date in the left sidebar monthly calendar?
    I was able to do this years ago in MS Outlook, and utilized it all the time when I needed to push things back, now I have to open the event and select an new date in the drop-down calendar for each & every event I want to move to a new month at the end of the month.
    If its definitely not possible, how to you ask apple to consider including it - it doesnt seem like a particularly difficult task.
    Thankyou
    Andrew.

    Andrew,
    Is there any way of dragging and dropping an iCal event showing in week view across to a date in the left sidebar monthly calendar?
    No, but you can use cut/paste. Cut (⌘X) the event, then click on the week where you want to move the event, and Paste (⌘V).
    If you have a suggestion for Apple to change that method use: Apple - Mac OS X - Feedback.

  • Can't Drag and Drop to iPhone using iTunes 10.7.0.21

    I cant manually drag and drop my video files to my iPhone using iTunes. When I click on my device and go to summary and check "Manually manage music and videos"  and click apply I get a message saying " The iPhone is synced with another iTunes library. Do you want to erase this iPhone and sync with another library?"
    " An iPhone can be synced with only ones iTunes library at a time. Erasing and syncing replaces the contents, of this phone with the contents of this iTunes library"
    My options are to erase and sync or cancel. I do not want to erase the contents of my iPhone can anyone help?

    To recap... here is a fuller version of my advice on "how to move a library from one computer to another."
    These are two possible approaches that will normally work to move an existing library to a new computer.
    Method 1
    Backup the library with this User Tip.
    Deauthorize the old computer if you no longer want to access protected content on it.
    Restore the backup to your new computer using the same tool used to back it up.
    Keep your backup up-to-date in future.
    Method 2
    Connect the two computers to the same network. Share your <User's Music> folder from the old computer and copy the entire iTunes library folder into the <User's Music> folder on the new one. Again, deauthorize the old computer if no longer required.
    Both methods should give the new computer a working clone of the library that was on the old one. As far as iTunes is concerned this is still the "home" library for your devices so you shouldn't have any issues with iTunes wanting to erase and reload.
    I'd recommend method 1 since it establishes an ongoing backup for your library.
    If you have an iOS device that syncs with contact & calendar data on your computer you should migrate this information too. If that isn't possible create a dummy entry of each type in your new profile and iTunes should offer to merge the existing data from the device into the computer, otherwise the danger is that it will wipe the information from the device.
    If your media folder has been split out from the main iTunes folder you may need to do some preparatory work to make it easier to move. See make a split library portable.
    Should you be in the unfortunate position where you are no longer able to access your original library, or a backup of it, then see Recover your iTunes library from your iPod or iOS device for advice on how to set up your devices with a new library with the maximum preservation of data. If you don't have any Apple devices then see HT2519 - Downloading past purchases from the App Store, iBookstore, and iTunes Store.
    As I said in the other thread if you want to be certain of attracting my attention simply post into either of these threads to which I've already posted. These come to the top my active list whenever a new post is added to the thread. Otherwise I keep a general lookout across a number of forums for the threads where I think I can help, but I don't get to read everything...
    tt2

  • ICal alarm won't "drag and drop" with changed dates?

    I frequently change appointments on my calendar from one date to the next, but the alarm time stays with the original date and time (so it never alarms or chimes on the new appointment date).
    Any ideas on how to get it to change along with my drag and drop. In other calendar systems, if you have an appointment on the 14th with a 15 minute warning alarm, and then change the date to the 17th, the alarm would then chime 15 minutes ahead of your appointment on the 17th. I know I can manually change it, but this should be automatic.
    Help?

    I just set an event for the 24th with a "2 minute before" alarm. I then dragged it to today 11/19 and the alarm went off 2 minutes before the new event time. I.e., the alarm time was automatically updated. Now if the alarm were set with the "on date" option, I wouldn't expect that to be updated. I'm using iCal Version 4.0.3 (1388).

  • Drag and drop problem to iCal

    i used to just drag and drop contacts into iCal, now when i do it i get this error message:
    'Only the calendar administrator and any delegates with permission can make changes to read-only calendars. To make changes to the calendar, contact the calendar administrator.'
    not sure why this has started now, tried on all my calendars and even on new ones...
    any one with any ideas?

    Hi Simon,
    It's a known bug in iCal. See:
    http://discussions.apple.com/thread.jspa?threadID=2465245
    Best wishes
    John Maisey

  • I want to Sync my iPhone 4 to iTunes however I get an error message from iTunes each time I connect the phone to the PC saying that I should restore to factory settings. Frustrating because it's already annoying enough that I can't drag and drop mp3's!!!

    I have never been so frustrated before in my life with any phone. I find it obnoxious as it is that I cannot simply drag and drop files (especially MP3's) straight from my PC directly into my phone, which I have been used to doing up until now. Everyone who convinced me to get the iPhone has instructed me that my frustration can be fixed by downloading iTunes and syncing it all up via that program (which I have never used before). So, I downloaded the program successfully, however when I connect the iPhone 4 to the PC and iTunes is open, I get an error message that 'iTunes cannot read the content of the iPhone "iPhone" and that I should go to the Preferences tab of the iPhone and select 'restore' to restore this phone to factory settings. First of all, I don't understand why I need to do that. I have already downloaded apps and other important things in the 2 days that I have the phone. I am also scared that it will erase my contacts. This is such a headache. Music is very imporatant to me, but I am getting so frustrated that I don't have freedom over the phone which I thought was supposed to be one of the best out there. I would really appreciate help in this matter. I am sure the phone is great but I am on the verge of taking it back and getting something else.

    Hey joshuafromisr,
    If you resintall iTunes, it should fix the issue. The following document will go over how to remove iTunes fully and then reinstall. Depending on what version of Windows you're running you'll either follow the directions here:
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    http://support.apple.com/kb/HT1925
    or here:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/HT1923
    Best,
    David

  • Problem with Calendar and drag and drop a name to a Time spot with palm desktop. Full name does not appear only last name.

    Im having a problem with the palm desktop. When in “Contacts” and I list (LastName,First name) and then I move to the Calendar and drag and drop a name to a Time spot Only the LAST name of the Person appears. How can I fix this so that I can see there full name ?
    Also when If list (Company,Last Name) then go to calendar Some of my contacts are out of order but if I drag and drop them into the calendar day the full name appears. Is there any why of fixing this ? Or having it work properly ?
    Im running  XP pro
    Palm Desktop Version 4.1.4
    Post relates to: Treo 680 (Rogers)
    Message Edited by corrado on 07-21-2008 08:55 AM

    Any Idea how to fix the problem that I am getting when using the (Company,Last Name) and the contacts being out of order in the calander ? I have some last names starting with A then it goes to D then a B then a stack more A and none of then have a Company field filled out in them in them...
    Thanks for looking into that for me but it seems really stange to offer the option but not put in the first name in the calander when you drage the name over. I hope this is fixed in the future. Can anyony sugest another desktop platform I can use if I cant fix my problem with the   (Company,Last Name) problem?
    Post relates to: Treo 680 (Rogers)

  • I want to take a voice memo off my iPhone, put it into iTunes Library and convert it to an .mp3.  How do I get the voice memos from my phone?  I can't seem to move them out of the Devices folder, no matter how much I try to copy and paste or drag and drop

    I want to take a voice memo off my iPhone, turn it into and .mp3, and email it.  My iPhone shows up under "Devices" in my iTunes but doesn't allow me to move the voice memo files I see sitting there into my Library no matter how much copying and pasting or dragging and dropping I try to do. 
    Also, I need to convert the file to an .mp3. 
    How come no voice memo files show up when I go into my iPhone via My Computer?  All it shows are the videos and pictures in the DCIM folder, but not the voice memos.  Is there another way to access the voice memos other than through iTunes? 

    Email it to yourself, then save the file and then see if you can convert it to MP3.

  • How do i download video from iphone 4 to a Mac Compatible Seagate GoFlex external hard drive, drag and drop loads an icon without any data?

    I took some video over christmas using my iphone 4 and ever since i have been trying to back up these videos for safe keeping.  When i tried to back up to my computer's c drive only the smallest file would load, the other 2 the icon would appear but no data was present in properties.  so i then tried to drag and drop to my seagate 3tb GoFlex hard drive and i would also get icons but no data.  It seems to me this would be a simple process anyone know the answer? I have windows xp and can seem to move everything else around without any problem just seems to be video as the problem?

    William G 42 wrote:
    , I just can't really do anything with the content going either way.
    Make sure the EHD is Formatted Mac OS Extended (journaled
    Format, Erase, or Reformat a drive
    In iPhoto, Select All the Photos you want to move... Then Goto... > File > Export >
    Choose the settings as seen here
    Click Export and select your External Drive
    Best to create a Folder to put them in... and away you go...
    More Help available from iPhoto Toolbar Help Menu

  • Howto drag and drop emails as reminders in ical

    Howto drag and drop emails as reminders (or tasks) in ical

    Just drag the message from Mail onto Calendar and drop it.
    I'm guessing you tried this and it doesn't work?
    What happens when you try?

  • No longer able to drag and drop files to an iPhone in iTunes.

    I accidentally unplugged my iPhone 3G before it was finished syncing in iTunes and I lost all of music, playlist, podcasts, etc. I had copied to it. The problem I am now having is that I can no longer drag and drop anything to my iPhone in the Devices list. The only way that I can now get files onto it is by syncing with my existing play lists, etc from iTunes. I can't even select it in the Devices list and create a new playlist on it by clicking the new playlist button at the bottom. I really liked the option to just drag whatever I wanted onto it. It's really a pain now. It does sync properly, so thankfully that works.
    Does anyone know why I know why I'm no longer able to drag and drop music, etc. to an iPhone in iTunes.
    Thanks

    Man, I can't believe it...that was the fix. I had it checked previously, obviously because that's how I was doing it before. Don't know how it got unchecked, but that IS the solution. I thought something bad had happened and wasn't thinking clearly – feel like an idiot now.
    THANKS for you help.

Maybe you are looking for

  • [urgent ]runtime error  occured while creating the material using mm01

    hai am configure the ale program now . the problem is occured during the creating the material using mm01. am using client 000 (sending system). and i want to send the material to the client 400(receiving system) while am  save the created material u

  • Help with CDOSYS,  and insert into DB

    I'm using Dreamweaver 8, SQL Server 2000, Windows 2003 Server. This is what so far I was able to achieve. Have a form that inserts records into the database, a confirmation page of the insert, and a simple CDOSYS message to notify me that a record ha

  • Date format in CSV file

    Hello, I am working on loading program which downloads the application server CSV file to internal table. In the CSV file there is a field date in the format (22/05/2008). When I move this to my internal table field date, it is truncating to '22/05/2

  • Some of the application components are missing from the Application directory, Please reinstall the

    Some of the application components are missing from the Application directory, Please reinstall the application. This is what i am getting tying to open Photoshop Cs6???

  • Mass Change billing block on Sales document.

    Hello Experts, I have 5000 sales documents which are blocked with billing block on header level. Please suggest me how to MASS remove all these billing blocks from these sales documents. Thank you.