-
Notifications
You must be signed in to change notification settings - Fork 5
Add ical/google calendar endpoint for all events #14
Comments
Same here, ics calendar which can be integrated to Google Calendar would be very useful. The main advantage would be that the user does not have to recalculate time into his time zone and can keep track i phone agenda. |
I maintain an ical here: https://s3-us-west-2.amazonaws.com/aoc-cal/aoe2calendar.ical Obviously don't rely on this, but feel free to use it until aoe2calendar is updated. |
Nice! How do you maintain this right now?
I'm in the middle of adding iCal to aoe2calendar, I don't want to repeat
work if you've already got a good system
…On Mar 1, 2018 11:14, "happyleavesaoc" ***@***.***> wrote:
I maintain an ical here: https://s3-us-west-2.amazonaws.com/aoc-cal/
aoe2calendar.ical
Obviously don't rely on this, but feel free to use it until aoe2calendar
is updated.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAPAa9NVKdeuCGOPH3v96fojbGzePA3iks5taB5QgaJpZM4M87mN>
.
|
It's an AWS lambda function that reads the spreadsheet, constructs a calendar object, and writes it out to s3. Regenerated every hour via cloud watch. Honestly a native approach would be better, plus the polling can be eliminated if you generate it on-demand. |
Very cool! |
@happyleavesaoc @mr-flibble I finally got around to doing this, the ical can be added as https://aoe2calendar.com/ical Can you take a look and let me know if it's working? The repo is here, also: |
@coffenbacher Thank you! I tested it in google calendar and in Outlook 2016 and it works great! |
Thanks for testing @mr-flibble, looks good! |
Works great! I like the estimated duration feature. |
|
A follow-up to #3 which is export of individual events (useful). But another option should be to add a whole calendar to your Google Calendar or other calendar system that is dynamically updated.
The text was updated successfully, but these errors were encountered: