Adding events

after downloading Snow Leopard, i noticed after opening the event box there was a new option Show as: either open or free. What is this and what does it do.. i use ical and mobile me to link my 2 MacBook Pro's and my 2 iphones. should be simple but can't find explanation in ical help.. thanks

hello ,
You cant add event to sub calendar from master calendar. You can go to sub calendar and add new event.

Similar Messages

  • How to get column values on item added event receiver

    Hi,
    I have two columns in a document library and one is people or group column and the other one is choice column with check boxes.
    I want to know how to read column values on Item Added event receiver, so that I can create if statements based on those values.
    Thank you,
    AA.

    Hi AOK2013, 
    Have you had a look at this Microsoft tutorial: http://msdn.microsoft.com/en-us/library/office/gg981880(v=office.14).aspx
    Essentially, you want to use the AfterProperties property to access the changed field value. 
    E.g. 
    var personvalue = properties.AfterProperties["YourPersonFieldName"]
    Regards, Matthew
    MCPD | MCITP
    My Blog
    View
    Matthew Yarlett's profile
    See my webpart on the TechNet Gallery that allows administrative users to upload, crop and format user profile photos. Check it out here:
    Upload and Crop User Profile Photos

  • Is there a way to automatically update events in the Outlook 2010 calendar when adding events in the iCloud calendar in Outlook 2010?

    I am using Windows 7 and Outlook 2010. I have synced my Outlook calendar with my iPhone using the iCloud Control Panel. This is great, but when I add an event in the iCloud calendar in Outlook 2010 and subsequently send out invitations to the event, I get the following error:
    "This meeting is not in the Calendar folder for this account. Responses to this meeting will not be tallied. Do you want to send anyway?"
    I select "Yes" and the invite goes out. However, when invitees receive the email invitation, there should be 2 emails - one from Outlook and one from iCloud. The iCloud invite does not always come through. If the invitee responds to the Outlook email invite, it does not show up on the iCloud Calendar.
    Is there a reason that the iCloud email is not always sent or is there a way to some how update the Windows Outlook Calendar when adding events in the iCloud Calendar through Outlook?

    I have just discovered this problem as well.
    Very annoying!
    Now all off my meetings entered in Outlook on my desktop PC are not syncing with my ipad and iphone.
    If I had known this would have happened I would never have downloaded Version 2.0 of the icloud control panel.
    Does anyone know how I can get the earlier version back?

  • Why does ical put a random time in front of added events when I print?

    How can I prevent ical from putting a random time in front of added events when I print?

    In Word go to File, Options, Display and uncheck the box to print document properties.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • ADDED event in document class after removed from Stage

    Hi All,
    I am currently play with the document class (the class acts as main) constructor for a SWF file.
    package {
      import flash.display.*;
      import flash.events.*;
      public class TestSymbol extends MovieClip
        public function TestSymbol()
          this.addEventListener(Event.ADDED, function(event:Event) { trace(event.eventPhase, event.target, event.currentTarget, "added triggered"); });
          trace("parent", this.parent);
          this.stage.removeChild(this);
          trace("stage", this.stage);
    In frame script 1, i put
    trace("1");
    trace("parent", this.parent);
    After i run TestSymbol.swf and  i got
    parent [object Stage]
    stage null
    2 [object TestSymbol] [object TestSymbol] added triggered
    1
    parent null
    I wonder where is this ADDED event coming from? If the document class is added to some other objects, why its parent is null after the event?
    Thanks in advance
    Sam

    By wrapper do you mean they are the same object or the MainTimeLine is a separate object being added to DocumentClass, as it triggers the ADDED event? I know that framescript can be accessed as documentClass functions, so I thought they are the same object, maybe i was wrong.
    I did a new test within some more listeners
    package {
      import flash.display.*;
      import flash.events.*;
      public class TestSymbol extends MovieClip
        public function TestSymbol()
          this.addEventListener(Event.ADDED_TO_STAGE, addedToStageListener);
          this.addEventListener(Event.ADDED, addedListener)
          this.addEventListener(Event.REMOVED_FROM_STAGE, removedFromStageListener);
          this.addEventListener(Event.REMOVED, removedListener);
          trace("parent", this.parent);
          this.stage.removeChild(this);
          trace("stage", this.stage);
         private function addedListener(event:Event):void {
           trace(event.eventPhase, event.target, event.currentTarget, "added triggered");
         private function addedToStageListener(event:Event):void {
           trace(event.eventPhase, event.target, event.currentTarget, "addedToStage triggered");
         private function removedListener(event:Event):void {
           trace(event.eventPhase, event.target, event.currentTarget, "removed triggered");
         private function removedFromStageListener(event:Event):void {
           trace(event.eventPhase, event.target, event.currentTarget, "removedFromStage triggered");
    and this is the output
    parent [object Stage]
    2 [object TestSymbol] [object TestSymbol] removed triggered
    2 [object TestSymbol] [object TestSymbol] removedFromStage triggered
    stage null
    2 [object TestSymbol] [object TestSymbol] added triggered
    As the remove listeners are fired immediately, i don't think the queue is waiting until the end of the constructor.

  • ADDED event in loader.load and loader.loadBytes

    Hi all,
    I got this very strange behavior from FlashPlayer debugger 10.1 r82. When I call loader.load method, no ADDED event is dispatched to the loader object. But if I open the file and call loader.loadBytes instead, an ADDED event is dispatched to the loader object. I suspect the ADDED event is dispatched because the content is being set as the child of Loader object, but why in the other case it is not dispatched? Is this a bug?
    Cheers
    Sam

    var obj:Loader = new Loader();
    var url:URLRequest = new URLRequest("fixtures/loader_1.png");
    obj.addEventListener(Event.ADDED, function(e:Event):void {
          trace("added");
    obj.load(url);
    added was never printed, i know using anonymous functions as listener are
    bad, i am just doing a test here. Funny enough, it was working for me
    sometime and it works totally fine in Flash professional. It changed
    sometime this week, I suspect is the new FlashPlayer debugger i installed
    causing the problem, but i cannot be sure.
    Thanks
    Sam

  • My calendars in iPod touch can't adding event

    My calendars in iPod touch can't adding event. It don't have + symbol in page. What should I do?

    Try going to Settings>iCloud and make sure the Contacts and Calender are turned on.

  • Event Receiver:Item is Being Adding Event Recevier Issue

    Hi All,
     * I had written Simple event receviers(Item is Being Adding) to a site at FarmLevel(Farm Solution) and below is the code for it.
    * In below code I am adding the List name to a Column called "Name" ,when Item is being adding the code is getting loop and inserting unwanted data and updating Column "Name" with it instead of updating when item is added
    *Below if u see there is no value in Column "Name" when I insert values "Mark Devis"(Title) and "In Meeting"(Body) columns
    Can any one help me how can I solve the issue
           Code:
    string listitle = properties.List.Title + "" + "is List Name";
    string siteurl = http://sp2010:8080/personal/Sample/;
    using (SPSite mysite = new SPSite(siteurl))
    using (SPWeb myweb = mysite.OpenWeb())
    SPList mylist = myweb.Lists["Announcements"];    
    SPListItem newitem = mylist.Items.Add();
          newitem["Name"] = listitle.ToString();
          newitem.Update();
    Result:
    Samar

    Hello Samar,
    Try to use before/after properties to update item in list on ItemAdding event.
    http://sarveshspn.blogspot.in/2010/05/using-itemadding-and-afterproperties-to_08.html
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/1ed217b1-9441-4fe1-b3aa-68b2768bdfc7/updating-list-item-value-on-the-itemadding-event-handler-of-an-item-receiver-class?forum=sharepointdevelopmentlegacy
    Also make sure that you have at least contributor right in list to edit data.
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Adding event in Month view

    Is there a way to go straight to the detail box when adding an event in month view? When I right click on a date on the calendar then choose "add an event", it just puts it right on the calendar, then I click that so I can put the time down, then only the small box opens so I have to click the "edit" so it will open the big the box that has all the options in it.
    Does this make sense? Is there a way to right click a day, choose "add an event" and have it go right to the bigger box where you can finish all the details of the event?
    Also I saw a reference to the "info sidebar" in the Mac 101 support on the website.
    "In the Info sidebar, click the New Event text to display the text box and type a name for your event, like dentist appointment, band practice, or a birthday party."
    Where do I find this "info sidebar"?
    Thanks all in advance!

    rtha,
    Just double click on the day that you want to add the event. That action will display the full edit field.
    The info sidebar information on the Mac 101: iCal page is in error. It used to exist in the previous version of iCal.
    I suggest that you provide: Apple - iCal - Feedback
    ;~)

  • Getting Error In Item Added Event In Event Receiver in SharePoint 2010

    Hi Guys,
    I have written Event Receiver in SharePoint 2010 On ItemAdded event of Document Library. Wants to increment a col value by reading maximum value first. I wrote below code but sometime it works correctly but some time I got below error: Document Set
    enabled on this document library and weh we added any document in any document set then this event occurred. I mentioned Code block and Error description both.
    Please see and suggest right solution.
    Code:
    public override void ItemAdded(SPItemEventProperties properties)
                    base.ItemAdded(properties);
                    SPListItem _currentItem = properties.ListItem;
                    string _QUERY = @"<Where><Eq><FieldRef Name='DocumentId'/><Value Type='Text'>21</Value></Eq></Where><OrderBy><FieldRef
    Name='RevisionReference' Ascending='False' /></OrderBy><ViewFields><FieldRef Name='RevisionReference' /></ViewFields><QueryOptions><Folder>DocumentLIBB/</Folder></QueryOptions>";
                    int maxID = 0;
                    string revisionreferencee = string.Empty;
                    using (SPWeb web = properties.OpenWeb())
                        SPList list = web.Lists["DocumentLIBB"];
                        SPQuery query = new SPQuery();
                        query.ViewAttributes = "Scope=\"Recursive\"";
                        query.Query = (_QUERY);
                        SPListItemCollection results = list.GetItems(query);
                     if (results.Count > 0)
                            SPListItem item = results[0];
                            revisionreferencee = item["RevisionReference"].ToString();
                            bool result = Int32.TryParse(revisionreferencee, out maxID);
                            _currentItem["RevisionReference"] = maxID + 1;
                            _currentItem["DocumentId"] = item["DocumentId"].ToString();
                    properties.ListItem.File.Update();
                    _currentItem.Update();
    Error Desc:
    <nativehr>0x81020015</nativehr><nativestack></nativestack>The file EKENg LIBB/QA_DOC_044/05-22 Emirates Engineering Occurrence_Error Investigation - MEDA Process - 27 AUG 2009-921.doc has been modified by SHAREPOINT\system
    on 27 Aug 2012 12:10:13 +0400.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Runtime.InteropServices.COMException: <nativehr>0x81020015</nativehr><nativestack></nativestack>The file EKENg LIBB/QA_DOC_044/05-22 Emirates Engineering Occurrence_Error Investigation - MEDA
    Process - 27 AUG 2009-921.doc has been modified by SHAREPOINT\system on 27 Aug 2012 12:10:13 +0400.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 

    Making the event synchronous (rather than the default) eliminates this error. If such a change suits your requirements you should consider it. You just have to tweak the elements.xml in your feature receiver project;
    http://blogs.msdn.com/b/unsharepoint/archive/2010/11/10/sharepoint-event-receivers-making-asynchronous-event-synchronous-to-avoid-save-conflict-error.aspx
    w: http://www.the-north.com/sharepoint | t: @JMcAllisterCH | c: http://www.b-i.com

  • ICal in infinite loop adding events

    I have truthfully never had much use for Ical.  I have found it's functionality, look and feel sadly lacking with other programs.
    However, I now have ICAL in what appears to be an infinite loop of trying to add new events.   I suspect it has something to do with a link to Google Calendar.
    I have nothing of value on ICal and I want to start over from scratch.
    How to do?
    OS X LION 10.7.5
    Macbook Pro. Early 2008

    Further investigation looks like it's adding every event ever from MEETUP.   Still want to NUKE iCAL and start ALL OVER>
    Thanks in advance for the assistance.
    Chuck

  • Adding event deletes calendar

    I have three calendars called Scripts (has repeating events that run scripts), Special and Reminders. I created these a few weeks ago. I just tried to add a repeating event to the Reminders calendar. I tried two different ways:
    With all calendars showing - add the event
    With only reminders showing - add the event
    In both cases during the process of adding the event, all events for the Scripts calendar are deleted.
    This is driving me crazy since when I created the three calendars a few weeks ago I was able to selectively add events to any calendar.
    Running the latest iCal 5.0.1 on Lion 10.7.2.

    Gave up on this and recreated all three calendars again. Changed the name on the calendar previously called "Reminders" too "Tweaks" in case that caused an issue (pure WAG).
    While recreating I opened and quit the iCal app several times with no problems. Will post here if the problem reoccurs. In the meantime I'm saving the iCal data in my Library every day and also the Prefs.

  • Disabling adding events to SharePoint calendar from outlook

    basically we have required fields in the SharePoint calendar that I created, and its great to have that calendar linked to other peoples outlooks. The problem comes when people add events from outlook because then they don't have to fill in the required
    fields to add events. I want to make it where they can still see all events on their outlooks they just can't add anything from outlook and only from SharePoint so that they have to fill in all the required fields.

    Hmm. That's tough because I don't think you'd be able to stop them from adding in Outlook unless you customized Outlook client or removed permissions. If you remove permissions, then they can't add through browser either. The only thing I can think of
    is having two calendars: one users put events into and one they connect to outlook. When a new event is added to the first calendar, then a workflow fires and adds it to the second. The second calendar then has read only permissions.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • Problem adding events to calendar - they don't show up

    I have an intermittent and very strange problem which occurs when adding an event to the calendar on my iPhone 4 (Verizon - running latest iOS).
    I will create an event, fill out time, date, name, etc and click done, and then the event will not show up in the calendar. Sometimes I can go through this process five or six times in a row before the event finally appears. None of the other attempts ever show up later, and they're not findable via search, so I know this isn't either me doing something dumb (like entering the wrong date) or a delay of some kind.
    I am using MobileMe and the calendar in question is always a MobileMe calendar, simply because those are the only ones I use. I have not tested this with the iPhone local calendar.
    Recently, I experienced the same issue when deleting an event. It took a few tries before the deletion did anything.
    This occurs probably 80% of the time I create an event, and has always occurred. It NEVER happens when I create an event via a hyperlinked date/time shortcut suggestion in an email or the like.
    Has anyone experienced this?

    If you only have one account, it, inherently will be the default.
    On the iPhone, Settings >Mail, Contacts, Calendar
    Scroll down. In each section there should be a 'Default Account'. So one form Mail, Contacts and Calendar. Check that the one account you have / use is set to the default.

  • Iphone not adding events in ical

    I had to reset my iphone, now events added on ical or on my iphone do not show up unless i sync with itunes. Please help

    This is a posting of a problem and solution.

  • I haven't added events but am getting "This calendar is unreadable. No events have been added to your iCal calendar"

    I recently started getting the message "This calendar is unreadable. No events have been added to your iCal calendar".  However, I typically add my events by typing them myself either on my MacBook Pro or my iPhone. I don't import from outside sources. I don't know if it's related or just coincidental that around the same time, events that I add to my MacBook Pro are not syncing to my iPhone, but the events added by iPhone seem to appear on my MacBook Pro and my MiniMac.  Is there a way to find the event that is being referenced in this error message??

    iPhone:
    Plug in your iPhone
    Go to iTunes > Your iPhone > Info and ensure that calendars is not checked off to sync -- if you are using MobileMe to sync, this option should not be checked
    On both Macs:
    1.) Go to Apple > System Preferences > MobileMe > Sync and remove the check Mark for calendars.  With the new MobileMe calendar system there is no need to have this checked.  Close the MobileMe window once this is complete.
    2.) Open iCal and then go to iCal > Preferences > Accounts and remove the MobileMe account from here with the minus sign.
    3.) Go to iCal > Quit iCal
    4.) Remove the following to the trash and restart your computer:
    Home > Library > Caches > com.apple.ical
    Home > Library > Calendars > Calendar Cache, Cache, Cache 1, 2, 3, etc. (Do not remove Sync Cache or Theme Cache if present)
    Home > Library > Preferences > com.apple.ical (There may be more than one of these. Remove them all.)
    5.) Open iCal and go to iCal > Preferences > Accounts
    -- If the MobileMe Account is already here remove it again and then re-add it being very careful to use the correct name and password (for your 10.5 system follow these steps for re-adding: http://support.apple.com/kb/HT4330)
    -- If the MobileMe account is not already here, add it in.
    iCal will download your calendars from the MobileMe server.  Watch and see if you get the error message.  If it completes the download (little spinning gear stops spinning next to the MobileMe calendar) go ahead and add a new uniquely named event to one of your MobileMe calendars on both computers and see if it syncs between.
    Let us know what happens.

Maybe you are looking for

  • Missing triangle on Fix tab

    Running Premier Elements 10 version (20110914.m.17521) on Windows XP SP3 In Organizer, to get to 'Edit Video' all instructions say to click on the down triangle on the Fix tab. Problem is my Fix tab has no down triangle See screenshot (click it to en

  • QT doesn't open all the way...can't see the video

    I get a the thing to open but not all the way as a video would with at least the opening frame. I get just a narrow box that look like an audio file.

  • Enq: HW - contention

    hi in my spreport i am getting this enq problem pls tell me how to solve this. Top 5 Timed Events Avg %Total ~~~~~~~~~~~~~~~~~~ wait Call Event Waits Time (s) (ms) Time buffer busy waits 1,480,241 1,024,132 692 64.5 enq: HW - contention 142,929 389,7

  • How to avoid the page to move up when I click the button on the Tableview?

    Hi, EP fellows. I currently have 3 tableViews and 1 header form set in one jsp page (I know, it may not be a good design to put three tableView in one jsp page.....but for the sake of avoiding client side eventing between each tableViews..I combined

  • Approval for Expense Reports

    Hi Experts Need some advice in setting up some approval rules for expense report in ByDesign We are wanting to implement a rule whereby All non project expense must Employee Line Manager to approval non project expense of up to $250 Cost Manager to a