Mix published and unpublished events in one calendar?

Just got an iPhone.
Is there a way to mix published and unpublished events in one calendar?
I've heard that other calendar software have this option.
With iCal on a Mac it's possible to choose which calendars to view, so then it's not a problem to have one published and one unpublished calendar.
But with iCal on iPhone you can only choose between viewing ONE and ALL calendars.
I subscribe to a bunch of other peoples calendars, so viewing ALL is never an option..
So now I would like to write all my events, published and private, into ONE calendar. Is that possible?
Anyone?

Yes. I tried changing the setting to Sync All Events (instead of the time limited sync) and let it refresh. No change. No display
I also tried rescheduling the event by one hour on the same day (no other changes), then save. No change. No display.
I ended up deleting the events and re-entering them, with identical information (including the recurring end date, remarks, etc., you name it), and then the events appeared like the rest of them in the same calendar.
I'd still like to know if there is a solution to the original problem. I'm still concerned that other events, maybe in the other calendar as well, are no appearing and it's impossible to rely on a sample or to verify every event.
Thanks for your assistance.

Similar Messages

  • ICal move events from one calendar to another with AppleScript

    I made an AppleScript to clean up my calendars and thought I would share. My iMac had a calendar called "Home" and my iPhone had a default calendar "Calendar" so I ended up with all of my events spread across two calendars. Decide to clean up and move everything to one calendar.
    This script is admittedly not very efficient. The nested repeat loops means it takes a while to run. Feel free to take this as a start point. I have it checking each property for missing value before adding it to avoid errors. I could have added a line to delete the old event after creating the copy, but I was just deleting the whole old calendar after the script ran.
    I hope this is helpful to someone. Oh, this was created under Snow Leopard so if you are in Lion you might need to tweak things. I don't know how much the scripting library has changed.
    tell application "iCal"
              set thisCalOld to calendar "OldCalendarName"
              set thisCalNew to calendar "NewCalendarToMoveEventsTo"
              set cntrMatch to 0
              set cntrCopied to 0
              repeat with thisEventOld in events of thisCalOld
                        repeat with thisEventNew in events of thisCalNew
                                  set isOKtoProceedWithCopy to true
                                  if (start date of thisEventNew = start date of thisEventOld) and (summary of thisEventNew = summary of thisEventOld) then
                  --Don't copy
                                            set cntrMatch to cntrMatch + 1
                                            set isOKtoProceedWithCopy to false
                                            exit repeat
                                  end if
                        end repeat
                        if isOKtoProceedWithCopy then
                                  set theStamp to stamp date of thisEventOld
                                  set theAllDay to allday event of thisEventOld
                                  set theURL to url of thisEventOld
                                  set theRecur to recurrence of thisEventOld
                                  set theEndDt to end date of thisEventOld
                                  set theClass to class of thisEventOld
                                  set theStartDt to start date of thisEventOld
                                  set theDesc to description of thisEventOld
                                  set theSummary to summary of thisEventOld
                                  set theLoc to location of thisEventOld
                                  set theExcludeDt to excluded dates of thisEventOld
                                  set theSeq to sequence of thisEventOld
                                  set theStatus to status of thisEventOld
                                  tell thisCalNew
                                            set thePropList to {}
                                            if theStamp is not equal to missing value then
                                                      set thePropList to thePropList & {stamp date:theStamp}
                                            end if
                                            if theAllDay is not equal to missing value then
                                                      set thePropList to thePropList & {allday event:theAllDay}
                                            end if
                                            if theURL is not equal to missing value then
                                                      set thePropList to thePropList & {url:theURL}
                                            end if
                                            if theRecur is not equal to missing value then
                                                      set thePropList to thePropList & {recurrence:theRecur}
                                            end if
                                            if theEndDt is not equal to missing value then
                                                      set thePropList to thePropList & {end date:theEndDt}
                                            end if
                                            if theClass is not equal to missing value then
                                                      set thePropList to thePropList & {class:theClass}
                                            end if
                                            if theStartDt is not equal to missing value then
                                                      set thePropList to thePropList & {start date:theStartDt}
                                            end if
                                            if theDesc is not equal to missing value then
                                                      set thePropList to thePropList & {description:theDesc}
                                            end if
                                            if theSummary is not equal to missing value then
                                                      set thePropList to thePropList & {summary:theSummary}
                                            end if
                                            if theLoc is not equal to missing value then
                                                      set thePropList to thePropList & {location:theLoc}
                                            end if
                                            if theExcludeDt is not equal to missing value then
                                                      set thePropList to thePropList & {excluded dates:theExcludeDt}
                                            end if
                                            if theSeq is not equal to missing value then
                                                      set thePropList to thePropList & {sequence:theSeq}
                                            end if
                                            if theStatus is not equal to missing value then
                                                      set thePropList to thePropList & {status:theStatus}
                                            end if
                                            set theNewCopy to make new event at end with properties thePropList
                                  end tell
                                  set cntrCopied to cntrCopied + 1
                        end if
              end repeat
    end tell
    display dialog ("Exists(not copied):" & cntrMatch & "  New Copied:" & cntrCopied)

    That should not be necessary because I get the value of ID out of another table, where I generate ID with a sequence..
    So normally it should just tranfer that row from one table to another. But it doesn't !
    Knowing that I cannot create a row in the table wouter_published_posts(I can just move rows from the add_post table to the wouter_published_posts table), It should be inpossible that twice the ID appears. But yet he keeps trowing errors...
    help me, please

  • Moving events from one calendar to another

    Is it possible to move events from one calendar to another?
    Here is our scenario:
    User abc123 has set up a calendar abc123:boardroom for other users to book slots in the board room (he didn't know about resource calendars at the time and so didn't request one be created).
    Now abc123 is leaving the company, so his calendars are going to disappear, along with all the bookings for the board room.
    So my question is, can these events (and tasks) be moved to another calendar?
    I've tried creating a resource calendar and exporting/importing the calendar data, but this appears to leave the organizer of each event set as abc123:boardroom, with the result that the owner of the new resource calendar cannot modify the imported events.
    Maybe I'm missing something blindingly obvious here, but there doesn't seem to be any way to actually move events from one calendar to another. Does anyone have any advice as to how I might achieve this?
    Many thanks in advance.
    Regards,
    Mike.

    here is one way:
    Click on a meeting to get a Compose window. In the upper right Calendar box, click on the dropdown icon and select the calendar you want to move to from the list. Click on OK to save.
    Of course, if you have a lot of meetings to move, this will be a pain, but it does work.
    Note: before you do this, make sure you are an "owner" of the calendars(s) you want to move meetings to (or otherwise have access), and are subscribed to those calendars.

  • How can I copy and paste events in the calendar?

    Does anyone know how to cut and paste or copy and past events in the calendar?  The events happen at different times and on different days so I can't just "repeat".  Thanks in advance!

    Ignore MJG196 post.
    In Calendar, tap the event, tap Edit, then change the Starts date you want the event to move to.

  • I am publisher and I want dele one of my books, or change description. How can I do it? Thanks.

    I am publisher and I want dele one of my books, or change description. How can I do it? Thanks.

    troubleshooting messae http://support.apple.com/kb/ts2755

  • How to Make All Events in One Calendar Have Alerts Automatically

    I am a college student majoring in engineering, which means I always have lots of homework due at various times. So to help me keep better track of when my assignments are due, I have started putting the due dates into my calendar. The only problem with that is every time I enter in a new event I have to set up an alert for that particular event. This is extremely annoying having to do this for each assignment. What I am wondering is there a way to make it so that every event in my "Homework" Calendar sends me an alert two hours before the event starts? I know you can make it so that all events send you an alert, but I just want this one calendar to automatically send alerts for it's events. Any help is greatly appreciated!

    Thread is closed.
    'Twas simple, but problem was my lack of knowledge how winhelp is built.
    I needed to Update (synchronizae) document after I linked it and built proper topics and link them with proper document section.

  • All events in one calendar are not displayed

    I have two gcalendars. On my iphone I have caldev set to sync both calendars to ical on the iphone. On one of the calendars, *some but not all* of the events do not display. I tried doing a search and they don't display. I verified that I was looking at the correct year for the date that they should display.
    The missing events display normally if I go to Gcal on my desktop computer, and with the iphone using the web version of gcal.
    Why would events show up on Gcal web but not all of those events via Gcal caldav?
    Message was edited by: rick wintomac

    Yes. I tried changing the setting to Sync All Events (instead of the time limited sync) and let it refresh. No change. No display
    I also tried rescheduling the event by one hour on the same day (no other changes), then save. No change. No display.
    I ended up deleting the events and re-entering them, with identical information (including the recurring end date, remarks, etc., you name it), and then the events appeared like the rest of them in the same calendar.
    I'd still like to know if there is a solution to the original problem. I'm still concerned that other events, maybe in the other calendar as well, are no appearing and it's impossible to rely on a sample or to verify every event.
    Thanks for your assistance.

  • Making a list of all events in one calendar?

    Is there any way to ask iCal to generate a list of all events and ToDo's from a given calendar?
    iSync doesn't really support multiple calendars when syncing to Palm OS devices: all events created on the Palm are put into one specified calendar (in my case, it's called "FromPalm"). This means I occasionally need to go into iCal and manually move all of the events and tasks in "FromPalm" to whichever calendar they belong in. The problem is: how do I find all of these events, other than by scrolling through my calendar week-by-week looking? If iCal would show me a list -- like it does for search results --, I could just click on them one-by-one and move each to its proper calendar...

    Hi Mike,
    In the calendar list de-select (un-tick) every calendar apart from your "FromPalm" calendar. Click on the Show Search Results buttom (the one with three dots and lines in the lower right of the window), you should have a list of every event in your "FromPalm" calendar.
    To move several of these events to another calendar quickly, Command-Click the events in the list you want put into a particular calendar. Then Control-Click one of the list that you have selected and choose Calendar and then the calendar you have selected. All the events selected should then be moved.
    Best wishes
    John M

  • Allow users to click button and add event to their calendar?

    This page:
    http://ical.mac.com/WebObjects/iCal.woa/wa/default?u=judp&n=LAFCPUG.ics
    Has a subscribe link that when clicked, warns me in Firefox that an external application will be launched. I am guessing it will launch iCal and place an event in my calendar.
    1. Does this look like what it is going to do?
    2. How is something like this setup on a website?
    Thanks.

    Hi
    Take a look at contentseed.com
    Works well for me
    cheers
    Ian
    "Nancy O" <[email protected]> wrote in message
    news:gm2nsg$3no$[email protected]..
    > Search this group for Content Management - a thorough
    answer to this topic
    > was posted by me to Judy earlier today.
    >
    >
    > --
    > Nancy O.
    > Alt-Web Design & Publishing
    > www.alt-web.com
    >
    >
    >

  • Recurring To Dos and multiplying events from subscribed calendars

    The density and volume of discussion about iCal's recurring ToDos and Events is too overwhelming to survey in its entirety so I will try this new post focussed on my problems.
    My iCal has been starting up (beach ball icon turning) for more than a day, a process that began when I opened the ToDos column (push pin icon at bottom of window). Rightly or wrongly I entered a large number of birthdays and other anniversary dates as ToDos instead of Untimed Events. The bulk of my ToDos are such annually recurring events although there are plenty of others with shorter intervals (like those involving taking the trash out or renewing library books).
    I suspect that it is these recurring ToDos running many years into the future that is preventing iCal from completing its start up and clogging up the application's data capacity. I can force quit the application, but the whole process only "recurs" when I launch the application again. I would happily sacrifice my entire ToDo file (Calendar) and re-enter the information under recurring untimed events, but I cannot figure out how. Moreover, Michael Lafferty wisely cautioned in regard to an iSync post about removing any files in OS 10 from the location where Apple placed them.
    So how can I escape this bewildering and frustrating situation and get back to my more serious problem with using iSync to synch my Zire 71 with iCal on my G4?
    Thanks
    G4 400Mhz   Mac OS X (10.3.9)   another G4 400 Mhz w/ OS 19.3.9, PPC8100AV Mac OS 9.2, Palm Zire 71, Handheld Visor
    G4 400Mhz   Mac OS X (10.3.9)   another G4 400 Mhz w/ OS 19.3.9, PPC8100AV Mac OS 9.2, Palm Zire 71, Handheld Visor

    In another post, information was provided for removing duplicates, one an Applescript its creator supplied for finding and deleting iCal duplicates (called Delete iCal Duplicates) and another a shareware application UnDupe available from the Palm Store or Stevens Creek Software that will find and remove duplicates on a Palm device such as my Zire 71. I used both, finding few duplicates in iCal with the Delete iCal Duplicates Applescript, but a staggering number of duplicate ToDos on my Zire with UnDupe which I removed.
    However, I still am unable to complete a sync with HotSync Manager and iSync because the Conduit Manger fails in mid-sync repeatedly. I am getting in the HotSync log the following message, but iSync continues the syncing process as though nothing has happened. Here is the message:
    Sync type is Fast
    iSync Conduit starting 7.28.06 11:31:23 PM
    Setting Hello Response, type is PalmSyncTypeFast, language is 0
    (BladeLanguageEnglish) 7.28.06 11:33:51 PM
    Timeout waiting for Sync Engine, exiting 7.28.06 11:40:39 PM
    iSync Conduit: received NULL message, disconnecting... 7.28.06 11:40:39
    PM
    iSync Conduit synchronization failed
    “iSync Conduit” failed (error = #-1)
    Do I need to re-install Palm Desktop v4.2.1 to replace a defective Conduit Manager component or what other solution to this repeated failue in mid-sync. Also note as I said that iSync does not stop and report the sync failure but just continues running and cannot be "Cancelled" either. Only a force quite and a complete re-start will stop iSync from continuing the synching process long after HotSync Manager has reported and logged the iSync conduit sync failure. Correction: some 40 minutes after HotSync Manager declared an interruption and failure, iSync has finally stopped with a sync failure alert
    Thanks for help although at this point after 2-3 days no one has responded to my orginal question. Should I have cross-posted to the iSync Forum?
    G4 400Mhz   Mac OS X (10.3.9)   another G4 400 Mhz w/ OS 19.3.9, PPC8100AV Mac OS 9.2, Palm Zire 71, Handheld Visor
    G4 400Mhz   Mac OS X (10.3.9)   another G4 400 Mhz w/ OS 19.3.9, PPC8100AV Mac OS 9.2, Palm Zire 71, Handheld Visor
    G4 400Mhz   Mac OS X (10.3.9)   another G4 400 Mhz w/ OS 19.3.9, PPC8100AV Mac OS 9.2, Palm Zire 71, Handheld Visor

  • Publishing and unpublishing

    I'm not sure if this has been answered before (I can't seem to search the discussion topics any longer and reading 874 post/threads...)but, in the iweb help menu the statement,"For example, if you publish Site A to .Mac, and then, in iWeb, you delete Site A and create and publish Site B, Site A is no longer available on .Mac." exists. But I want to know what happens to Site A if you delete Site A (in iweb), create, but DON'T PUBLISH Site B?
    And in addition, in the old homepage, what happens if you archive and then delete photos off of your hard drive, do they disappear off of homepage?
    In both of these questions, I'm trying to figure out the relationship of my hard drive and .mac.
    Thanks for all of your help in advance.

    Neil --
    Thank you. One last question on this... if I were to unpublish the one folio I have published right now, would this essentially result in the app to still be downloadable in the app store but would just have no folios in the library until I publish this 2nd one?
    Thank you.

  • How get recently created and updated events from google calendar using pl/s

    Hello
    I am able to get Google calendar events using pl/sql..I am receiving huge xml code(if there are more events),want only update and recently created events instead of getting repeated events.please help me in this regard.
    Thanks
    Edited by: user12180635 on Mar 2, 2012 1:49 AM

    This is the forum SQL Developer (Not for general SQL/PLSQL questions).
    Your question would probably be better in a Google forum since the answer is probably somewhere in google's API. Or if you want to extract items from your file, try the SQL and PL/SQL forum here, or possibly one of the XML development forums.

  • How do I put a scattered group of events into one calendar?

    I have perhaps 60 events scattered over the past 10 months that I would like to put into a single colored calendar.
    They are presently in the Home calendar.
    Is there a way to do this en bloc without having to assign each event seperately?
    I-Mac Mountain Lion 10.8.3

    No, Pages doens't have "shrink to fit". What I do is first cut down the margins to enlarge the text area a bit. If that doesn't do it, I Command-A to select all the text and start decreasing the text size a point at a time. When the last line pops onto the first page, you're done.
    Jerry.

  • Color coding of individual iCal events in ONE calendar

    How do I request this in feedback on iCal?

    Use the feedback page.
    But logically, if you have colour codes for specific event types, those events should be in separate calendars.

  • Mixed Inner and Outer Joins in One SQL

    Oracle 11g.
    There are four tables:
    T1 (primary key: pk_t1)
    T2 (primary key: pk_t2, foreign key fk_t2_ref_t1)
    T3 (primary key: pk_t3, foreign key fk_t3_ref_t2)
    T4 (primary key: pk_t4, foreign key fk_t4_ref_t3)
    This is what I want to do:  inner join among T1, T2, and T3, then outer join with T4 (T4 may contain the null rows).  Something like:
    procedure sp_test(
    p_where_clause)
    select *
    from
         T1 inner joint T2 on pk_t1 = fk_t2_ref_t1
        inner joint T3 on pk_t2 = fk_t3_ref_t2
        left outer join T3 on pk_t3 = fk_t4_ref_t3
    where  p_where_clause;
    OR
    select *
    from
         T4 right outer join T3 on pk_t3 = fk_t4_ref_t3
        inner joint T2 on pk_t2 = fk_t3_ref_t2
        inner joint T1 on pk_t1 = fk_t2_ref_t1
    where  p_where_clause;
    Please help me to write a correct SQL to achieve this goal.
    Thanks

    Hi,
    Whenever you have a problem, please post a little sample data (CREATE TABLE and INSERT statements, relevant columns only) from all tables involved, so that the people who want to help you can re-create the problem and test their ideas.
    Also post the results you want from that data, and an explanation of how you get those results from that data, with specific examples.
    Always say which version of Oracle you're using (for example, 11.2.0.2.0).
    See the forum FAQ: https://forums.oracle.com/message/9362002
    I'm guessing that your first attempt
    select *
    from
         T1 inner joint T2 on pk_t1 = fk_t2_ref_t1
        inner joint T3 on pk_t2 = fk_t3_ref_t2
        left outer join T3 on pk_t3 = fk_t4_ref_t3
    where  p_where_clause;
    was close; only you want to include t4 rather than a second copy of t3, and you need to spell JOIN correctly:
    SELECT  *        -- You'll probably want to specify columns
    FROM             t1
    INNER JOIN       t2     ON  pk_t1 = fk_t2_ref_t1
    INNER JOIN       t3     ON  pk_t2 = fk_t3_ref_t2
    LEFT OUTER JOIN  t4     ON  pk_t3 = fk_t4_ref_t3
    WHERE  ...

Maybe you are looking for