Subscribed calendar does not disappear after deletion

Hi, I recently deleted a subscription to a calendar on my iPhone, but all the events are still present in my iCloud. So how can I get rid of them?

Hi Reygok,
I apologize, I'm a bit unclear on the exact nature of the issue. If you are having issues removing a subscribed calendar or events from iCloud, you may find the following articles helpful:
iCloud: Delete a calendar
http://support.apple.com/kb/PH2679
iCloud: Delete or hide an event
http://support.apple.com/kb/PH2684
Regards,
- Brenden

Similar Messages

  • My subscribed calendar does not display in today view in iOS7. Does anyone know how to make it show up?

    I have a subscribed calendar on my iPhone. The today view in notification center shows that I have an event at xxxx and tomorrow view says I have x events but the calendar day view does not display any of the events. I need this so I can easily see which rooms my events are in. Dows anyone know how to make the subscribed calendar show up in calendar day view?

    Interesting. May have uncovered a bug. It seems that limited duration events will display, but all day events wont on mine. (iPhone 5). Does that compare to what you are seeing (unfortunately, I have nothing in a subscribed calendar until the week end, so difficult to check. I do seem to recall seeing an event from one this past week end on the iPad, however).

  • Contact, Calendar and Notes Disappeared after Sync

    Please help!
    After sync Contacts, Calendar and Notes to pc (Outlook), all are disappeared in iPhone but can't find them too in the pc. Have opened Outlook to retrieve the data but still can't find there.
    However pic, videos and apps are found both in iphone and pc after sync.
    Million thanks for your great help!

    Did you previously ever open Outlook on your computer before?
    If not, you may have lost your information.
    You could possibly restore your iPhone from a backup.
    Check if there is one first.
    You can do that by going to Edit-> Preferences in the iTunes program
    From there, click on Devices, and you will see a list of backups that were created.
    To possibly get your contacts back, you could restore from a back-up and attempt a sync again.

  • The number of leaf_blocks does not decrease after delete

    hi All,
    this the example from Tom's book <<expert oracle database architecture>>, may anyone explain why the leaf_block oes not decrease to 523 after delete.
    db version is 10.2.0.3, SEGMENT SPACE MANAGEMENT MANUAL in the tablespace system
    sys@CS10G> drop table big_table purge;
    Table dropped.
    sys@CS10G> @big_table
    Table created.
    Table altered.
    Enter value for 1: 500000
    old   3:     l_rows number := &1;
    new   3:     l_rows number := 500000;
    Enter value for 1: 500000
    old   9:         where rownum <= &1;
    new   9:         where rownum <= 500000;
    PL/SQL procedure successfully completed.
    Table altered.
    PL/SQL procedure successfully completed.
      COUNT(*)
        500000
    sys@CS10G> declare
      2  l_freelist_blocks number;
      3  begin
      4  dbms_space.free_blocks
      5  (
      6  segment_owner => user,
      7  segment_name => 'BIG_TABLE_PK',
      8  segment_type => 'INDEX',
      9  freelist_group_id => 0,
    10  free_blks => l_freelist_blocks
    11  );
    12  dbms_output.put_line(' block on freelist = ' || l_freelist_blocks);
    13  end;
    14  /
    block on freelist = 0
    PL/SQL procedure successfully completed.
    sys@CS10G> select leaf_blocks from user_indexes where index_name = 'BIG_TABLE_PK';
    LEAF_BLOCKS
           1043
    sys@CS10G> delete  from big_table where id <= 250000;
    250000 rows deleted.
    sys@CS10G> commit;
    Commit complete.
    sys@CS10G> declare
      2  l_freelist_blocks number;
      3  begin
      4  dbms_space.free_blocks
      5  (
      6  segment_owner => user,
      7  segment_name => 'BIG_TABLE_PK',
      8  segment_type => 'INDEX',
      9  freelist_group_id => 0,
    10  free_blks => l_freelist_blocks
    11  );
    12  dbms_output.put_line(' block on freelist = ' || l_freelist_blocks);
    13  end;
    14  /
    block on freelist = 520
    PL/SQL procedure successfully completed.
    sys@CS10G>
    sys@CS10G> select leaf_blocks from user_indexes where index_name = 'BIG_TABLE_PK';
    LEAF_BLOCKS
           1043Edited by: Sidney Chen on Aug 15, 2009 3:10 PM

    Sidney Chen wrote:
    hi All,
    this the example from Tom's book <<expert oracle database architecture>>, may anyone explain why the leaf_block oes not decrease to 523 after delete.It's just the way it works - when a leaf block is emptied it is linked into the freelist, but also stays linked into the correct place in the index structure. It will be detached from the structure by a coalesce, or when Oracle needs to use a free block to handle new data.
    If you want a couple of reasonable guesses why:
    <ul>
    a) it probably makes read-consistency of indexes easier to deal with
    b) unlinking a block from the structure is expensive (you have to modify the blocks to the left, the right, and above) so Oracle takes the gamble that you're likely to re-insert data in the same block in the near future.
    </ul>
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk
    "Science is more than a body of knowledge; it is a way of thinking"
    Carl Sagan

  • Subscribed calendar does not show up, subscribed calendar does not show up on i pad, subscribed calendar does not show up on i pad

    I have subscribed to a google calendar for Christian Holidays and even though it authenticated and is checked on the calendar list it does no dates appear on calendar  ANY HELP PLEASE?

    This has happened to other people and if you have first checked to make sure the App didn't go to a different page (swipe your screen to the left and see if there are other pages it might have loaded to), then reboot your iPad.  For some reason that seems to solve the mystery of the missing iBooks app.  To reboot, hold your home and power buttons for at least 10 seconds (keep holding past the swipe to shut down bar if it appears) until the Apple Logo appears, then let go of both buttons and your iPad will restart.  For other's when their iPad came back up, the iBooks app was there.........

  • Adminserver does not start after deleting oim_server1 from the console

    Have deleted oim_server1 from weblogic console and. I wanted to reconfig oim but can't extend the domain anymore as OIM is greyed out.
    Please help:
    Can't start Adminserver anymore too:
    WARNING: Error registering the bulk operations MBean.
    java.lang.IllegalArgumentException: WorkManagerMBean 'OIMUIWorkManager' refers to a constraint or request class 'MaxThreadsConstraint-0' but they are deployed on targets that have no servers in common. Please deploy the mbeans so that they have at least one server in common.
    at weblogic.management.configuration.WorkManagerLegalHelper.validateTargets(WorkManagerLegalHelper.java:66)
    at weblogic.management.configuration.WorkManagerMBeanImpl.setMaxThreadsConstraint(WorkManagerMBeanImpl.java:487)
    at weblogic.management.configuration.WorkManagerMBeanImpl$9.resolveReference(WorkManagerMBeanImpl.java:468)
    at weblogic.descriptor.internal.ReferenceManager$UnresolvedReference.resolve(ReferenceManager.java:404)
    at weblogic.descriptor.internal.ReferenceManager.resolveReferences(ReferenceManager.java:296)
    at weblogic.descriptor.internal.DescriptorImpl.resolveReferences(DescriptorImpl.java:328)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:334)
    at weblogic.management.provider.internal.EditAccessImpl.loadBeanTree(Edi
    THANKS!

    Try to boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.

  • After upgrading to mountain lion my calendar does not print in weekly mode anymore

    after upgrading to mountain lion my calendar does not print in weekly mode anymore

    I'm having the same problem with both my Vivotek wired network camera and Panasonic wireless network cameras. At first I thought this was an issue with the video framework in Mountain Lion, but if Firefox is working (I haven't tried it yet), it sounds like it may be an objective-c video library that has been changed. It's possible Firefox is using an objective-c interface that calls an objective-c function that isn't called by Safari or IP Camera Viewer, etc., (possibly a function that is on its way to be deprecated) or Firefox could use it's own library that directly calls the video framework.
    Could be the Mountain Lion objective-c framework has a buffering issue.
    Since this is occuring in both 3rd party software and Apple software, it sounds like it's an Apple issue. 3rd party applications typically utilize the Apple Developer objective-c frameworks to access video frameworks/libraries (for example, MJPEG). Thus, contacting 3rd party developers may not solve the situation (unless they can figure out a temporary bandaid--possibly figuring out the video framework call that Firefox uses and patching their software to do the same (not a simple task), but could still provide more feedback to Apple via their developer status.
    Has anyone attempted to record from their cameras via iMovie or Final Cut Pro X HD? I will try mine later tonight to see if it records the hanging. If it does, then it's looking more and more like Apple's the culprit.
    My suggestion is for everyone to file a bug report via http://www.apple.com/feedback/macosx.html

  • Iphone calendar does not retain entries after 2 months

    iphione calendar does not retain entries after 2 months

    OMG. I just did that sync thing and IT ALL CAME BACK!!!
    I only hoped it would fix it for future. Wow- where WERE those entries that they could return? Is that the Cloud.
    Thanks.
    Low-tech elder

  • Xperia calendar does not open

    Got my xperia z3 compact one week ago.
    After syncing with my iphone 4, the calendar does not work anymore. It starts up, but closes in 1 second.
    I've tried several solutions (found on this platform), but still have the same problem.
    Pleace help!

    Try Settings then Apps and swipe to all then locate and open the app in question then tap on Force stop - Clear cache and reboot and test - You could aslo whilst in that setting tap Clear data but I'm not sure if this would delete any information you may have within that app
    For a successful technology, reality must take precedence over public relations, for Nature cannot be fooled.   Richard P. Feynman

  • 10.2.8 Finder does not load after getting into OS X

    I am pretty sure this happened to a lot of people, as I have read many many messages on this issue.
    My computer is a Powerbook 867 with 128built in DDR and 512 added.
    40Gb internal HDD and a 40GB firewire 3G ipod (the old 3G).
    Here's the problem:
    Last night just when I finishsed watching some divx on VLC running on 10.2.8, I quitted VLC using apple+Q, then closed the finder window i opened with apple+W. They both closed, but then the finder just did not respond (or have quitted). There isn't a little triangle below my finder icon on the dock. Everything else on the dock works perfectly fine. Desktop icons have disappeared.
    Now I have restarted, nothing helps; went on apple discussion and found some "HELPFUL" solutions - deleting the finder preferences. First how was I suppose to delete it? ok... I installed a 10.2.3 on my ipod and boot it through there, also did a repair permission on my internal HDD. Finally deleted the com.apple.finder.plist.. So I booted up using my internal again. But still... finder DOES NOT LOAD after I got into my OS X.
    Please if anyone can give me a solution to this problem!
    P.S. the finder on my ipod is working fine. AND I do not want to reinstall OS X on my interal because I only did it last week after it went to service after a HDD fail (it has been replaced).
    Powerbook 867Mhz 128+512MbDDR   Mac OS X (10.2.x)   10.2.8

    Check System Preferences - Accounts
    Choose you account - login items: If iTunesHelper
    shows up - remove it it will prevent re-installation.
    It did not have iTunes in the list, just mail and iCal alarm. Deadlines and emails are vital in my home office.
    Now that I think about it, adding Mail to the list was the only thing that I had changed to the computer when this happened, but I can't imagine how that would alter permission to install on the OS.
    Eric
    Note: I saw a G5 1.2 for $1,500 CAN. I was tempted.

  • Card slot does not work after update (14/10/2011)

    Card slot does not work after yesterday update (14/10/2011)! It works with my SD card month ago, but now it dosn't!!!
    MacBook Pro 13 OS ver. 10.6.8

    Thanks for your suggestion. I downloaded OnyX and ran the cleaning function. After restarting, I opened Help and once again the first screen appeared fine. But again most of the links did not work, though those under the "What's New" heading did work. I might add that I had previously tried a variety of suggestions posted in another thread, which included deleting from the caches folder in Home>Library several files such as com.apple.helpui and help.plist in the Preferences folder. (As noted in my previous post this evening, I also created another user but that also did not have any effect.) Any other ideas? Thanks

  • Flash player does not work after I installed it

    Flash player does not work after I installed it

    I'm using Mac Osx and my browser is Safari
    Date: Wed, 5 Feb 2014 00:41:29 -0800
    From: [email protected]
    To: [email protected]
    Subject: Flash player does not work after I installed
        Re: Flash player does not work after I installed it
        created by Mike M in Installing Flash Player - View the full discussion
    This is a user-to-user forum, NOT 24/7 support. You're "lucky" I happen to be up at 1:40 am to answer you.
    What OS are you using?
    http://mmonlinedesigns.com/images/os.png
    What browser?
    http://mmonlinedesigns.com/images/browsers.png
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6087541#6087541
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6087541#6087541
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6087541#6087541. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Installing Flash Player at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • HT1386 My iOS device (Ipad mini) only appears in iTunes while cable-connected, but does not appear after diconnect the cable. How can I Wifi sync ?

    Hi, My iOS device (Ipad mini) only appears in iTunes while cable-connected, but does not appear after diconnect the cable. How can I Wifi sync ?
    Documents say
    Whenever the computer and the iOS device are on the same network, the iOS device will appear in iTunes, and you can sync it....
    But I can't see my iPad Mini in iTunes.
    And my  Ipad  (Settings, General, iTunes Wifi Sinc)  shows  a message :" Sync will resume when xxx(my PC with iTunes) is available "...
    Both are in the same network,
      Ipad mini is is plugged in to power
    . iTunes is open on the computer
    what can i Do ???

    Hi Skydiver119,  and tks for four interest.
    I have done exactly as you say, but it does not work for me.
    You indicated  " Navigate to the info tab and scroll down. There'll be a check box for 'sync over wifi' or something to that effect. Check that box and sync to affirm your choice."
    I navigated to Summary tab (not Info Tab) and checked "Sync with this ipad over Wi-Fi"
    I disconnect the wire,
    and my iPad disappears from my iTunes screen.
    in my iPad ->Settings -> General -> iTunes Wi-Fi Sync -> says " Sync will resume when (my PC) is available.
    So, I can not sync via wi-fi
    I appreciate if you can help me.

  • IOS 7 Calendar does not show appointments imported as VCS files in Microsoft Outlook / Exchange. Any solutions?

    iOS 7 Calendar does not show appointments imported as VCS files in Microsoft Outlook / Exchange in Windows 7. I discovered this when downloading itinerary.vcs files from Delta to mark flights in my calendar. The work around I found is as follows:
    Open the VCS file, this will create a Calendar entry in your Outlook,
    Open the created Outlook Calendar entry, go to File -> Save As and then select to save as ICS file.
    Delete original VCS-created appointment in your calendar to avoid multiple calendar.
    Open the re-saved ICS file.
    Appointment will now correctly synchronize with your iPhone iOS 7 calendar.
    If anyone has better alternatives to this process, please help out. Hopefully, Apple will fix this with the next iOS update.

    iOS 7 Calendar does not show appointments imported as VCS files in Microsoft Outlook / Exchange in Windows 7. I discovered this when downloading itinerary.vcs files from Delta to mark flights in my calendar. The work around I found is as follows:
    Open the VCS file, this will create a Calendar entry in your Outlook,
    Open the created Outlook Calendar entry, go to File -> Save As and then select to save as ICS file.
    Delete original VCS-created appointment in your calendar to avoid multiple calendar.
    Open the re-saved ICS file.
    Appointment will now correctly synchronize with your iPhone iOS 7 calendar.
    If anyone has better alternatives to this process, please help out. Hopefully, Apple will fix this with the next iOS update.

  • HT2693 My UPAD lite does not start after recent update. I have lots of info in it. Can anybody help me to get it back. Can I get the update out somehow? Thanks

    My UPAD lite does not start after recent update. I have lots of info in it. Can anybody help me to get it back? Can I somehow undo the update? Thanks

    "UPAD lite?"
    I expect that you mean some version of iPad.
    First, try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until the screen blacks out or you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore, go into Recovery Mode per the instructions here.

Maybe you are looking for

  • Can't get iCloud to work on my iPad

    Hi! I got an iPad for Christmas and I have never been able to get iCloud on it. It says the account has not been verified and to verify it with the email they sent. Well...I never got an email. Thought I could do without it but now I realize it would

  • Sites using flash don't work on Firefox 4 beta 7, why not?

    When I use FF 4.0b7 on my Mac I try to go to a website using flash (YouTube, Hulu, etc.) and it doesn't display anything. No video, nothing. But when I use FF 3.6.12 any website using flash works just fine! I've reinstalled Firefox and flash many tim

  • How can I call a method for all instances of a certain class?

    Hi, I have created a snake java applet, which you can play here [http://users.telenet.be/javagames/|http://users.telenet.be/javagames/]. But now I want to make this into a multi-player game (with two or more snakes etc..). In my main class you can fi

  • Bridge for assets on 2 computers

    First I'm a freelance designer, I work solo most of the time, I have a laptop and a desktop. My main issue is managing and updating my assets between systems. I've been freelancing for about 6 years now, and I've collected lots of audio, video, and i

  • Unknown error flag during certificate creation

    I have a Mac developer certificate and Mac Store certifiate.  One was created without a problem but the other raised an unknown error message. Nevertheless it downloaded and was installed in my keychain.  It seems to properly codesign my app but when