• DOY calendar

    From badgolferman@21:1/5 to All on Sun Jul 9 15:03:43 2023
    I’d like to add a Day Of Year calendar to my iOS calendar app. One that starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by importing a .csv spreadsheet which automatically populates the calendar. Is there a pre-populated calendar I can import or a method of importing a spreadsheet
    into the iOS calendar?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From badgolferman@21:1/5 to Jolly Roger on Sun Jul 9 20:11:10 2023
    Jolly Roger <jollyroger@pobox.com> wrote:
    On 2023-07-09, badgolferman <REMOVETHISbadgolferman@gmail.com> wrote:
    I’d like to add a Day Of Year calendar to my iOS calendar app. One that
    starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by importing a .csv
    spreadsheet which automatically populates the calendar. Is there a
    pre-populated calendar I can import or a method of importing a spreadsheet >> into the iOS calendar?

    I suppose you could use AppleScript to add an event to each day of the
    year with the day number on a Mac. Those events would automatically
    appear on all iOS devices signed into the same iCloud account.


    I don’t have a Mac and don’t know what Apple Script is. But that’s pretty much what the .csv file does in Outlook. It creates an event in order for
    each day.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jolly Roger@21:1/5 to badgolferman on Sun Jul 9 19:59:40 2023
    On 2023-07-09, badgolferman <REMOVETHISbadgolferman@gmail.com> wrote:
    I’d like to add a Day Of Year calendar to my iOS calendar app. One that starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by importing a .csv spreadsheet which automatically populates the calendar. Is there a pre-populated calendar I can import or a method of importing a spreadsheet into the iOS calendar?

    I suppose you could use AppleScript to add an event to each day of the
    year with the day number on a Mac. Those events would automatically
    appear on all iOS devices signed into the same iCloud account.

    --
    E-mail sent to this address may be devoured by my ravenous SPAM filter.
    I often ignore posts from Google. Use a real news client instead.

    JR

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to badgolferman on Sun Jul 9 12:59:23 2023
    On 2023-07-09 08:03, badgolferman wrote:
    I’d like to add a Day Of Year calendar to my iOS calendar app. One that starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by importing a .csv spreadsheet which automatically populates the calendar. Is there a pre-populated calendar I can import or a method of importing a spreadsheet into the iOS calendar?



    Show that you've even checked the web for an answer even once first.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From badgolferman@21:1/5 to Alan on Sun Jul 9 20:11:11 2023
    Alan <nuh-uh@nope.com> wrote:
    On 2023-07-09 08:03, badgolferman wrote:
    I’d like to add a Day Of Year calendar to my iOS calendar app. One that
    starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by importing a .csv
    spreadsheet which automatically populates the calendar. Is there a
    pre-populated calendar I can import or a method of importing a spreadsheet >> into the iOS calendar?



    Show that you've even checked the web for an answer even once first.


    https://www.google.com/search?q=ios+doy+calendar&rlz=1CDGOYI_enUS841US861&oq=ios+doy+calendar&gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIICAEQABgWGB4yCggCEAAYDxgWGB7SAQg5ODg5ajBqN6gCALACAA&hl=en-US&sourceid=chrome-mobile&ie=UTF-8

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hank Rogers@21:1/5 to Alan on Sun Jul 9 16:37:59 2023
    Alan wrote:
    On 2023-07-09 08:03, badgolferman wrote:
    I’d like to add a Day Of Year calendar to my iOS calendar
    app. One that
    starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by
    importing a .csv
    spreadsheet which automatically populates the calendar. Is
    there a
    pre-populated calendar I can import or a method of importing
    a spreadsheet
    into the iOS calendar?



    Show that you've even checked the web for an answer even once
    first.

    That's definitely a classic nuh-uh.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris@21:1/5 to badgolferman on Sun Jul 9 21:44:48 2023
    badgolferman <REMOVETHISbadgolferman@gmail.com> wrote:
    I’d like to add a Day Of Year calendar to my iOS calendar app. One that starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by importing a .csv spreadsheet which automatically populates the calendar. Is there a pre-populated calendar I can import or a method of importing a spreadsheet into the iOS calendar?

    Create an ical calendar with the required info and import that?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From badgolferman@21:1/5 to Chris on Sun Jul 9 22:19:53 2023
    Chris <ithinkiam@gmail.com> wrote:
    badgolferman <REMOVETHISbadgolferman@gmail.com> wrote:
    I’d like to add a Day Of Year calendar to my iOS calendar app. One that
    starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by importing a .csv
    spreadsheet which automatically populates the calendar. Is there a
    pre-populated calendar I can import or a method of importing a spreadsheet >> into the iOS calendar?

    Create an ical calendar with the required info and import that?



    How is this done?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Hank Rogers on Sun Jul 9 17:11:25 2023
    On 2023-07-09 14:37, Hank Rogers wrote:
    Alan wrote:
    On 2023-07-09 08:03, badgolferman wrote:
    I’d like to add a Day Of Year calendar to my iOS calendar app. One >>> that
    starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by importing a .csv >>> spreadsheet which automatically populates the calendar. Is there a
    pre-populated calendar I can import or a method of importing a
    spreadsheet
    into the iOS calendar?



    Show that you've even checked the web for an answer even once first.

    That's definitely a classic nuh-uh.



    Nope.

    Because I DID check.

    But I see no reason to expend effort on behalf of those who won't bother
    to expend any themselves.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to badgolferman on Sun Jul 9 17:10:38 2023
    On 2023-07-09 13:11, badgolferman wrote:
    Alan <nuh-uh@nope.com> wrote:
    On 2023-07-09 08:03, badgolferman wrote:
    I’d like to add a Day Of Year calendar to my iOS calendar app. One that >>> starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by importing a .csv
    spreadsheet which automatically populates the calendar. Is there a
    pre-populated calendar I can import or a method of importing a spreadsheet >>> into the iOS calendar?



    Show that you've even checked the web for an answer even once first.


    https://www.google.com/search?q=ios+doy+calendar&rlz=1CDGOYI_enUS841US861&oq=ios+doy+calendar&gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIICAEQABgWGB4yCggCEAAYDxgWGB7SAQg5ODg5ajBqN6gCALACAA&hl=en-US&sourceid=chrome-mobile&ie=UTF-8


    You think a search for "ios doy calendar" is appropriate?

    You're how old?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From badgolferman@21:1/5 to Alan on Mon Jul 10 00:30:50 2023
    Alan <nuh-uh@nope.com> wrote:
    On 2023-07-09 13:11, badgolferman wrote:
    Alan <nuh-uh@nope.com> wrote:
    On 2023-07-09 08:03, badgolferman wrote:
    I’d like to add a Day Of Year calendar to my iOS calendar app. One that >>>> starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by importing a .csv
    spreadsheet which automatically populates the calendar. Is there a
    pre-populated calendar I can import or a method of importing a spreadsheet >>>> into the iOS calendar?



    Show that you've even checked the web for an answer even once first.


    https://www.google.com/search?q=ios+doy+calendar&rlz=1CDGOYI_enUS841US861&oq=ios+doy+calendar&gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIICAEQABgWGB4yCggCEAAYDxgWGB7SAQg5ODg5ajBqN6gCALACAA&hl=en-US&sourceid=chrome-mobile&ie=UTF-8


    You think a search for "ios doy calendar" is appropriate?

    You're how old?


    Okay Mr. Google. Your helpfulness is a great example for the rest of us to emulate.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hank Rogers@21:1/5 to Alan on Sun Jul 9 20:01:58 2023
    Alan wrote:
    On 2023-07-09 14:37, Hank Rogers wrote:
    Alan wrote:
    On 2023-07-09 08:03, badgolferman wrote:
    I’d like to add a Day Of Year calendar to my iOS
    calendar app. One that
    starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by
    importing a .csv
    spreadsheet which automatically populates the calendar. Is
    there a
    pre-populated calendar I can import or a method of
    importing a spreadsheet
    into the iOS calendar?



    Show that you've even checked the web for an answer even
    once first.

    That's definitely a classic nuh-uh.



    Nope.

    Because I DID check.

    But I see no reason to expend effort on behalf of those who
    won't bother to expend any themselves.

    When I feel that way, I generally just remain silent, not even
    wasting my time to tell them off for asking in the first place. :)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris@21:1/5 to badgolferman on Mon Jul 10 06:35:02 2023
    badgolferman <REMOVETHISbadgolferman@gmail.com> wrote:
    Chris <ithinkiam@gmail.com> wrote:
    badgolferman <REMOVETHISbadgolferman@gmail.com> wrote:
    I’d like to add a Day Of Year calendar to my iOS calendar app. One that >>> starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by importing a .csv
    spreadsheet which automatically populates the calendar. Is there a
    pre-populated calendar I can import or a method of importing a spreadsheet >>> into the iOS calendar?

    Create an ical calendar with the required info and import that?



    How is this done?

    I would script it, but there are online tools like this one https://ical.marudot.com/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From badgolferman@21:1/5 to Chris on Mon Jul 10 11:04:48 2023
    Chris wrote:

    badgolferman <REMOVETHISbadgolferman@gmail.com> wrote:
    Chris <ithinkiam@gmail.com> wrote:
    badgolferman <REMOVETHISbadgolferman@gmail.com> wrote:
    I’d like to add a Day Of Year calendar to my iOS calendar app.
    One that starts with 001 and ends with 365 (or 366 if
    appropriate).
    On my work Outlook calendar I’m able to go this by importing a
    .csv spreadsheet which automatically populates the calendar.
    Is there a pre-populated calendar I can import or a method of >>>>importing a spreadsheet into the iOS calendar?

    Create an ical calendar with the required info and import that?



    How is this done?

    I would script it, but there are online tools like this one >https://ical.marudot.com/


    Thank you but I don't see a way to make more than one event at a time.
    I want each day to be a different event, ie. 001, 002, 003, 004, etc.
    It looks like I have to make individual events rather than have it
    create a calendar with all those events contained within it. My desire
    is to have a separate calendar with each day labeled in Gregorian date
    and Day of Year or just Day Of year. I was hoping such a calendar has
    already been created and I could import it into the iOS calendar.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Hank Rogers on Mon Jul 10 08:09:47 2023
    On 2023-07-09 18:01, Hank Rogers wrote:
    Alan wrote:
    On 2023-07-09 14:37, Hank Rogers wrote:
    Alan wrote:
    On 2023-07-09 08:03, badgolferman wrote:
    I’d like to add a Day Of Year calendar to my iOS calendar
    app. One that
    starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by importing
    a .csv
    spreadsheet which automatically populates the calendar. Is there a
    pre-populated calendar I can import or a method of importing a
    spreadsheet
    into the iOS calendar?



    Show that you've even checked the web for an answer even once first.

    That's definitely a classic nuh-uh.



    Nope.

    Because I DID check.

    But I see no reason to expend effort on behalf of those who won't
    bother to expend any themselves.

    When I feel that way, I generally just remain silent, not even wasting
    my time to tell them off for asking in the first place. :)





    To each his or her own.

    ;-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jolly Roger@21:1/5 to badgolferman on Wed Jul 12 15:06:36 2023
    On 2023-07-09, badgolferman <REMOVETHISbadgolferman@gmail.com> wrote:
    Jolly Roger <jollyroger@pobox.com> wrote:
    On 2023-07-09, badgolferman <REMOVETHISbadgolferman@gmail.com> wrote:

    I’d like to add a Day Of Year calendar to my iOS calendar app. One
    that starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by importing a .csv
    spreadsheet which automatically populates the calendar. Is there a
    pre-populated calendar I can import or a method of importing a
    spreadsheet into the iOS calendar?

    I suppose you could use AppleScript to add an event to each day of
    the year with the day number on a Mac. Those events would
    automatically appear on all iOS devices signed into the same iCloud
    account.

    I don’t have a Mac and don’t know what Apple Script is. But that’s pretty much what the .csv file does in Outlook. It creates an event in
    order for each day.

    It should be possible on Windows as well with iCloud for Windows
    installed.

    --
    E-mail sent to this address may be devoured by my ravenous SPAM filter.
    I often ignore posts from Google. Use a real news client instead.

    JR

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From badgolferman@21:1/5 to badgolferman on Wed Jul 12 17:05:22 2023
    badgolferman wrote:

    I’d like to add a Day Of Year calendar to my iOS calendar app. One
    that starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by importing a .csv >spreadsheet which automatically populates the calendar. Is there a >pre-populated calendar I can import or a method of importing a
    spreadsheet into the iOS calendar?


    No thanks to Alan and thanks to Jolly Roger for trying to help. I have
    finally figured out how to accomplish what I wanted.

    My original desire was to find a free iOS app or importable calendar
    which would display the Day of Year. I need this information for the
    type of work I do. I was unsuccessful in doing this.

    For years I have imported a .csv file into my work Outlook calendar
    with the required information. This time I took the .csv file and
    modified the required headers in the first line then imported it into
    Google Calendar. My iOS calendar now syncs up with Google calendar and
    shows me everything I need on my iPhone. I can turn off the DOY
    calendar if desired as well.

    It's kind of ironic that I had to use Google calendar to make iOS
    calendar work the way I want.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Zaidy036@21:1/5 to badgolferman on Wed Jul 12 17:10:29 2023
    badgolferman <REMOVETHISbadgolferman@gmail.com> wrote:
    badgolferman wrote:

    I’d like to add a Day Of Year calendar to my iOS calendar app. One
    that starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by importing a .csv
    spreadsheet which automatically populates the calendar. Is there a
    pre-populated calendar I can import or a method of importing a
    spreadsheet into the iOS calendar?


    No thanks to Alan and thanks to Jolly Roger for trying to help. I have finally figured out how to accomplish what I wanted.

    My original desire was to find a free iOS app or importable calendar
    which would display the Day of Year. I need this information for the
    type of work I do. I was unsuccessful in doing this.

    For years I have imported a .csv file into my work Outlook calendar
    with the required information. This time I took the .csv file and
    modified the required headers in the first line then imported it into
    Google Calendar. My iOS calendar now syncs up with Google calendar and
    shows me everything I need on my iPhone. I can turn off the DOY
    calendar if desired as well.

    It's kind of ironic that I had to use Google calendar to make iOS
    calendar work the way I want.


    Will this help? <https://support.google.com/calendar/thread/1510704?hl=en&msgid=5274543>

    --
    Zaidy036

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris@21:1/5 to badgolferman on Wed Jul 12 17:57:59 2023
    badgolferman <REMOVETHISbadgolferman@gmail.com> wrote:
    badgolferman wrote:

    I’d like to add a Day Of Year calendar to my iOS calendar app. One
    that starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by importing a .csv
    spreadsheet which automatically populates the calendar. Is there a
    pre-populated calendar I can import or a method of importing a
    spreadsheet into the iOS calendar?


    No thanks to Alan and thanks to Jolly Roger for trying to help. I have finally figured out how to accomplish what I wanted.

    My original desire was to find a free iOS app or importable calendar
    which would display the Day of Year. I need this information for the
    type of work I do. I was unsuccessful in doing this.

    For years I have imported a .csv file into my work Outlook calendar
    with the required information. This time I took the .csv file and
    modified the required headers in the first line then imported it into
    Google Calendar. My iOS calendar now syncs up with Google calendar and
    shows me everything I need on my iPhone. I can turn off the DOY
    calendar if desired as well.

    Useful to know.

    It's kind of ironic that I had to use Google calendar to make iOS
    calendar work the way I want.

    Why ironic? It's common to use google calendars in iOS.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From badgolferman@21:1/5 to Zaidy036@air.isp.spam on Wed Jul 12 17:30:24 2023
    Zaidy036 <Zaidy036@air.isp.spam> wrote:
    badgolferman <REMOVETHISbadgolferman@gmail.com> wrote:
    badgolferman wrote:

    I’d like to add a Day Of Year calendar to my iOS calendar app. One
    that starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by importing a .csv
    spreadsheet which automatically populates the calendar. Is there a
    pre-populated calendar I can import or a method of importing a
    spreadsheet into the iOS calendar?


    No thanks to Alan and thanks to Jolly Roger for trying to help. I have
    finally figured out how to accomplish what I wanted.

    My original desire was to find a free iOS app or importable calendar
    which would display the Day of Year. I need this information for the
    type of work I do. I was unsuccessful in doing this.

    For years I have imported a .csv file into my work Outlook calendar
    with the required information. This time I took the .csv file and
    modified the required headers in the first line then imported it into
    Google Calendar. My iOS calendar now syncs up with Google calendar and
    shows me everything I need on my iPhone. I can turn off the DOY
    calendar if desired as well.

    It's kind of ironic that I had to use Google calendar to make iOS
    calendar work the way I want.


    Will this help? <https://support.google.com/calendar/thread/1510704?hl=en&msgid=5274543>


    Thank you. I wish you had come along sooner with that Google subscription calendar.

    I’m sure our local Mr. Google (Alan) knew all about it…

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to badgolferman on Wed Jul 12 11:29:10 2023
    On 2023-07-12 10:30, badgolferman wrote:
    Zaidy036 <Zaidy036@air.isp.spam> wrote:
    badgolferman <REMOVETHISbadgolferman@gmail.com> wrote:
    badgolferman wrote:

    I’d like to add a Day Of Year calendar to my iOS calendar app. One
    that starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by importing a .csv
    spreadsheet which automatically populates the calendar. Is there a
    pre-populated calendar I can import or a method of importing a
    spreadsheet into the iOS calendar?


    No thanks to Alan and thanks to Jolly Roger for trying to help. I have
    finally figured out how to accomplish what I wanted.

    My original desire was to find a free iOS app or importable calendar
    which would display the Day of Year. I need this information for the
    type of work I do. I was unsuccessful in doing this.

    For years I have imported a .csv file into my work Outlook calendar
    with the required information. This time I took the .csv file and
    modified the required headers in the first line then imported it into
    Google Calendar. My iOS calendar now syncs up with Google calendar and
    shows me everything I need on my iPhone. I can turn off the DOY
    calendar if desired as well.

    It's kind of ironic that I had to use Google calendar to make iOS
    calendar work the way I want.


    Will this help?
    <https://support.google.com/calendar/thread/1510704?hl=en&msgid=5274543>


    Thank you. I wish you had come along sooner with that Google subscription calendar.

    I’m sure our local Mr. Google (Alan) knew all about it…

    Of course I knew about it, twitboi.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From badgolferman@21:1/5 to Alan on Wed Jul 12 19:49:39 2023
    Alan <nuh-uh@nope.com> wrote:
    On 2023-07-12 10:30, badgolferman wrote:
    Zaidy036 <Zaidy036@air.isp.spam> wrote:
    badgolferman <REMOVETHISbadgolferman@gmail.com> wrote:
    badgolferman wrote:

    I’d like to add a Day Of Year calendar to my iOS calendar app. One >>>>> that starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by importing a .csv >>>>> spreadsheet which automatically populates the calendar. Is there a
    pre-populated calendar I can import or a method of importing a
    spreadsheet into the iOS calendar?


    No thanks to Alan and thanks to Jolly Roger for trying to help. I have >>>> finally figured out how to accomplish what I wanted.

    My original desire was to find a free iOS app or importable calendar
    which would display the Day of Year. I need this information for the
    type of work I do. I was unsuccessful in doing this.

    For years I have imported a .csv file into my work Outlook calendar
    with the required information. This time I took the .csv file and
    modified the required headers in the first line then imported it into
    Google Calendar. My iOS calendar now syncs up with Google calendar and >>>> shows me everything I need on my iPhone. I can turn off the DOY
    calendar if desired as well.

    It's kind of ironic that I had to use Google calendar to make iOS
    calendar work the way I want.


    Will this help?
    <https://support.google.com/calendar/thread/1510704?hl=en&msgid=5274543> >>>

    Thank you. I wish you had come along sooner with that Google subscription
    calendar.

    I’m sure our local Mr. Google (Alan) knew all about it…

    Of course I knew about it, twitboi.


    It shows the level Mr. Google has sunk to when Jolly Roger is acknowledged
    as more helpful.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hank Rogers@21:1/5 to badgolferman on Wed Jul 12 18:47:09 2023
    badgolferman wrote:
    Alan <nuh-uh@nope.com> wrote:
    On 2023-07-12 10:30, badgolferman wrote:
    Zaidy036 <Zaidy036@air.isp.spam> wrote:
    badgolferman <REMOVETHISbadgolferman@gmail.com> wrote:
    badgolferman wrote:

    I’d like to add a Day Of Year calendar to my iOS calendar app. One >>>>>> that starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by importing a .csv >>>>>> spreadsheet which automatically populates the calendar. Is there a >>>>>> pre-populated calendar I can import or a method of importing a
    spreadsheet into the iOS calendar?


    No thanks to Alan and thanks to Jolly Roger for trying to help. I have >>>>> finally figured out how to accomplish what I wanted.

    My original desire was to find a free iOS app or importable calendar >>>>> which would display the Day of Year. I need this information for the >>>>> type of work I do. I was unsuccessful in doing this.

    For years I have imported a .csv file into my work Outlook calendar
    with the required information. This time I took the .csv file and
    modified the required headers in the first line then imported it into >>>>> Google Calendar. My iOS calendar now syncs up with Google calendar and >>>>> shows me everything I need on my iPhone. I can turn off the DOY
    calendar if desired as well.

    It's kind of ironic that I had to use Google calendar to make iOS
    calendar work the way I want.


    Will this help?
    <https://support.google.com/calendar/thread/1510704?hl=en&msgid=5274543> >>>>

    Thank you. I wish you had come along sooner with that Google subscription >>> calendar.

    I’m sure our local Mr. Google (Alan) knew all about it…

    Of course I knew about it, twitboi.


    It shows the level Mr. Google has sunk to when Jolly Roger is acknowledged
    as more helpful.


    Well there's good reason.

    Calendars and shit are NOT needed, and NOBODY wants them.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Hank Rogers on Wed Jul 12 17:17:10 2023
    On 2023-07-12 16:47, Hank Rogers wrote:
    badgolferman wrote:
    Alan <nuh-uh@nope.com> wrote:
    On 2023-07-12 10:30, badgolferman wrote:
    Zaidy036 <Zaidy036@air.isp.spam> wrote:
    badgolferman <REMOVETHISbadgolferman@gmail.com> wrote:
    badgolferman wrote:

    I’d like to add a Day Of Year calendar to my iOS calendar app. One
    that starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by importing a >>>>>>> .csv
    spreadsheet which automatically populates the calendar. Is there a >>>>>>> pre-populated calendar I can import or a method of importing a
    spreadsheet into the iOS calendar?


    No thanks to Alan and thanks to Jolly Roger for trying to help.  I >>>>>> have
    finally figured out how to accomplish what I wanted.

    My original desire was to find a free iOS app or importable calendar >>>>>> which would display the Day of Year.  I need this information for the >>>>>> type of work I do.  I was unsuccessful in doing this.

    For years I have imported a .csv file into my work Outlook calendar >>>>>> with the required information.  This time I took the .csv file and >>>>>> modified the required headers in the first line then imported it into >>>>>> Google Calendar.  My iOS calendar now syncs up with Google
    calendar and
    shows me everything I need on my iPhone.  I can turn off the DOY
    calendar if desired as well.

    It's kind of ironic that I had to use Google calendar to make iOS
    calendar work the way I want.


    Will this help?
    <https://support.google.com/calendar/thread/1510704?hl=en&msgid=5274543> >>>>>

    Thank you. I wish you had come along sooner with that Google
    subscription
    calendar.

    I’m sure our local Mr. Google (Alan) knew all about it…

    Of course I knew about it, twitboi.


    It shows the level Mr. Google has sunk to when Jolly Roger is
    acknowledged
    as more helpful.


    Well there's good reason.

    Calendars and shit are NOT needed, and NOBODY wants them.



    Calendars ARE needed and there are easy ways to import events into
    calendars on your iPhone.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jolly Roger@21:1/5 to Zaidy036@air.isp.spam on Thu Jul 13 03:42:20 2023
    On 2023-07-12, Zaidy036 <Zaidy036@air.isp.spam> wrote:
    badgolferman <REMOVETHISbadgolferman@gmail.com> wrote:
    badgolferman wrote:

    I’d like to add a Day Of Year calendar to my iOS calendar app. One
    that starts with 001 and ends with 365 (or 366 if appropriate).

    On my work Outlook calendar I’m able to go this by importing a .csv
    spreadsheet which automatically populates the calendar. Is there a
    pre-populated calendar I can import or a method of importing a
    spreadsheet into the iOS calendar?


    No thanks to Alan and thanks to Jolly Roger for trying to help. I
    have finally figured out how to accomplish what I wanted.

    My original desire was to find a free iOS app or importable calendar
    which would display the Day of Year. I need this information for the
    type of work I do. I was unsuccessful in doing this.

    For years I have imported a .csv file into my work Outlook calendar
    with the required information. This time I took the .csv file and
    modified the required headers in the first line then imported it into
    Google Calendar. My iOS calendar now syncs up with Google calendar
    and shows me everything I need on my iPhone. I can turn off the DOY
    calendar if desired as well.

    It's kind of ironic that I had to use Google calendar to make iOS
    calendar work the way I want.


    Will this help?
    <https://support.google.com/calendar/thread/1510704?hl=en&msgid=5274543>

    Neat, thanks.

    --
    E-mail sent to this address may be devoured by my ravenous SPAM filter.
    I often ignore posts from Google. Use a real news client instead.

    JR

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)