Page MenuHomePhabricator
Feed Advanced Search

Nov 18 2016

candis36 added a comment to T11809: Calendar v1 Errata Mark II.

The rP3f2f81a1c8ab: Remove obsolete Calendar event date storage fields commit broke our phabricator setup.

#1054: Unknown column 'event.dateTo' in 'where clause' at [<phutil>/src/aphront/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:325]
PHP message: arcanist(head=master, ref.master=fad85844314b), phabricator(head=master, ref.master=bd3233d3ab0c), phutil(head=master, ref.master=e409df2720c2)
...

for fixing seems to be enough:

use phabricator_calendar;
alter table calendar_event add dateTo int unsigned NOT NULL;
alter table calendar_event add dateFrom int unsigned NOT NULL;
Nov 18 2016, 7:18 AM · Calendar

Nov 16 2016

epriestley added a comment to T11816: Calendar: Feedback and Suggestions.
  • D16877 includes the entire CLDR "windows to the rest of the world" map in things we'll recognize.
    • Neither that map or the Microsoft map have "Russian Time", but maybe that's just what the UI shows for zones like "Russia Time Zone 10", and not what actually appears in the ICS file? Otherwise we're going to have to keep digging.
  • D16878 fixes the form customization stuff I mentioned above, mostly by preventing quirky/confusing fields from being customized (at least, for now).
  • D16879 fixes a rendering bug with "All Day" events that could shift them forward or backwards by a day.
  • D16880 uses the same rendering logic for subheaders (which now appears to be correct) and tooltips (which had a different, older copy of very similar logic).
Nov 16 2016, 3:53 PM · Restricted Project, Calendar
epriestley added a revision to T11816: Calendar: Feedback and Suggestions: D16880: Use the same date rendering display logic for both tooltips and subheaders.
Nov 16 2016, 3:37 PM · Restricted Project, Calendar
epriestley added a revision to T11816: Calendar: Feedback and Suggestions: D16879: Fix an issue where All Day events could return a DateTime with the wrong timezone.
Nov 16 2016, 3:24 PM · Restricted Project, Calendar
epriestley added a revision to T11816: Calendar: Feedback and Suggestions: D16878: Make some confusing/weird Calendar fields not configurable on custom EditEngine forms.
Nov 16 2016, 2:59 PM · Restricted Project, Calendar
epriestley added a revision to T11816: Calendar: Feedback and Suggestions: D16877: Translate windows timezones into Timezone DB timezones using the CLDR map.
Nov 16 2016, 2:48 PM · Restricted Project, Calendar
epriestley added a comment to T11816: Calendar: Feedback and Suggestions.
  • Editing the EditEngine default form and removing "Host" means that "Host" no longer prefills. This is the same as T10222. A temporary workaround would be to prevent that field from being defaulted. It should be defaultable in the long run, but is probably low-value to assign a default to, so it's probably better to just lock it for now and make it behave a little more sensibly.
Nov 16 2016, 2:17 PM · Restricted Project, Calendar
epriestley added a comment to T11816: Calendar: Feedback and Suggestions.

Some other stuff:

Nov 16 2016, 2:15 PM · Restricted Project, Calendar
jasonrumney added a comment to T11816: Calendar: Feedback and Suggestions.

It's my fault - I edited the comment to add that link (probably based on
the same search you did) in parallel with your reply.

Nov 16 2016, 4:56 AM · Restricted Project, Calendar
chad added a comment to T11816: Calendar: Feedback and Suggestions.

Whoops... just read your full comment. Sorry for dupe.

Nov 16 2016, 4:53 AM · Restricted Project, Calendar
chad added a comment to T11816: Calendar: Feedback and Suggestions.

Is this the complete list?

Nov 16 2016, 4:52 AM · Restricted Project, Calendar
jasonrumney added a comment to T11816: Calendar: Feedback and Suggestions.

Unfortunately "W. Europe Standard Time" is just one of the many unnecessarily verbose timezone names that Microsoft uses. I also had "Singapore Standard Time" and "Russian Time" (which I presume refers to Moscow, rather than any of the other dozen or so timezones in Russia) in my calendar for this week.

Nov 16 2016, 4:46 AM · Restricted Project, Calendar
0 added a comment to T11816: Calendar: Feedback and Suggestions.
  • D16866 is just what I needed, thanks!
  • D16867 fixes what I reported, but I hadn't noticed that the month view tooltips are also affected in the same way:
    All day event tooltip (239×642 px, 10 KB)
Nov 16 2016, 4:31 AM · Restricted Project, Calendar

Nov 15 2016

epriestley closed T11809: Calendar v1 Errata Mark II, a subtask of T7924: Unprototype Calendar (v1), as Resolved.
Nov 15 2016, 9:44 PM · Restricted Project, Prioritized, Calendar
epriestley closed T11809: Calendar v1 Errata Mark II as Resolved by committing rPc7f2e4a9246e: Document calendar summary icons.
Nov 15 2016, 9:44 PM · Calendar
epriestley added a revision to T11809: Calendar v1 Errata Mark II: D16872: Document calendar summary icons.
Nov 15 2016, 8:46 PM · Calendar
epriestley added a comment to T11816: Calendar: Feedback and Suggestions.
  • D16865 should treat "W. Europe Standard Time" as "Europe/Berlin". We'll figure out some better solution for this if it continues being an issue, I'm just still hopeful that we can get almost-correct coverage with a handful of explicit mappings/rules without needing to do anything more complicated.
  • D16866 should give the datepicker more reasonable behavior on mobile/tablet devices (the panel should now center on screen when activated).
  • D16867 should fix the issue with all-day events sometimes extending too far in the summary text on the day view.
  • D16868 improves behaviors around inviting projects to events on the day/month/detail views.
  • D16870 makes a query for "Invited: epriestley" mean "events which epriestley is invited to, or any project that epriestley is a member of is invited to". You can find just individual invites with "Invited: exact(epriestley)".
Nov 15 2016, 7:46 PM · Restricted Project, Calendar
epriestley added a revision to T11816: Calendar: Feedback and Suggestions: D16870: Make Calendar query for indirect invites/RSVPs by default, like Differential.
Nov 15 2016, 7:28 PM · Restricted Project, Calendar
epriestley added a revision to T11816: Calendar: Feedback and Suggestions: D16868: Improve Calendar event behavior for group invites.
Nov 15 2016, 7:09 PM · Restricted Project, Calendar
epriestley merged T11821: Support viewing invitee status by project into T11816: Calendar: Feedback and Suggestions.
Nov 15 2016, 7:03 PM · Restricted Project, Calendar
epriestley merged task T11821: Support viewing invitee status by project into T11816: Calendar: Feedback and Suggestions.
Nov 15 2016, 7:03 PM · Calendar, Feature Request
epriestley added a revision to T11816: Calendar: Feedback and Suggestions: D16867: Fix a bug on Calendar event day views for all day events in certain timezones.
Nov 15 2016, 6:19 PM · Restricted Project, Calendar
epriestley added a revision to T11816: Calendar: Feedback and Suggestions: D16866: On tablet/mobile, open the datepicker control in the center of the screen and mask the background.
Nov 15 2016, 6:11 PM · Restricted Project, Calendar
epriestley added a revision to T11816: Calendar: Feedback and Suggestions: D16865: When importing ICS files, map "W. Europe Standard Time" to "Europe/Berlin".
Nov 15 2016, 5:55 PM · Restricted Project, Calendar
epriestley added a comment to T11816: Calendar: Feedback and Suggestions.

The implementation effort required to support arbitrary VTIMEZONE entries would be fairly huge, since we'd need to reimplement the PHP builtin classes DateTime and DateTimeZone and basically write a full date handling engine. I believe there is no compelling reason for software to ever specify an event in a timezone which is not part of timezonedb (I believe timezonedb is accurate, exhaustive, and fairly ubiquitous; and RFC5545 mentions it, although it does not require it be used), although mapping VTIMEZONE names to timezonedb names may be difficult.

Nov 15 2016, 5:52 PM · Restricted Project, Calendar
jasonrumney added a comment to T11816: Calendar: Feedback and Suggestions.

ICS import does not seem to parse VTIMEZONE entries in the ICS file. This is perhaps related to the Zimbra issues above, though in my case I am importing from outlook.office365.com. The ics contents include:

Nov 15 2016, 5:20 AM · Restricted Project, Calendar

Nov 14 2016

0 added a comment to T11816: Calendar: Feedback and Suggestions.

When creating an event, the date picker may be drawn partly off the screen:

Off-screen date picker (1×1 px, 70 KB)

Nov 14 2016, 8:49 PM · Restricted Project, Calendar
eadler added a project to T11816: Calendar: Feedback and Suggestions: Restricted Project.
Nov 14 2016, 8:13 PM · Restricted Project, Calendar

Nov 13 2016

0 added a comment to T11816: Calendar: Feedback and Suggestions.
  • LGTM, thanks.
  • That icon makes sense now that I know what it indicates. I doubt that there's a universal icon for this particular purpose. Maybe something like (or the open version added in the newest FA), but that's still unclear if you don't already know what it means.
  • That's reasonable.
  • I created the all day event E1211 to span the 14th and 15th (see image below). It appears correctly in the month view, but the event page says:
Nov 13 2016, 10:43 PM · Restricted Project, Calendar
epriestley added a comment to T11816: Calendar: Feedback and Suggestions.
  • D16852 should fix the coloring on the mobile month view.
  • The icon means you're invited, not that other users have joined the event. Could we pick an icon that you'd find more clear? (Available Icons).
  • Old events have undergone several migrations and probably aren't unambiguously fixable at this point, so I don't expect to correct any remaining migration issues.
  • I can't reproduce the last issue you describe ("but are extended forward by a day on the event page"). Can you provide specific reproduction instructions?
Nov 13 2016, 8:29 PM · Restricted Project, Calendar
epriestley added a revision to T11816: Calendar: Feedback and Suggestions: D16852: Restore green color on mobile calendar month view when a day contains events you are invited to.
Nov 13 2016, 8:26 PM · Restricted Project, Calendar
0 added a comment to T11816: Calendar: Feedback and Suggestions.

Thank you for giving Calendar some attention! Looking forward to it becoming a proper grown-up application.

Nov 13 2016, 7:23 PM · Restricted Project, Calendar

Nov 9 2016

epriestley closed T11836: Calendar Imports have the correct policy, but that policy is unclear, a subtask of T11809: Calendar v1 Errata Mark II, as Resolved.
Nov 9 2016, 11:05 PM · Calendar
epriestley closed T11836: Calendar Imports have the correct policy, but that policy is unclear as Resolved by committing rP4811e6e7c122: Require several advanced postgraduate degrees to understand object policies.
Nov 9 2016, 11:05 PM · Calendar
epriestley added a parent task for T11836: Calendar Imports have the correct policy, but that policy is unclear: T11809: Calendar v1 Errata Mark II.
Nov 9 2016, 8:24 PM · Calendar
epriestley added a subtask for T11809: Calendar v1 Errata Mark II: T11836: Calendar Imports have the correct policy, but that policy is unclear.
Nov 9 2016, 8:24 PM · Calendar
epriestley edited projects for T11836: Calendar Imports have the correct policy, but that policy is unclear, added: Calendar; removed Bug Report.
Nov 9 2016, 8:24 PM · Calendar

Nov 8 2016

cspeckmim added a comment to T11801: Calendar: ICS Import Errata.

Thanks for looking into the profile. The queuing I think fixes the issue with speed of importing. The next thing I was going to try was auto-import of the .ics file from a hosted location on hourly basis, and I'm assuming there's no proper way to only query for the newest things (at least though the API in Zimbra I've found) - so Phabricator would have to process the file every request. With queuing it shouldn't matter.

Nov 8 2016, 4:21 AM · Bug Report, Calendar
epriestley added a comment to T11801: Calendar: ICS Import Errata.

large.jpg (408×500 px, 26 KB)

Nov 8 2016, 1:51 AM · Bug Report, Calendar
epriestley added a comment to T11801: Calendar: ICS Import Errata.

Here's the XHProf link:

Nov 8 2016, 1:50 AM · Bug Report, Calendar
chad added a comment to T11801: Calendar: ICS Import Errata.

Best-Thread-Ever.gif (500×500 px, 36 KB)

Nov 8 2016, 1:50 AM · Bug Report, Calendar
cspeckmim added a comment to T11801: Calendar: ICS Import Errata.

here-it-goes.jpg (1×1 px, 229 KB)

Nov 8 2016, 1:40 AM · Bug Report, Calendar

Nov 7 2016

epriestley added a comment to T11816: Calendar: Feedback and Suggestions.

The color should be fixed by D16819.

Nov 7 2016, 8:40 PM · Restricted Project, Calendar
ivo added a comment to T11816: Calendar: Feedback and Suggestions.

@epriestley nope, as you can see in my last screenshot the Nov 8 event doesn't have any edits in the transaction log. We don't use any third-party app to edit the calendar, just the Phabricator UI.

Nov 7 2016, 8:38 PM · Restricted Project, Calendar
epriestley added a revision to T11809: Calendar v1 Errata Mark II: D16819: On `@username` mentions in remarkup, show the "busy" dot color.
Nov 7 2016, 8:26 PM · Calendar
epriestley added a comment to T11801: Calendar: ICS Import Errata.

At HEAD, I think the all-day issues with the French holidays above are fixed. You may need to reload the import for the change to take effect, but things seem OK for me locally now:

Nov 7 2016, 7:00 PM · Bug Report, Calendar
epriestley added a revision to T11801: Calendar: ICS Import Errata: D16815: Probably fix some display issues with all-day events?.
Nov 7 2016, 6:44 PM · Bug Report, Calendar
epriestley added a revision to T11801: Calendar: ICS Import Errata: D16814: Provide a standalone `bin/calendar reload ...` workflow for testing/debugging.
Nov 7 2016, 6:42 PM · Bug Report, Calendar
epriestley added a revision to T11801: Calendar: ICS Import Errata: D16813: When converting an absolute datetime to an absolute datetime, just clone it.
Nov 7 2016, 6:40 PM · Bug Report, Calendar
epriestley added a comment to T11801: Calendar: ICS Import Errata.

Ah, cool. I think that's a Zimbra issue, then.

Nov 7 2016, 5:40 PM · Bug Report, Calendar
epriestley added a comment to T11816: Calendar: Feedback and Suggestions.

@ivo, that's expected if you previously edited the Nov 8 instance. This is consistent with Calendar.app, although not with Google Calendar.

Nov 7 2016, 5:34 PM · Restricted Project, Calendar
cspeckmim added a comment to T11801: Calendar: ICS Import Errata.

I checked for that UID and there are exactly two events, both with "RECURRENCE-ID":

RECURRENCE-ID;TZID="America/New_York":20130528T150000
Nov 7 2016, 5:30 PM · Bug Report, Calendar
epriestley added a revision to T11801: Calendar: ICS Import Errata: D16812: In Calendar ICS imports, parse "Etc/GMT" as "UTC".
Nov 7 2016, 5:25 PM · Bug Report, Calendar
epriestley added a comment to T11801: Calendar: ICS Import Errata.

I was trying to import the french holidays from google ICS file...

Nov 7 2016, 4:12 PM · Bug Report, Calendar
cspeckmim added a comment to T11801: Calendar: ICS Import Errata.

Thank you for clarifying the behavior of the timeout. It wasn't clear to me whether I would wait for feedback after clicking the Reload button or begin refreshing the page. After the change to queuing of import the events were imported. I'm doing all this testing on a test instance of Phabricator so I would be able to add log/debug statements and re-import the calendar again to track down what might be slow. The import pulled in ~1700 events in ~3 minutes.

Nov 7 2016, 2:59 PM · Bug Report, Calendar
ivo added a comment to T11816: Calendar: Feedback and Suggestions.

When changing the start and end dates on all future instances of an event, some of the future instances may keep the old dates.

Nov 7 2016, 10:48 AM · Restricted Project, Calendar
magnetik added a comment to T11801: Calendar: ICS Import Errata.

I was trying to import the french holidays from google ICS file : https://calendar.google.com/calendar/ical/fr.french%23holiday%40group.v.calendar.google.com/public/basic.ics

Nov 7 2016, 7:53 AM · Bug Report, Calendar
chad renamed T11821: Support viewing invitee status by project from Support viewing invieted Pojects to Support viewing invitee status by project.
Nov 7 2016, 3:50 AM · Calendar, Feature Request
chad removed a project from T11821: Support viewing invitee status by project: Bug Report.
Nov 7 2016, 3:49 AM · Calendar, Feature Request

Nov 6 2016

epriestley added a revision to T11801: Calendar: ICS Import Errata: D16805: Queue large ICS files for background import.
Nov 6 2016, 3:42 PM · Bug Report, Calendar
epriestley added a comment to T11801: Calendar: ICS Import Errata.

I would expect that we could parse a 3MB .ics file in less than 30 seconds, but obviously there's nothing to prevent you from uploading a 30MB or 300MB or 3GB .ics file, and at some point we'll take longer than 30 seconds to process it.

Nov 6 2016, 2:18 PM · Bug Report, Calendar
cspeckmim added a comment to T11801: Calendar: ICS Import Errata.

I tried reloading the import again and still hit the 30 second timeout. There's no indication in the web page UI that anything happens but I checked the logs. Is this just expected for a large import?

Nov 6 2016, 1:33 AM · Bug Report, Calendar

Nov 5 2016

epriestley added a comment to T11801: Calendar: ICS Import Errata.

T11399 has some discussion of "Location" for events -- we could possibly implement a little piece of that now to split out resources from normal attendees, but my initial inclination is to wait until we do a real implementation of locations.

Nov 5 2016, 5:35 PM · Bug Report, Calendar
cspeckmim added a comment to T11801: Calendar: ICS Import Errata.

If a user has a display name ("Meeting Room" <meetingroom@company.com>), we should show them as "Meeting Room", we just avoid showing meetingroom@company.com if that's the only name we have.

I think this is good default behavior and what I was expecting regarding not showing email address. My earlier comment was more about whether it could be shown as a Resource instead of an attendee (due to CUTYPE=RESOURCE;ROLE=NON-PARTICIPANT), or possibly the Location as the email matches what the LOCATION field is set as -- instead of "Private User" invitee. This sounds more like a new feature request and not a bug/issue - should I make a separate task?

Nov 5 2016, 5:32 PM · Bug Report, Calendar
epriestley added a comment to T11801: Calendar: ICS Import Errata.

I wasn't immediately able to reproduce the "OPT-PARTICIPANT" issue -- here's the file I used, trying to mimic your test case:

Nov 5 2016, 4:43 PM · Bug Report, Calendar
epriestley added a comment to T11801: Calendar: ICS Import Errata.
  • D16804 should resolve the sha1() issue.
    • That may also resolve the timeout: the sha1() issue made us take a much slower code path. But I might also need to optimize the import and make it fall back to occurring in the background for large .ics files. Let me know if you're still seeing timeouts after the sha1() fix.
    • When a user is only an email address, we currently show "Private User 1" instead of the address. We could just show the address, or could show some "totally impossible to guess" address like me.......om@mycompany.com, but I wanted to err on the side of caution about disclosing email addresses, at least to start with. We're fairly conservative about this in other parts of the product and it's hard to put the cat back in the bag if we consider this information open. In Phabricator, it's easier to import an .ics file and expose the data to all users than it is in more private-by-default / personally-focused applications with defaults aimed more toward individual users, which also gives me some pause. But this may get in the way of usability too much, so I could see changing this behavior. If a user has a display name ("Meeting Room" <meetingroom@company.com>), we should show them as "Meeting Room", we just avoid showing meetingroom@company.com if that's the only name we have.
    • I'll look at the OPT-PARTICIPANT thing, I would expect them to import but just not have an "optional" marker right now. To clarify, they didn't import at all, right?
    • The "Ignored Node" stuff is likely fine, things like VALARM sections inside VEVENT sections. At some point I'll make the error message more helpful ("Ignored a VALARM section; Phabricator does not send reminders for imported events.") but probably OK to ignore those warnings for now.
    • URI stuff is because security.outbound-blacklist defaults to blacklisting all private/internal IP space, to prevent attackers from discovering and interacting with private services on your network by using features like image proxying, macros, calendar import, etc. If you want to fetch data from a host in private IP space, you'll need to remove its address from the blacklist (or expose an alternate interface for it in public IP space).
Nov 5 2016, 4:39 PM · Bug Report, Calendar
epriestley added a revision to T11801: Calendar: ICS Import Errata: D16804: Fix a Calendar import issue where we looked up attendees by object instead of name.
Nov 5 2016, 4:26 PM · Bug Report, Calendar
aHa created T11821: Support viewing invitee status by project.
Nov 5 2016, 3:33 PM · Calendar, Feature Request
epriestley added a comment to T11809: Calendar v1 Errata Mark II.

(If you believe I'm mistaken, please show the full stack trace for the error so we can identify and remove the remaining reference to this column.)

Nov 5 2016, 3:13 PM · Calendar
epriestley added a comment to T11809: Calendar v1 Errata Mark II.

@deric, the code event.dateTo no longer appears anywhere in Phabricator (it was removed prior to the column being removed) so I suspect you did not restart properly and were running cached code (or possibly have custom code you need to update). See Restarting Phabricator.

Nov 5 2016, 3:05 PM · Calendar
deric added a comment to T11809: Calendar v1 Errata Mark II.

The rP3f2f81a1c8ab: Remove obsolete Calendar event date storage fields commit broke our phabricator setup.

#1054: Unknown column 'event.dateTo' in 'where clause' at [<phutil>/src/aphront/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:325]
PHP message: arcanist(head=master, ref.master=fad85844314b), phabricator(head=master, ref.master=bd3233d3ab0c), phutil(head=master, ref.master=e409df2720c2)
...

for fixing seems to be enough:

use phabricator_calendar;
alter table calendar_event add dateTo int unsigned NOT NULL;
alter table calendar_event add dateFrom int unsigned NOT NULL;
Nov 5 2016, 12:05 PM · Calendar
chad merged T11819: View for events a week, month a year in advance into T11816: Calendar: Feedback and Suggestions.
Nov 5 2016, 4:40 AM · Restricted Project, Calendar
chad merged task T11819: View for events a week, month a year in advance into T11816: Calendar: Feedback and Suggestions.
Nov 5 2016, 4:40 AM · Calendar, Feature Request
cspeckmim added a comment to T11801: Calendar: ICS Import Errata.

(Moved from T11816#199040)

Nov 5 2016, 2:02 AM · Bug Report, Calendar
cspeckmim added a comment to T11816: Calendar: Feedback and Suggestions.

Oh shoot I just saw your changelog note about reporting import/export issues on T11801. Sorry. Keep here or migrate comment?

Nov 5 2016, 1:12 AM · Restricted Project, Calendar
cspeckmim added a comment to T11816: Calendar: Feedback and Suggestions.
Nov 5 2016, 1:11 AM · Restricted Project, Calendar
cspeckmim added a comment to T11816: Calendar: Feedback and Suggestions.

In my head all this email RSVP did sound noodley and would need more definition before it could go into a version. I figured I would mention it to see if it was even considered and/or you'd like tasks for use cases/definitions.

Nov 5 2016, 12:24 AM · Restricted Project, Calendar

Nov 4 2016

epriestley added a comment to T11816: Calendar: Feedback and Suggestions.
  • D16803 should fix ApplicationsCalendarEdit Policies.
  • D16800 + D16801 should fix fanciful timezones present in ICS files.
  • D16802 should add the ability to select a greater or lesser degree of away-ness for each event.
Nov 4 2016, 11:54 PM · Restricted Project, Calendar
epriestley added a revision to T11816: Calendar: Feedback and Suggestions: D16803: Fix an issue with editing application default policies in Calendar.
Nov 4 2016, 11:40 PM · Restricted Project, Calendar
epriestley added a revision to T11816: Calendar: Feedback and Suggestions: D16802: Allow users to mark themselves as "Available", "Busy" or "Away" while attending an event.
Nov 4 2016, 11:36 PM · Restricted Project, Calendar
epriestley added a revision to T11816: Calendar: Feedback and Suggestions: D16801: Raise ICS warnings in Phabricator on ICS import.
Nov 4 2016, 10:39 PM · Restricted Project, Calendar
epriestley added a revision to T11816: Calendar: Feedback and Suggestions: D16800: When we encounter a fanciful timezone identifier, try to guess what it might mean.
Nov 4 2016, 10:30 PM · Restricted Project, Calendar
avivey added a comment to T11816: Calendar: Feedback and Suggestions.

In my company, other then personal calendars, we have a small number of shared (google) calendars, which might be relevant use-cases:

  • Out of Office Calendar: Each person is expected to add their OOO/WFH-ness there, so everybody has a quick-glance view of who's around. The only way to differentiate "available online" or not and who is effected is by actually reading the items, but that's a technicality.
  • Release calendar, where we list dates/times of code freezes, test cycles, deployments, planed external outages, etc.. This one works much better, mostly because it has a lot less events on.
Nov 4 2016, 9:42 PM · Restricted Project, Calendar
avivey added a comment to T11816: Calendar: Feedback and Suggestions.

I think I'd like to see the red dot being more lenient/controlled. For example, if I'm in a meeting, it should probably not show me the same level of "away-ness" as a week's vacation; Similarly, if I put an event on my calendar for "Work-from-home" or "No meetings day", I might be more available than normally.

Nov 4 2016, 9:26 PM · Restricted Project, Calendar
cinek created T11819: View for events a week, month a year in advance.
Nov 4 2016, 8:20 AM · Calendar, Feature Request
cspeckmim added a comment to T11816: Calendar: Feedback and Suggestions.

Ok - it looks like running through the upgrade process to master again likely resolved the schema issues I had~

Nov 4 2016, 3:34 AM · Restricted Project, Calendar
cspeckmim added a comment to T11816: Calendar: Feedback and Suggestions.

I think this would be a new feature request altogether for the calendar events, but it looks like they aren't interoperable with email. I'm guessing this is intentional for the first version or so of calendar so as to not widen the scope of the project as well as from a security standpoint to avoid leaking emails.

Nov 4 2016, 3:30 AM · Restricted Project, Calendar
epriestley added a comment to T11816: Calendar: Feedback and Suggestions.

Yeah, test on master -- there's a ton of stuff fixed there that's still broken on stable.

Nov 4 2016, 3:05 AM · Restricted Project, Calendar
cspeckmim added a comment to T11816: Calendar: Feedback and Suggestions.

For users testing would you prefer we go based of master instead of stable? If so I'll have to figure out why the upgrade stuff wasn't working. However from the same instance above:

Nov 4 2016, 2:43 AM · Restricted Project, Calendar
cspeckmim added a comment to T11816: Calendar: Feedback and Suggestions.

Sorry, not clicking "Config". It was clicking "Edit Policies" after clicking "Config"

Nov 4 2016, 2:31 AM · Restricted Project, Calendar
cspeckmim added a comment to T11816: Calendar: Feedback and Suggestions.

I got this exception after turning on Calendar and clicking "Config" for the application:

Nov 4 2016, 2:31 AM · Restricted Project, Calendar

Nov 3 2016

epriestley moved T11816: Calendar: Feedback and Suggestions from Backlog to Unprototype (v1) on the Calendar board.
Nov 3 2016, 6:55 PM · Restricted Project, Calendar
epriestley added a project to T11816: Calendar: Feedback and Suggestions: Calendar.
Nov 3 2016, 6:55 PM · Restricted Project, Calendar
epriestley closed T8052: Calendar feed story should include description of event as Wontfix.

I'm just going to WONTFIX this for now since Maniphest and Differential don't show descriptions either and it's not clear to me that event descriptions are significantly more valuable than task/revision/etc descriptions. Open to changing this, but we should either change it everywhere or have some consistent rule for when they do/don't show.

Nov 3 2016, 6:54 PM · Calendar

Nov 2 2016

epriestley updated the task description for T11809: Calendar v1 Errata Mark II.
Nov 2 2016, 11:15 PM · Calendar
epriestley added a revision to T11809: Calendar v1 Errata Mark II: D16796: Smooth out various transaction/editing behaviors for Calendar.
Nov 2 2016, 10:43 PM · Calendar
epriestley updated the task description for T11809: Calendar v1 Errata Mark II.
Nov 2 2016, 9:00 PM · Calendar
epriestley added a revision to T11809: Calendar v1 Errata Mark II: D16795: Improve some commenting/editing behaviors for recurring events.
Nov 2 2016, 8:44 PM · Calendar
epriestley added a revision to T11809: Calendar v1 Errata Mark II: D16794: In Calendar, only include the event description in the original event mail.
Nov 2 2016, 8:12 PM · Calendar
epriestley closed T11808: Calendar has cursor paging issue on import sources as Resolved.

This appears to legitimately be fixed, now.

Nov 2 2016, 7:57 PM · Calendar