Is it possible to set quota or events expiration preferences ?

Is it possible to set quota or events expiration preferences?
<P>
There are admin tools that can go into calendars and delete events over a
range of time. There is no automatic way to do this with iCS 2.x. You would
have to write a script to run periodically, loop through all calendars, and
delete events that are considered "old".
<P>
There are no quotas in iCS 2.x.
<P>
The admin tools can list calendars for a user. Once you know the calendar, there
are admin tools that can list events, etc. There is also an admin tool to list
the total disk usage.

this may be impossible.

Similar Messages

  • I want to set up an event that repeats every 3 days that is timezone independant. Is it possible?

    I want to set up an event that repeats every 3 days that is timezone independant. Is it possible?

    It is possible to have multiple libraries in a single account and use each one for a different iPod without affecting the other. To create or access a second (or more) library, hold down the Option key when launching iTunes 7. In the resulting dialogue you will get the option to create a new library or navigate to the other Library.
    Note: You can only have one Library open at a time and iTunes will default to the last library opened if you don't use the keyboard command to choose one. This can prove tricky when using multiple iPods, if you don't use the keyboard command you can risk syncing to the wrong library but if you are only going to update your Dad's iPod periodically this shouldn't be an issue:
    Using multiple iTunes libraries -Mac

  • In contacts there is the possibility to add a new event, as the birthdays, but they do not appear in iCal. Is there any way to make that possible? It is normal to have a person with his birthday, anniversary and others key dates you want to link to him.

    In contacts there is the possibility to add a new event, as the birthdays, but they do not appear in iCal. Is there any way to make that possible? It is normal to have a person with his birthday, anniversary and others key dates you want to link to such person, but the only one shows up is the birthday. How to be able to show all those dates linked to people in the agenda in the iCal?
    Thanks

    Hi,
    I sugggest you try my application, Dates to iCal. It is shareware with a 2 week trial period.
    Dates to iCal 2 is a replacement for Apple's birthday calendar for iCal. It has a range of features to allow the user to choose what, and what not, to sync to iCal from Address Book.
    As well as automatically syncing birthday dates from Address Book, Dates to iCal 2 can sync anniversary and custom dates. It can set up to five alarms for each date in iCal and can also set different alarms for birthdays and anniversaries. It allows the option of only syncing from one Address Book group. This application also allows for the titles of the events sent to iCal to be modified to the user's preference.
    Best wishes
    John M
    As I sell software on my site and ask for donations, the Apple Support Communities Use Agreement requires that I state that I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • How to set fire action event for particular rows in a table

    HI All,
    I have a requirement in which I want to set fire action event for particular rows in a table based on some condition.
    The table has columns like fullname,employee id etc.
    So i want to set fire action event for particulars rows only which will saisfy some condition.

    Atanu,
    Your approach(setting fire action for few rows) seems not possible. Better to go ahead with workaround.
    Do you want this functionality in processRequest(while page loading) or processFromRequest(on some event) method ? Give more explanation regd. your requirement ?
    In either case loop through the rows and when your condition is met write the action to be performed in controller.
    Regards,
    Anand

  • Is it possible to set up multiple iTunes accounts on a single computer?

    is it possible to set up multiple iTunes accounts on a single computer?

    If you do it with a single user account, you will receive update notifications for purchase made on both IDs regardless of which one you're using at the time.  That's slightly frustrating as you get the notification BUT you can't actually update!  In any event, separate user accounts on the computer is the cleaner way to go.

  • HT2513 Can I set reminders on events from calendars I subscribe to?

    Is it possible to set a reminder on events in calendars that are subscribed to?

    Hi,
    Subscribed calendars are not editable.
    Best wishes
    John M

  • How to set "All day event " as default in Calendar in 9630

    In BB 9630 how do I set "All day event " as the default in Calendar?

    Hello,
    You asked the same question twice, albeit the first time in the wrong place:
    http://supportforums.blackberry.com/t5/BlackBerry-Curve-BlackBerry-8300/How-to-check-as-default-quot...
    Cheers!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Possible to set min/max size to a resizable Stage? If so, how?

    Is it possible to set a minimum and maximum size to a resizable Stage? If so, how would this be done? Do I use some kind of onResize event handler or is there some other way?
    Here is a sample code where I have a 500 x 500 px image in a 300 x 300 px scrollable scene that is in a resizable stage. Right now, I am able to resize the stage to any size, but I would like to limit the resizable minimum width and height to 100 x 100 px and limit the resizable maximum width and height to 600 x 600 px.
    import javafx.stage.Stage;
    import javafx.scene.Scene;
    import javafx.scene.control.ScrollView;
    import javafx.scene.control.ScrollBarPolicy;
    import javafx.scene.image.ImageView;
    import javafx.scene.image.Image;
    var scene: Scene;
    Stage {
        resizable: true
        scene: scene = Scene {
            width: 300
            height: 300
            content: ScrollView {
                hbarPolicy: ScrollBarPolicy.ALWAYS
                vbarPolicy: ScrollBarPolicy.ALWAYS
                width: bind scene.width
                height: bind scene.height
                node: ImageView {
                    image: Image { url: "{__DIR__}roses.jpg"}
    }

    Hi, I don't understand how WidgetFX is going to allow me to set min/max size to a resizable Stage. After all, it is a desktop widget platform and I'm not trying to build a desktop widget. None of the demos I've tried use a decorated Stage with platform decorations that can be used to drag and resize the Stage.
    I'm just trying to limit the min/max size of a resizable Stage. If you think WidgetFX will address my problem, I think a better solution is the JavaFX Stage Controller class I found available at http://code.google.com/p/memefx/. However, the JavaFX Stage Controller class still doesn't address the problem I have because it doesn't stop the user from dragging the Stage beyond the size restricted by the min/max height. It only reverts the Stage to the max size after the user already dragged and resized the Stage beyond the max resizable width/height.

  • Is it possible to set the stateof a command button

    I want to call a function when the user presses a command button (left click), then wait until he releases the mouse button, then call a second function.
    Here is the code for EVENT_LEFT_CLICK:
    CallFunction_1(...)
    GetRelativeMouseState(panel, control, 0, 0, &mouseLButton, 0, 0);
    while(mouseLButton)
    ProcessSystemEvents();
    ProcessDrawEvents ();
    GetRelativeMouseState(panel, control, 0, 0, &mouseLButton, 0, 0);
    CallFunction_2(...)
    My Problem is, that the button does not chage its state to "pressed", so it appears to the user that he has not clicked on it.
    Is there any possibility to set the command button th the pressed state?

    The reason for this is that the LEFT_CLICK event has not been processed yet. We allow you to "swallow" any event to basically eliminate the built in effect of that event. In your case you want the normal effect of the LEFT_CLICK event to occur (button appears pressed on the panel), but you also want to launch a loop to check when the mouse has been released. This is easily done through posting a deferred call. A deferred call allows the current event to be completed and then calls the deferred callback after that. So your code would be changed to:
    In LEFT_CLICK,
    CallFunction_1(...)
    PostDeferredCall (funcName, (void*)control);
    Then write a function "funcName" with prototype:
    void CVICALLBACK funcName (void *callbackData);
    and code:
    void CVICALLBACK fu
    ncName (void *callbackData)
    int control = (int)callbackData;
    int mouseLButton = 0;
    GetRelativeMouseState (panel, control, 0, 0,
    &mouseLButton, 0, 0);
    while(mouseLButton)
    ProcessSystemEvents();
    ProcessDrawEvents ();
    GetRelativeMouseState (panel, control, 0, 0,
    &mouseLButton, 0, 0);
    CallFunction_2(...)
    This should solve your problem.
    Best Regards,
    Chris Matthews
    Measurement Studio Support Manager

  • Is it possible to set a countdown on the lock screen of an IPhone 5?

    Is it possible to set a countdown to an event on the lock screen of an IPhone 5?

    No. Not using the current version of iOS.

  • Is it possible to set individual future clock alarms?, Is it possible to set individual future clock alarms?

    Using Apple's Clock app, is it possible to set single non repeating single alarms in the future?
    Today is Wed. I want to set up my next 2 weeks with different daily wake up alarms, so I can't set any and use repeat.
    When open Clock, press +, I get the setting window which only has times, no days. So it appears I can only set today and only certain repeating future alarm days.
    But I can't figure if I can setup for example:
    Thu - 7am (one time)
    Fri - 8am (one time)
    Sat - 9am (one time)
    Am I just missing how? Or does Clock not allow this? I'm on vacation and have different daily wake up time needs.
    Thanks
    Steven

    Yes. I'm actually at a conference so I know every day I need to wake and each is different.
    So playing with weekly repeats as a workaround, I see your idea but wouldn't a simple date field be easier?
    Now that I see it's impossible. I think the best way is to use the calendar and set an alert. So each day I need to wake at a certain time, I simply create an event called WAKE and set an alert for it.
    Yes I don't get the snooze feature, but once I'm up, I'm up. So that will be best albeit it a wast of text on my calendar which I can of course always delete.
    Thanks,
    Everyone.

  • Is it possible to set an entire layer to alpha 0 on start of movie?

    Hi,
    I have a movie with a movie clip inside it. IN the movie clip
    I have one layer with several different images along the timeline
    that are all named img2. I'm wondering if it's possible to set that
    entire layer to transparent on the start of the movie. I tried
    mainMovie.img2._alpha = 0;
    But it doesn't work because inside of the movie clip
    &quot;mainMovie&quot; there is no img2 until the second
    frame. If there was a way to make the whole layer transparent that
    would be awesome. Thanks.

    You can't set the alpha of a particular layer - _alpha is a
    MovieClip
    property. You can set your entire clip's alpha to 0 though.
    If you're in
    root and your clip containing the images has an instance name
    of 'content'
    you can say content._alpha = 0;
    Dave -
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Why is it when you set a calender event in outlook 2010 (in UK) with a reminder alarm for 30mins prior) and have the iphone set to keep the appointment time relative to the local country time that you travelled to, the alarm time is still at uk time ?????

    why is it when you set a calendar event in outlook 2010 (whilst i am in UK) with a reminder alarm for 30mins prior to the appointment time) and have the iPhone set to keep the appointment time relative to the new country time that i have travelled to (this works OK), the alarm time is still relative to the UK time and not in sync with the local country time like the main appointment is.
    Does anyone know the answer please.

    This has to do with the Time Zone Support selected in your phone. If you check in Settings>Mail, Contact, Calendars, there is a setting for Time Zone Support at the bottom of the page under Calendars. If that is turned to off, the calendar should support the local time. Because time is set to Automatic (since you say the time is correct on the iPhone), it is reflecting the local time. That information comes from the carrier, not the iPhone itself. You can check, however the iPhone says that if you turn off the Time Zone support, it should reflect in the local time. Do a test, if possible,  and see if that will do what you are asking.

  • Is it possible to set identity template dynamically?

    Hi,
    I want to create accounts on LDAP through activesync.
    I set identity template :[uid=$accountId$,ou=$category$,dc=....].
    But I don't want to set category attribute in schema map of resource.
    Is it possible to set $category$ attribute dynamically
    depends on the value of other attribute without defining schema map??
    thanks in advance.

    Hi,
    Absolutely possible, you could either create a field called global.category in your activeSync form or the way I'd do it which is to set the .identity field. In your activeSync form when you assign the LDAP resource to the user view you can a have a field called 'accounts[LDAP].identity' and then use an expansion event within this field to build your DN of the user account on LDAP.
    HTH,
    Paul

  • Hi I have two questions. I am using NAS 4.1 and was wondering is it possible to set a different session timeout for different users? How is the session timeout set? Thanks, YS

     

    <i>I am using NAS 4.1 and was wondering is it possible to set a different session timeout for different users?</i>
    Um, there is no such thing as NAS4.1.
    I'm assuming that you mean NAS4.0 (maybe NAS4.0sp1?). If so, then the session timeouts are specified in the session section of the NTV configuration files.
    AFAIK, you can specify session timeouts on a per user basis.

Maybe you are looking for

  • HT4972 upgrade iphone 3gs to iOS 5

    can I upgrade my iphone 3gs to iOS 5?

  • Error in configuring SLD - Solman 7.1

    Hello All, Dear Team, We face issue during the SLD configuration of solution manager 7.1.We are in the process of configuring local SLD.After we select SETUP LOCAL SLD,we are prompted for the login credentials.And after loggin with j2ee_admin user, i

  • Z10 whatsapp?

    I'm new to this forum, but no-one in the "outside world" seems to be able to help me... Why can't I get whatsapp on my z10? It's a deciding factor as to whether I keep the phone or not as I have 3 days left in my cooling off period! Please help. Than

  • ClientListener on Button -  Programmatically

    Hello, Requirement : I need to Create a command button and when you hover your mouse on it, a function has to be called . Everything has to be done programmatically. My Procedure: I have already created a RichCommandButton programmatically with a bin

  • Iphoto 11 won't install from apps store

    I purchased iPhoto 11 from the app store (on my Macbook running Lion). It won't install - when I click the install button it just "runs" for a couple seconds without any further prompting or anything. Is there something I'm missing here?