-
-
Notifications
You must be signed in to change notification settings - Fork 182
Bug/Feature Requests - Calendars #175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Excellent Suggestions @Malcharias25 I will implement and fix I like the recurring idea I must of just forgot about recurring hahaha ill get on it. Im not sure about the subscribe do you mean sending an .ICS file via email like outlook does? |
@johnnyq I was thinking more along the lines of being able to access and modify the calendars in ITFlow from a desktop application. For instance, with Google Calendars, you can publicly share a calendar to other people, which generates a URL that they can add to Outlook/Apple Calendars/Google Calendars/etc. I understand if this isn't possible under your current implementation of the system - it was just a thought. |
@Malcharias25 Ah Got ya that would be nice and it was planned but I found it way too difficult to implement. Still want to do so but have to get a few things out of the way first |
@Malcharias25 We just fixed the start date bug it should work for you now with the latest update |
@johnnyq I can confirm that the update did resolve the bug in the start date/time field. Thanks for that! I look forward to seeing recurring events added to the calendar system - one recommendation regarding that is to not only allow for it to recur on a specific day of each month, (for instance, on the 3rd day of each month,) but also a specific monthly timeframe (for instance, the second and forth Tuesdays of each month.) |
@johnnyq FYI, I see that you submitted a new commit a couple of days ago with a repeat option for the calendar. I assume you're still working on it, but I wanted to let you know what I'm seeing, in case it isn't what you expect at this stage of development. I applied the new version on my test server, and after manually adding the relevant field to the Events table in the SQL database, (I didn't want to go through the whole backup/clean DB/restore data process...) I can see it's adding the repeat option to the calendar entries in the DB, but the repeat isn't yet displayed in the web calendar. Again, no worries if this is the currently expected result, I just wanted to let you know. |
@Malcharias25 I have the DB and form implemented im just not sure how im going to have the event repeat yet. still researching |
Related: #273 |
After taking a quick look at the calendar module, I have a couple of bug fixes/feature requests:
The text was updated successfully, but these errors were encountered: