recurring-events Questions
3
I've being searching for a solution for recurring events, so far I've found two approaches:
First approach:
Create an instance for each event, so if the user has a daily event for one year, it wo...
Iolite asked 6/5, 2018 at 20:36
3
I've run some tests. Here is my code:
var systemTimeZone = TimeZoneInfo.FindSystemTimeZoneById("Pacific Standard Time");
var icalTimeZone = iCalTimeZone.FromSystemTimeZone(systemTimeZone);
var st...
Elasticize asked 25/6, 2016 at 6:27
1
Solved
I'm working with a web application that allows users to create events (one-off or recurring) on a calendar, and shortly before an event starts the system will notify its participants. I'm having tr...
Affrica asked 29/3, 2016 at 2:38
0
I am trying to find a way to model Survival Models for Recurrent Events in Python, especially the Counting process approach using CoxPH. In Counting Process Approach, it is expecting start-time and...
Myxomatosis asked 20/6, 2016 at 15:1
1
Solved
I'm building a system that needs to store/manage different types of events. For simplicity, I will focus on designing a calendar (I'm building something slightly different, but calendar is a good a...
Tilt asked 2/6, 2015 at 18:32
0
I am creating specs for a PHP/mySQL Calendar application for a client. One of the problems that will have to be solved is recurring events whose incidence is set by rules like "yearly on the f...
Tyrannicide asked 13/11, 2014 at 20:3
1
I can't find a way to insert exception dates to a recurring event.
Context
I'm parsing an .ics file (ical format) with an event with success.
Here is the .ics
BEGIN:VCALENDAR
PRODID:-//Google Inc//...
Garwood asked 28/4, 2014 at 13:24
4
Solved
I am searching for the best way to model recurring events. I am using fullcalendar to display events. But I guess recurring events are best handled on the rails backend.
I already looked at other ...
Gaeta asked 13/4, 2012 at 22:11
0
I have ~250,000 recurring tasks each day; about a fifth of which might be updated with different scheduled datetimes each day.
Can this be done efficiently in Celery? - I am worried about this fro...
Vesper asked 22/1, 2014 at 4:47
3
Solved
I've looked at at least 2 dozen topics about this and haven't really found a good answer yet, so I come to you to ask once again for answers regarding the dreaded topic of Repeating Events.
I've g...
Cyst asked 21/3, 2011 at 16:14
2
I am using google calendar api v3 to fetch calendar events. But how to fetch all the recurring events. It just return single event with some hint like: DAILY;UNTIL=20 etc. Please help me out with t...
Tortilla asked 17/4, 2013 at 17:32
3
Solved
I have a web scheduling app that I'm currently rewriting and have some questions about how to work with recurring appointments (I know there is no shortage of "what's the best way to do this" when ...
Secure asked 2/6, 2012 at 7:57
4
Solved
I want to find a Ruby gem that can work with recurring events that satisfies the following requirements:
can process patterns like "Weekly on Tuesday and Wednesday", or "Month...
Galer asked 14/3, 2011 at 16:13
2
Solved
I am aware that questions about recurring events are common but I have not been able to find one with an answer to this specific question about recurring events other than those to do with calendar...
Hoskinson asked 14/2, 2012 at 13:37
1
© 2022 - 2024 — McMap. All rights reserved.