File size: 455 Bytes
550665c
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
{% extends "!footer.html" %}
{% block extrafooter %}{{ super() }}
<div>
    <br>
    Portions of this page are reproduced from and/or are modifications based on work created and
    <a href="https://developers.google.com/calendar/api/v3/reference">shared by Google</a>
    and used according to terms described in the
    <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons 4.0 Attribution License</a>.
</div>
{% endblock %}