billzichos / Deal-Probability-Predictor

Predict the probability that a Deal is won given a set of factors.
1 stars 1 forks source link

iCalendar #2

Open billzichos opened 9 years ago

billzichos commented 9 years ago

Continue enhancing the functionality that generate calendar events/reminders.

billzichos commented 9 years ago

Basic functionality started. Need to research the date/time format used in the *.ics standard.

billzichos commented 9 years ago

I understand the date/time format now - http://www.kanzaki.com/docs/ical/dateTime.html. This article was helpful in understanding how to set up a full day event - http://icalevents.com/1778-all-day-events-adding-a-day-or-not/. Although, now that I think about it, a full day event may not be appropriate here. Anyways, my current outstanding question has to do with the difference between DTSTAMP, DTSTART and DTEND. How are they similar and different? What hour should we set this event for?