Re: [WebDNA] Calendar Edit

This WebDNA talk-list message is from

2010


It keeps the original formatting.
numero = 104917
interpreted = N
texte = Thanks for suggestion... I'll take a look! Tennis On Mar 2, 2010, at 11:28 AM, Olin Lagon wrote: How about using calendar.google.com to manage the calendar. You can then manage online and via mail applications including Outlook. Then you can pull the RSS info and use it to seed a WebDNA database (if database access to events needed). Otherwise, you can drop in a Google calendar widget on the website that has all of the event info. On this page http://www.kanuhawaii.org/ you'll see a listing of events that are pulled from a database populated with info from a Google calendar. Then on this page we just use a Google calendar widget http://www.kanuhawaii.org/events/. -----Original Message----- From: Tennis De Jong [mailto:tennis@vmslink.com] Sent: Tuesday, March 02, 2010 5:22 AM To: talk@webdna.us Subject: Re: [WebDNA] Calendar Edit Yes, thats correct. All data needs to be put in the same weekday when appended to the next month. Tennis On Mar 2, 2010, at 6:12 AM, Terry Wilson wrote: Tennis didn't say, but I suspect the recurring dates are tied to the day of the week. I.e., first Monday, third Wednesday, etc. If this is the case, it will be complicated. Terry On Tue, 2 Mar 2010 09:19:00 -0500 "Michael A. DeLorenzo" wrote: > How are the databases holding the calendar info setup? > You could do a search > for all entries from the month you wish to copy and then > in your founditems > place the code to append the data back into the database > but increase the > month by one as well as change whatever unique sku you > are using for the > records. > > [search] > [founditems] > [append] > [/founditems] > [/search] > > Of course more detailed than this but you get the > point..... > > Mike > > -----Original Message----- > From: Tennis De Jong [mailto:tennis@vmslink.com] > Sent: Monday, March 01, 2010 7:41 PM > To: talk@webdna.us > Subject: [WebDNA] Calendar Edit > > I have a customer that users a 30 day calendar created > with WebDNA. The > calendar uses the "calendar.inc" to display the weeks > and days for the > selected month. My customers can edit the content of > every day in a month > and have it update all days with one click of the mouse. > > I now have a group of customers that want to apply all > the content of one > month to the next month to save re-entering all the data > since it remains > the same almost every month. I need help to make this > work. > > Does anyone on the talklist have an idea as to how I > would do this? Or, is > anyone interested in quoting me a price to write the > code to make this work. > > Thanks in advance for your responses and assistance. > > Tennis de Jong > tennisdejong@mac.com > 425-478-4578 > --------------------------------------------------------- > This message is sent to you because you are subscribed > to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ > Bug Reporting: > http://forum.webdna.us/eucabb.html?page=topics&category=288 > > > > --------------------------------------------------------- > This message is sent to you because you are subscribed > to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ > Bug Reporting: > http://forum.webdna.us/eucabb.html?page=topics&category=288 --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us old archives: http://dev.webdna.us/TalkListArchive/ Bug Reporting: http://forum.webdna.us/eucabb.html?page=topics&category=288 --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us old archives: http://dev.webdna.us/TalkListArchive/ Bug Reporting: http://forum.webdna.us/eucabb.html?page=topics&category=288 Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Calendar Edit (Tennis De Jong 2010)
  2. RE: [WebDNA] Calendar Edit ("Olin Lagon" 2010)
  3. Re: [WebDNA] Calendar Edit (Tennis De Jong 2010)
  4. Re: [WebDNA] Calendar Edit ("Terry Wilson" 2010)
  5. RE: [WebDNA] Calendar Edit ("Michael A. DeLorenzo" 2010)
  6. Re: [WebDNA] Calendar Edit (Govinda 2010)
  7. [WebDNA] Calendar Edit (Tennis De Jong 2010)
Thanks for suggestion... I'll take a look! Tennis On Mar 2, 2010, at 11:28 AM, Olin Lagon wrote: How about using calendar.google.com to manage the calendar. You can then manage online and via mail applications including Outlook. Then you can pull the RSS info and use it to seed a WebDNA database (if database access to events needed). Otherwise, you can drop in a Google calendar widget on the website that has all of the event info. On this page http://www.kanuhawaii.org/ you'll see a listing of events that are pulled from a database populated with info from a Google calendar. Then on this page we just use a Google calendar widget http://www.kanuhawaii.org/events/. -----Original Message----- From: Tennis De Jong [mailto:tennis@vmslink.com] Sent: Tuesday, March 02, 2010 5:22 AM To: talk@webdna.us Subject: Re: [WebDNA] Calendar Edit Yes, thats correct. All data needs to be put in the same weekday when appended to the next month. Tennis On Mar 2, 2010, at 6:12 AM, Terry Wilson wrote: Tennis didn't say, but I suspect the recurring dates are tied to the day of the week. I.e., first Monday, third Wednesday, etc. If this is the case, it will be complicated. Terry On Tue, 2 Mar 2010 09:19:00 -0500 "Michael A. DeLorenzo" wrote: > How are the databases holding the calendar info setup? > You could do a search > for all entries from the month you wish to copy and then > in your founditems > place the code to append the data back into the database > but increase the > month by one as well as change whatever unique sku you > are using for the > records. > > [search] > [founditems] > [append] > [/founditems] > [/search] > > Of course more detailed than this but you get the > point..... > > Mike > > -----Original Message----- > From: Tennis De Jong [mailto:tennis@vmslink.com] > Sent: Monday, March 01, 2010 7:41 PM > To: talk@webdna.us > Subject: [WebDNA] Calendar Edit > > I have a customer that users a 30 day calendar created > with WebDNA. The > calendar uses the "calendar.inc" to display the weeks > and days for the > selected month. My customers can edit the content of > every day in a month > and have it update all days with one click of the mouse. > > I now have a group of customers that want to apply all > the content of one > month to the next month to save re-entering all the data > since it remains > the same almost every month. I need help to make this > work. > > Does anyone on the talklist have an idea as to how I > would do this? Or, is > anyone interested in quoting me a price to write the > code to make this work. > > Thanks in advance for your responses and assistance. > > Tennis de Jong > tennisdejong@mac.com > 425-478-4578 > --------------------------------------------------------- > This message is sent to you because you are subscribed > to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ > Bug Reporting: > http://forum.webdna.us/eucabb.html?page=topics&category=288 > > > > --------------------------------------------------------- > This message is sent to you because you are subscribed > to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ > Bug Reporting: > http://forum.webdna.us/eucabb.html?page=topics&category=288 --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us old archives: http://dev.webdna.us/TalkListArchive/ Bug Reporting: http://forum.webdna.us/eucabb.html?page=topics&category=288 --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us old archives: http://dev.webdna.us/TalkListArchive/ Bug Reporting: http://forum.webdna.us/eucabb.html?page=topics&category=288 Tennis De Jong

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

It just Does't add up!!! (1997) shownext example (2001) READFILE command? (1998) [WebDNA] Digest from talk@webdna.us (2013) Download Question (1997) shipping code (1998) WC1.6 to WC2 date formatting (1997) Emailer.Out (1998) inconsistent webcat calculation? (1997) WebCat2b15MacPlugin - showing [math] (1997) Conditional searching & displaying (1997) PCS Frames (1997) TCP/IP connect (1998) [WebDNA] UK Based hosts (2018) WebCatalog and WebTen (1997) Navigator 4.0 & tables (1997) New Beta Documentation (1997) [convertChars] and HTML Tags (1997) Secure server question (1997) Cart Question (1998)